Update Price Option
Modify price option information.
PUT
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The details required to update a plan option.
Detailed description about the option.
Price per unit.
Required range:
x >= 0.01
The number of days for each billing interval. (e.g. 30 for monthly or 365 for yearly)
Required range:
1 <= x <= 365
The number of days before the first billable invoice is due.
Required range:
0 <= x <= 365
Custom key-value pairs that can be used for option specific features.