C# Class PayPal.PayPalAPIInterfaceService.Model.SetCustomerBillingAgreementRequestType

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

Public Methods

Method Description
SetCustomerBillingAgreementRequestType ( ) : System

Default Constructor

SetCustomerBillingAgreementRequestType ( SetCustomerBillingAgreementRequestDetailsType setCustomerBillingAgreementRequestDetails ) : System

Constructor with arguments

ToXMLString ( string prefix, string name ) : string

Method Details

SetCustomerBillingAgreementRequestType() public method

Default Constructor
public SetCustomerBillingAgreementRequestType ( ) : System
return System

SetCustomerBillingAgreementRequestType() public method

Constructor with arguments
public SetCustomerBillingAgreementRequestType ( SetCustomerBillingAgreementRequestDetailsType setCustomerBillingAgreementRequestDetails ) : System
setCustomerBillingAgreementRequestDetails SetCustomerBillingAgreementRequestDetailsType
return System

ToXMLString() public method

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