Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.33 KB

File metadata and controls

16 lines (12 loc) · 1.33 KB

POSTOrderPreviewRequestType

Properties

Name Type Description Notes
custom_fields OrderObjectCustomFields [optional]
existing_account_number str The account number that this order will be created under. It can be either the accountNumber or the account info. It will return an error if both are specified. Note that invoice owner account of the subscriptions included in this order should be the same with the account of the order. [optional]
order_date date The date when the order is signed. All of the order actions under this order will use this order date as the contract effective date.
order_number str The order number of this order. [optional]
preview_account_info PreviewAccountInfo [optional]
preview_options PreviewOptions
subscriptions list[POSTOrderPreviewRequestTypeSubscriptions] Each item includes a set of order actions, which will be applied to the same base subscription.

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