Property | 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 |
Method | Description | |
---|---|---|
__construct ( $BillingPeriod = null, $BillingFrequency = null, $Amount = null ) | Constructor with arguments |
public __construct ( $BillingPeriod = null, $BillingFrequency = null, $Amount = null ) |
public BasicAmountType,PayPal\CoreComponentTypes $Amount | ||
return |
public int $BillingFrequency | ||
return | integer |
public string $BillingPeriod | ||
return | string |
public BasicAmountType,PayPal\CoreComponentTypes $ShippingAmount | ||
return |
public BasicAmountType,PayPal\CoreComponentTypes $TaxAmount | ||
return |
public int $TotalBillingCycles | ||
return | integer |