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
Mostra file Open project: paypal/merchant-sdk-dotnet

Public Methods

Method Description
DoMobileCheckoutPaymentRequestType ( ) : System

Default Constructor

DoMobileCheckoutPaymentRequestType ( string token ) : System

Constructor with arguments

ToXMLString ( string prefix, string name ) : string

Method Details

DoMobileCheckoutPaymentRequestType() public method

Default Constructor
public DoMobileCheckoutPaymentRequestType ( ) : System
return System

DoMobileCheckoutPaymentRequestType() public method

Constructor with arguments
public DoMobileCheckoutPaymentRequestType ( string token ) : System
token string
return System

ToXMLString() public method

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