1
0
Files
PayPal-PHP-Server-SDK/doc/models/pricing-model.md
2025-03-20 15:58:25 +00:00

18 lines
423 B
Markdown

# Pricing Model
The pricing model for the billing cycle.
## Enumeration
`PricingModel`
## Fields
| Name | Description |
| --- | --- |
| `FIXED` | A fixed pricing scheme where the customer is charged a fixed amount. |
| `VARIABLE` | A variable pricing scheme where the customer is charged a variable amount. |
| `AUTO_RELOAD` | A auto-reload pricing scheme where the customer is charged a fixed amount for reload. |