C# Class PayPal.PayPalAPIInterfaceService.Model.CreateRecurringPaymentsProfileRequestDetailsType

Billing Agreement token (required if Express Checkout)
Mostrar archivo Open project: paypal/merchant-sdk-dotnet Class Usage Examples

Public Methods

Method Description
CreateRecurringPaymentsProfileRequestDetailsType ( ) : System

Default Constructor

CreateRecurringPaymentsProfileRequestDetailsType ( RecurringPaymentsProfileDetailsType recurringPaymentsProfileDetails, ScheduleDetailsType scheduleDetails ) : System

Constructor with arguments

ToXMLString ( string prefix, string name ) : string

Method Details

CreateRecurringPaymentsProfileRequestDetailsType() public method

Default Constructor
public CreateRecurringPaymentsProfileRequestDetailsType ( ) : System
return System

CreateRecurringPaymentsProfileRequestDetailsType() public method

Constructor with arguments
public CreateRecurringPaymentsProfileRequestDetailsType ( RecurringPaymentsProfileDetailsType recurringPaymentsProfileDetails, ScheduleDetailsType scheduleDetails ) : System
recurringPaymentsProfileDetails RecurringPaymentsProfileDetailsType
scheduleDetails ScheduleDetailsType
return System

ToXMLString() public method

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