forked from LiveCarta/PayPal-PHP-Server-SDK
* Automated commit message * Automated commit message * add changelog --------- Co-authored-by: PayPalServerSDKs <server-sdks@paypal.com>
19 lines
310 B
Markdown
19 lines
310 B
Markdown
|
|
# Interval Unit
|
|
|
|
The interval at which the subscription is charged or billed.
|
|
|
|
## Enumeration
|
|
|
|
`IntervalUnit`
|
|
|
|
## Fields
|
|
|
|
| Name | Description |
|
|
| --- | --- |
|
|
| `DAY` | A daily billing cycle. |
|
|
| `WEEK` | A weekly billing cycle. |
|
|
| `MONTH` | A monthly billing cycle. |
|
|
| `YEAR` | A yearly billing cycle. |
|
|
|