Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.18 KB

POSTOrderPreviewRequestType.md

File metadata and controls

14 lines (11 loc) · 1.18 KB

Zuora::POSTOrderPreviewRequestType

Properties

Name Type Description Notes
custom_fields CustomFields [optional]
existing_account_number String 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 String The order number of this order. [optional]
preview_account_info PreviewAccountInfo [optional]
preview_options PreviewOptions [optional]
subscriptions Array<POSTOrderPreviewRequestTypeSubscriptions> Each item includes a set of order actions, which will be applied to the same base subscription.