C# Class PayPal.PayPalAPIInterfaceService.Model.ManageRecurringPaymentsProfileStatusRequestDetailsType

Afficher le fichier Open project: paypal/merchant-sdk-dotnet Class Usage Examples

Méthodes publiques

Méthode Description
ManageRecurringPaymentsProfileStatusRequestDetailsType ( ) : System

Default Constructor

ManageRecurringPaymentsProfileStatusRequestDetailsType ( string profileID, StatusChangeActionType action ) : System

Constructor with arguments

ToXMLString ( string prefix, string name ) : string

Method Details

ManageRecurringPaymentsProfileStatusRequestDetailsType() public méthode

Default Constructor
public ManageRecurringPaymentsProfileStatusRequestDetailsType ( ) : System
Résultat System

ManageRecurringPaymentsProfileStatusRequestDetailsType() public méthode

Constructor with arguments
public ManageRecurringPaymentsProfileStatusRequestDetailsType ( string profileID, StatusChangeActionType action ) : System
profileID string
action StatusChangeActionType
Résultat System

ToXMLString() public méthode

public ToXMLString ( string prefix, string name ) : string
prefix string
name string
Résultat string