C# Class PayPal.PayPalAPIInterfaceService.Model.DoExpressCheckoutPaymentRequestType

This flag indicates that the response should include FMFDetails
Inheritance: AbstractRequestType
Afficher le fichier Open project: paypal/merchant-sdk-dotnet Class Usage Examples

Méthodes publiques

Méthode Description
DoExpressCheckoutPaymentRequestType ( ) : System

Default Constructor

DoExpressCheckoutPaymentRequestType ( DoExpressCheckoutPaymentRequestDetailsType doExpressCheckoutPaymentRequestDetails ) : System

Constructor with arguments

ToXMLString ( string prefix, string name ) : string

Method Details

DoExpressCheckoutPaymentRequestType() public méthode

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

DoExpressCheckoutPaymentRequestType() public méthode

Constructor with arguments
public DoExpressCheckoutPaymentRequestType ( DoExpressCheckoutPaymentRequestDetailsType doExpressCheckoutPaymentRequestDetails ) : System
doExpressCheckoutPaymentRequestDetails DoExpressCheckoutPaymentRequestDetailsType
Résultat System

ToXMLString() public méthode

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