PHP Класс PayPal\EBLBaseComponents\IncentiveAppliedDetailsType

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

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

Свойство Тип Описание
$DiscountAmount PayPal\CoreComponentTypes\BasicAmountType Discount offerred for this bucket or item.
$ExternalTxnId string The item transaction id passed through by the merchant.
$ItemId string The item id passed through by the merchant.
$PaymentRequestID string PaymentRequestID uniquely identifies a bucket. It is the "bucket id" in the world of EC API.
$SubType string SubType for coupon.

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

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

Discount offerred for this bucket or item.
public BasicAmountType,PayPal\CoreComponentTypes $DiscountAmount
Результат PayPal\CoreComponentTypes\BasicAmountType

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

The item transaction id passed through by the merchant.
public string $ExternalTxnId
Результат string

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

The item id passed through by the merchant.
public string $ItemId
Результат string

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

PaymentRequestID uniquely identifies a bucket. It is the "bucket id" in the world of EC API.
public string $PaymentRequestID
Результат string

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

SubType for coupon.
public string $SubType
Результат string