C# Class PayPal.PayPalAPIInterfaceService.Model.BillingApprovalDetailsType

The Type of Approval requested - Billing Agreement or Profile
Mostra file Open project: paypal/merchant-sdk-dotnet

Public Methods

Method Description
BillingApprovalDetailsType ( ) : System

Default Constructor

BillingApprovalDetailsType ( ApprovalTypeType approvalType ) : System

Constructor with arguments

ToXMLString ( string prefix, string name ) : string

Method Details

BillingApprovalDetailsType() public method

Default Constructor
public BillingApprovalDetailsType ( ) : System
return System

BillingApprovalDetailsType() public method

Constructor with arguments
public BillingApprovalDetailsType ( ApprovalTypeType approvalType ) : System
approvalType ApprovalTypeType
return System

ToXMLString() public method

public ToXMLString ( string prefix, string name ) : string
prefix string
name string
return string