Свойство | Type | Description | |
---|---|---|---|
$Amount | Amount to charge | ||
$BillingFrequency | integer | Number of BillingPeriod that make up one billing cycle | |
$BillingPeriod | string | Unit of meausre for billing cycle | |
$ShippingAmount | Additional shipping amount to charge | ||
$TaxAmount | Additional tax amount to charge | ||
$TotalBillingCycles | integer | Total billing cycles in this portion of the schedule |
Méthode | Description | |
---|---|---|
__construct ( $BillingPeriod = null, $BillingFrequency = null, $Amount = null ) | Constructor with arguments |
public __construct ( $BillingPeriod = null, $BillingFrequency = null, $Amount = null ) |
public BasicAmountType,PayPal\CoreComponentTypes $Amount | ||
Résultat |
public int $BillingFrequency | ||
Résultat | integer |
public string $BillingPeriod | ||
Résultat | string |
public BasicAmountType,PayPal\CoreComponentTypes $ShippingAmount | ||
Résultat |
public BasicAmountType,PayPal\CoreComponentTypes $TaxAmount | ||
Résultat |
public int $TotalBillingCycles | ||
Résultat | integer |