C# Class PayPal.PayPalAPIInterfaceService.Model.ManageRecurringPaymentsProfileStatusRequestDetailsType

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

Public Methods

Method Description
ManageRecurringPaymentsProfileStatusRequestDetailsType ( ) : System

Default Constructor

ManageRecurringPaymentsProfileStatusRequestDetailsType ( string profileID, StatusChangeActionType action ) : System

Constructor with arguments

ToXMLString ( string prefix, string name ) : string

Method Details

ManageRecurringPaymentsProfileStatusRequestDetailsType() public method

Default Constructor
public ManageRecurringPaymentsProfileStatusRequestDetailsType ( ) : System
return System

ManageRecurringPaymentsProfileStatusRequestDetailsType() public method

Constructor with arguments
public ManageRecurringPaymentsProfileStatusRequestDetailsType ( string profileID, StatusChangeActionType action ) : System
profileID string
action StatusChangeActionType
return System

ToXMLString() public method

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