forked from LiveCarta/PayPal-PHP-Server-SDK
Release 0.7.0
Beta Release 0.7.0 including: - Bug fixes - Updated model/function names - Updated models to reflect changes in APIs
This commit is contained in:
16
doc/models/tenure-type.md
Normal file
16
doc/models/tenure-type.md
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
# Tenure Type
|
||||
|
||||
The tenure type of the billing cycle identifies if the billing cycle is a trial(free or discounted) or regular billing cycle.
|
||||
|
||||
## Enumeration
|
||||
|
||||
`TenureType`
|
||||
|
||||
## Fields
|
||||
|
||||
| Name | Description |
|
||||
| --- | --- |
|
||||
| `REGULAR` | A regular billing cycle to identify recurring charges for the billing agreement. |
|
||||
| `TRIAL` | A trial billing cycle to identify free or discounted charge for the billing agreement. Free trails will not have a price object in pricing scheme where as a discounted trial would have a discounted price compared to regular billing cycle. |
|
||||
|
||||
Reference in New Issue
Block a user