PHP Класс PayPal\PayPalAPI\UpdateAuthorizationRequestType

Наследование: extends PayPal\EBLBaseComponents\AbstractRequestType
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$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

Открытые методы

Метод Описание
__construct ( $TransactionID = null ) Constructor with arguments

Описание методов

__construct() публичный Метод

Constructor with arguments
public __construct ( $TransactionID = null )

Описание свойств

$IPAddress публичное свойство

IP Address of the buyer
public string $IPAddress
Результат string

$ShipToAddress публичное свойство

Shipping Address for this transaction.
public AddressType,PayPal\EBLBaseComponents $ShipToAddress
Результат PayPal\EBLBaseComponents\AddressType

$TransactionID публичное свойство

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
Результат string