forked from LiveCarta/PayPal-PHP-Server-SDK
* Automated commit message * Automated commit message * Automated commit message * Automated commit message --------- Co-authored-by: PayPalServerSDKs <server-sdks@paypal.com>
21 lines
309 B
Markdown
21 lines
309 B
Markdown
|
|
# Pay Pal 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` |
|
|
|