PHP Class PayPal\EBLBaseComponents\SetDataResponseType

Inheritance: extends PayPal\Core\PPXmlMessage
Show file Open project: paypal/merchant-sdk-php

Public Properties

Property Type Description
$SetDataError PayPal\EBLBaseComponents\ErrorType
$ShippingAddresses AddressType
$Token string If Checkout session was initialized successfully, the corresponding token is returned in this element.

Property Details

$SetDataError public property

public ErrorType,PayPal\EBLBaseComponents $SetDataError
return PayPal\EBLBaseComponents\ErrorType

$ShippingAddresses public property

public AddressType,PayPal\EBLBaseComponents $ShippingAddresses
return AddressType

$Token public property

If Checkout session was initialized successfully, the corresponding token is returned in this element.
public string $Token
return string