C# Class PayPal.PayPalAPIInterfaceService.Model.UpdateRecurringPaymentsProfileRequestDetailsType

ファイルを表示 Open project: paypal/merchant-sdk-dotnet Class Usage Examples

Public Methods

Method Description
ToXMLString ( string prefix, string name ) : string
UpdateRecurringPaymentsProfileRequestDetailsType ( ) : System

Default Constructor

UpdateRecurringPaymentsProfileRequestDetailsType ( string profileID ) : System

Constructor with arguments

Method Details

ToXMLString() public method

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

UpdateRecurringPaymentsProfileRequestDetailsType() public method

Default Constructor
public UpdateRecurringPaymentsProfileRequestDetailsType ( ) : System
return System

UpdateRecurringPaymentsProfileRequestDetailsType() public method

Constructor with arguments
public UpdateRecurringPaymentsProfileRequestDetailsType ( string profileID ) : System
profileID string
return System