C# Class PayPal.PayPalAPIInterfaceService.Model.DoMobileCheckoutPaymentRequestType

A timestamped token, the value of which was returned by SetMobileCheckoutResponse. RequiredCharacter length and limitations: 20 single-byte characters
Inheritance: AbstractRequestType
Afficher le fichier Open project: paypal/merchant-sdk-dotnet

Méthodes publiques

Méthode Description
DoMobileCheckoutPaymentRequestType ( ) : System

Default Constructor

DoMobileCheckoutPaymentRequestType ( string token ) : System

Constructor with arguments

ToXMLString ( string prefix, string name ) : string

Method Details

DoMobileCheckoutPaymentRequestType() public méthode

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

DoMobileCheckoutPaymentRequestType() public méthode

Constructor with arguments
public DoMobileCheckoutPaymentRequestType ( string token ) : System
token string
Résultat System

ToXMLString() public méthode

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