planInformation
The following fields provide plan information.
planInformation. billingPeriod.length
The plan billing period length.
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:String
-
Data Length:2
Mapping Information
-
REST API Field:pljava.io.PrintWriter@24f85b1c anInformation.billingPeriod.length
-
SCMP API Field:No corresponding field.
-
Simple Order API Field:No corresponding field.
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.
planInformation. description
The plan description.
Specifications
-
Data Type:String
-
Data Length:255
Mapping Information
-
REST API Field:planInformation.description
-
SCMP API Field:No corresponding field.
-
Simple Order API Field:No corresponding field.
planInformation. name
The plan name.
Specifications
-
Data Type:String
-
Data Length:100
Mapping Information
-
REST API Field:planInformation.name
-
SCMP API Field:No corresponding field.
-
Simple Order API Field:No corresponding field.
planInformation. planPeriod.length
The plan period length.
The period length and unit must be included in your request. For example, to end the plan after 12 months, set the length to
12
and the unit to
M
. To end the plan after two years, set the length to
2
and the unit to
Y
.
Specifications
-
Data Type:String
-
Data Length:2
Mapping Information
-
REST API Field:planInformation.planPeriod.lejava.io.PrintWriter@40dbd0fc ngth
-
SCMP API Field:No corresponding field.
-
Simple Order API Field:No corresponding field.
planInformation. planPeriod.unit
The plan period unit.
Possible values:
-
D: Day
-
M: Month
-
W: Week
-
Y: Year
The period length and unit must be included in your request. For example, to end the plan after 12 months, set the length to
12
and the unit to
M
. To end the plan after two years, set the length to
2
and the unit to
Y
.
Specifications
-
Data Type:String
-
Data Length:5
Mapping Information
-
REST API Field:planInformation.planPeriod.unit
-
SCMP API Field:No corresponding field.
-
Simple Order API Field:No corresponding field.