- property string $product_id
- property string $description
- property string $name
- property string $status
- property ?\PHPFUI\PayPal\PaymentPreferences $payment_preferences
- property ?\PHPFUI\PayPal\Taxes $taxes
- property bool $quantity_supported
CloneableInstantiable
| Methods |
| public addBillingCycle(PHPFUI |
| public getData() : array |
| Properties |
protected array $billing_cycles = []
|
protected static array $validFields = ['product_id' => 'string', 'description' => 'string', 'name' => 'string', 'status' => ['CREATED', 'INACTIVE', 'ACTIVE'], 'payment_preferences' => 'PHPFUI\PayPal\PaymentPreferences', 'taxes' => 'PHPFUI\PayPal\Taxes', 'quantity_supported' => 'boolean']
|
| Properties |
protected static array $validFields = ['product_id' => 'string', 'description' => 'string', 'name' => 'string', 'status' => ['CREATED', 'INACTIVE', 'ACTIVE'], 'payment_preferences' => 'PHPFUI\PayPal\PaymentPreferences', 'taxes' => 'PHPFUI\PayPal\Taxes', 'quantity_supported' => 'boolean']
|