Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.1 KB

File metadata and controls

14 lines (10 loc) · 1.1 KB

RatePlanUpdate

Properties

Name Type Description Notes
charge_updates list[ChargeUpdate] [optional]
custom_fields RatePlanObjectCustomFields [optional]
rate_plan_id str The id of the rate plan to be updated. It can be the latest version or any history version id. [optional]
specific_update_date date Used for the 'update before update' and 'update before remove' cases. [optional]
unique_token str A unique string to represent the rate plan charge in the order. The unique token is used to perform multiple actions against a newly added rate plan. For example, if you want to add and update a product in the same order, you would assign a unique token to the product rate plan when added and use that token in future order actions. [optional]

[Back to Model list] [Back to API list] [Back to README]