1
0
Files
PayPal-PHP-Server-SDK/doc/models/pricing-model.md
Patrick Powers 504c367386 Release 0.7.0
Beta Release 0.7.0 including:

- Bug fixes
- Updated model/function names
- Updated models to reflect changes in APIs
2025-03-20 13:18:55 -05: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. |