C# Class PayPal.PayPalAPIInterfaceService.Model.BillingAgreementDetailsType

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

Public Methods

Method Description
BillingAgreementDetailsType ( ) : System

Default Constructor

BillingAgreementDetailsType ( BillingCodeType billingType ) : System

Constructor with arguments

ToXMLString ( string prefix, string name ) : string

Method Details

BillingAgreementDetailsType() public method

Default Constructor
public BillingAgreementDetailsType ( ) : System
return System

BillingAgreementDetailsType() public method

Constructor with arguments
public BillingAgreementDetailsType ( BillingCodeType billingType ) : System
billingType BillingCodeType
return System

ToXMLString() public method

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