- property string $name
- property int $quantity
- property string $description
- property string $sku
- property ?\PHPFUI\PayPal\Currency $tax
- property string $category
- property ?\PHPFUI\PayPal\Currency $unit_amount
CloneableInstantiable
Methods |
public __construct(string $name, int $quantity, PHPFUI |
Properties |
protected static array $validFields = ['name' => 'string', 'quantity' => 'integer', 'description' => 'string', 'sku' => 'string', 'tax' => 'PHPFUI\PayPal\Currency', 'category' => ['DIGITAL_GOODS', 'PHYSICAL_GOODS'], 'unit_amount' => 'PHPFUI\PayPal\Currency']
|
Properties |
protected static array $validFields = ['name' => 'string', 'quantity' => 'integer', 'description' => 'string', 'sku' => 'string', 'tax' => 'PHPFUI\PayPal\Currency', 'category' => ['DIGITAL_GOODS', 'PHYSICAL_GOODS'], 'unit_amount' => 'PHPFUI\PayPal\Currency']
|