C# Class PayPal.PayPalAPIInterfaceService.Model.RecurringPaymentsProfileDetailsType

Subscriber name - if missing, will use name in buyer's account
Show file Open project: paypal/merchant-sdk-dotnet Class Usage Examples

Public Methods

Method Description
RecurringPaymentsProfileDetailsType ( ) : System

Default Constructor

RecurringPaymentsProfileDetailsType ( XmlNode xmlNode ) : System
RecurringPaymentsProfileDetailsType ( string billingStartDate ) : System

Constructor with arguments

ToXMLString ( string prefix, string name ) : string

Method Details

RecurringPaymentsProfileDetailsType() public method

Default Constructor
public RecurringPaymentsProfileDetailsType ( ) : System
return System

RecurringPaymentsProfileDetailsType() public method

public RecurringPaymentsProfileDetailsType ( XmlNode xmlNode ) : System
xmlNode System.Xml.XmlNode
return System

RecurringPaymentsProfileDetailsType() public method

Constructor with arguments
public RecurringPaymentsProfileDetailsType ( string billingStartDate ) : System
billingStartDate string
return System

ToXMLString() public method

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