Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.17 KB

OrderActionRequest.md

File metadata and controls

17 lines (14 loc) · 1.17 KB

Zuora::OrderActionRequest

Properties

Name Type Description Notes
add_product RatePlanOverride [optional]
cancel_subscription CancelSubscription [optional]
create_subscription CreateSubscription [optional]
custom_fields CustomFields [optional]
owner_transfer OwnerTransfer [optional]
remove_product RemoveProduct [optional]
terms_and_conditions TermsAndConditions [optional]
trigger_dates TriggerDates [optional]
type String Type of the order action. For each specific type of order actions, corresponding parameters need to be specified. For example, if the 'updateProduct' node provided for the 'AddProduct' type, an error response will return. The 'RenewSubscription' type does not require any parameter.
update_product RatePlanUpdate [optional]