PHP Class PayPal\PayPalAPI\UpdateAuthorizationRequestType

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

Public Properties

Property Type Description
$IPAddress string IP Address of the buyer
$ShipToAddress PayPal\EBLBaseComponents\AddressType Shipping Address for this transaction.
$TransactionID string The value of the authorizationâtransaction identification number returned by a PayPal product. Required Character length and limits: 19 single-byte characters maximum

Public Methods

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

Method Details

__construct() public method

Constructor with arguments
public __construct ( $TransactionID = null )

Property Details

$IPAddress public property

IP Address of the buyer
public string $IPAddress
return string

$ShipToAddress public property

Shipping Address for this transaction.
public AddressType,PayPal\EBLBaseComponents $ShipToAddress
return PayPal\EBLBaseComponents\AddressType

$TransactionID public property

The value of the authorizationâtransaction identification number returned by a PayPal product. Required Character length and limits: 19 single-byte characters maximum
public string $TransactionID
return string