1
0
Files
PayPal-PHP-Server-SDK/doc/models/paypal-payment-token-usage-pattern.md
Dani Kirby de24c9e488 Automated commit message (#9)
Co-authored-by: PayPalServerSDKs <server-sdks@paypal.com>
2024-10-22 09:41:42 -05:00

21 lines
308 B
Markdown

# Paypal Payment Token Usage Pattern
Expected business/pricing model for the billing agreement.
## Enumeration
`PaypalPaymentTokenUsagePattern`
## Fields
| Name |
| --- |
| `IMMEDIATE` |
| `DEFERRED` |
| `RECURRING_PREPAID` |
| `RECURRING_POSTPAID` |
| `THRESHOLD_PREPAID` |
| `THRESHOLD_POSTPAID` |