C# Class PayPal.PayPalAPIInterfaceService.Model.SetCustomerBillingAgreementRequestDetailsType

Show file Open project: paypal/merchant-sdk-dotnet Class Usage Examples

Public Methods

Method Description
SetCustomerBillingAgreementRequestDetailsType ( ) : System

Default Constructor

SetCustomerBillingAgreementRequestDetailsType ( BillingAgreementDetailsType billingAgreementDetails, string returnURL, string cancelURL ) : System

Constructor with arguments

ToXMLString ( string prefix, string name ) : string

Method Details

SetCustomerBillingAgreementRequestDetailsType() public method

Default Constructor
public SetCustomerBillingAgreementRequestDetailsType ( ) : System
return System

SetCustomerBillingAgreementRequestDetailsType() public method

Constructor with arguments
public SetCustomerBillingAgreementRequestDetailsType ( BillingAgreementDetailsType billingAgreementDetails, string returnURL, string cancelURL ) : System
billingAgreementDetails BillingAgreementDetailsType
returnURL string
cancelURL string
return System

ToXMLString() public method

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