1
0
Files
PayPal-PHP-Server-SDK/doc/models/subscription-pricing-model.md
Patrick Powers 1fc2cf1e07 2.0.0 Release (#58)
* Automated commit message

* Automated commit message

* add changelog

---------

Co-authored-by: PayPalServerSDKs <server-sdks@paypal.com>
2025-11-13 16:32:53 -06:00

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. |