PHP Класс PayPal\EBLBaseComponents\DiscountType

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

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

Свойство Тип Описание
$Amount PayPal\CoreComponentTypes\BasicAmountType amount discountedOptional
$Description string description of the discountOptional Character length and limits: 127 single-byte characters
$Name string Item nameOptional Character length and limits: 127 single-byte characters
$RedeemedOfferID string offer IDOptional Character length and limits: 64 single-byte characters
$RedeemedOfferType string offer typeOptional

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

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

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

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

Constructor with arguments
public __construct ( $Amount = null )

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

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

amount discountedOptional
public BasicAmountType,PayPal\CoreComponentTypes $Amount
Результат PayPal\CoreComponentTypes\BasicAmountType

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

description of the discountOptional Character length and limits: 127 single-byte characters
public string $Description
Результат string

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

Item nameOptional Character length and limits: 127 single-byte characters
public string $Name
Результат string

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

offer IDOptional Character length and limits: 64 single-byte characters
public string $RedeemedOfferID
Результат string

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

offer typeOptional
public string $RedeemedOfferType
Результат string