On This Page
REST API
planInformation. billingPeriod.unit
The plan billing period unit.
Possible values:
- D: Day
- M: Month
- W: Week
- Y: Year
The billing period length and unit must be included in your plan request. For example, to
bill once a month, set the length to
1
and the unit to M
. To bill once every seven
days, set the length to 7
and the unit to D
.Specifications
- Data Type:Enumerated string
- Data Length:1
Mapping Information
- REST API Field:planInformation.billingPeriod.unit
- SCMP API Field:No corresponding field.
- Simple Order API Field:No corresponding field.