PHP Class PayPal\PayPalAPI\DoMobileCheckoutPaymentRequestType

Inheritance: extends PayPal\EBLBaseComponents\AbstractRequestType
Show file Open project: paypal/merchant-sdk-php Class Usage Examples

Public Properties

Property Type Description
$Token string A timestamped token, the value of which was returned by SetMobileCheckoutResponse. RequiredCharacter length and limitations: 20 single-byte characters

Public Methods

Method Description
__construct ( $Token = null ) Constructor with arguments

Method Details

__construct() public method

Constructor with arguments
public __construct ( $Token = null )

Property Details

$Token public property

A timestamped token, the value of which was returned by SetMobileCheckoutResponse. RequiredCharacter length and limitations: 20 single-byte characters
public string $Token
return string