PHP Класс PayPal\EBLBaseComponents\BillingPeriodDetailsType

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

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

Свойство Тип Описание
$Amount PayPal\CoreComponentTypes\BasicAmountType Amount to charge
$BillingFrequency integer Number of BillingPeriod that make up one billing cycle
$BillingPeriod string Unit of meausre for billing cycle
$ShippingAmount PayPal\CoreComponentTypes\BasicAmountType Additional shipping amount to charge
$TaxAmount PayPal\CoreComponentTypes\BasicAmountType Additional tax amount to charge
$TotalBillingCycles integer Total billing cycles in this portion of the schedule

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

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

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

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

Constructor with arguments
public __construct ( $BillingPeriod = null, $BillingFrequency = null, $Amount = null )

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

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

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

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

Number of BillingPeriod that make up one billing cycle
public int $BillingFrequency
Результат integer

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

Unit of meausre for billing cycle
public string $BillingPeriod
Результат string

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

Additional shipping amount to charge
public BasicAmountType,PayPal\CoreComponentTypes $ShippingAmount
Результат PayPal\CoreComponentTypes\BasicAmountType

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

Additional tax amount to charge
public BasicAmountType,PayPal\CoreComponentTypes $TaxAmount
Результат PayPal\CoreComponentTypes\BasicAmountType

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

Total billing cycles in this portion of the schedule
public int $TotalBillingCycles
Результат integer