forked from LiveCarta/PayPal-PHP-Server-SDK
* Automated commit message * Automated commit message * add changelog --------- Co-authored-by: PayPalServerSDKs <server-sdks@paypal.com>
17 lines
274 B
Markdown
17 lines
274 B
Markdown
|
|
# Subscription Pricing Model
|
|
|
|
The pricing model for tiered plan. The `tiers` parameter is required.
|
|
|
|
## Enumeration
|
|
|
|
`SubscriptionPricingModel`
|
|
|
|
## Fields
|
|
|
|
| Name | Description |
|
|
| --- | --- |
|
|
| `VOLUME` | A volume pricing model. |
|
|
| `TIERED` | A tiered pricing model. |
|
|
|