PHP Класс PayPal\PayPalAPI\DoAuthorizationResponseType

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

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

Свойство Тип Описание
$Amount PayPal\CoreComponentTypes\BasicAmountType The amount and currency you specified in the request.
$AuthorizationInfo PayPal\EBLBaseComponents\AuthorizationInfoType
$MsgSubID string Return msgsubid back to merchant
$TransactionID string An authorization identification number. Character length and limits: 19 single-byte characters

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

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

The amount and currency you specified in the request.
public BasicAmountType,PayPal\CoreComponentTypes $Amount
Результат PayPal\CoreComponentTypes\BasicAmountType

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

public AuthorizationInfoType,PayPal\EBLBaseComponents $AuthorizationInfo
Результат PayPal\EBLBaseComponents\AuthorizationInfoType

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

Return msgsubid back to merchant
public string $MsgSubID
Результат string

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

An authorization identification number. Character length and limits: 19 single-byte characters
public string $TransactionID
Результат string