Skip to content

Latest commit

 

History

History
36 lines (32 loc) · 3.17 KB

AutoOrder.md

File metadata and controls

36 lines (32 loc) · 3.17 KB

AutoOrder

Properties

Name Type Description Notes
add_ons \ultracart\v2\models\AutoOrderAddonItem[] Array of addon objects instructing which items to add to auto order and how many times they should be added. [optional]
auto_order_code string Unique code assigned to this auto order [optional]
auto_order_oid int Auto order object identifier [optional]
cancel_after_next_x_orders int Cancel this auto order after X additional rebills [optional]
cancel_downgrade bool True if the auto order was canceled because the customer purchased a downgrade item [optional]
cancel_reason string The reason this auto order was canceled by either merchant or customer [optional]
cancel_upgrade bool True if the auto order was canceled because the customer purchased an upgrade item [optional]
canceled_by_user string The user that canceled the auto order [optional]
canceled_dts string The date/time that the auto order was canceled [optional]
completed bool True if the auto order ran successfully to completion [optional]
credit_card_attempt int The number of credit card attempts that have taken place [optional]
disabled_dts string The date/time the auto order was disabled due to failed rebills [optional]
enabled bool True if this auto order is enabled [optional]
failure_reason string The reason this auto order failed during the last rebill attempt [optional]
items \ultracart\v2\models\AutoOrderItem[] The items that are setup to rebill [optional]
logs \ultracart\v2\models\AutoOrderLog[] Logs associated with this auto order [optional]
management \ultracart\v2\models\AutoOrderManagement [optional]
merchant_id string UltraCart merchant ID owning this order [optional]
merged_dts string The date/time the auto order was merged into another auto order [optional]
merged_into_auto_order_oid int The auto order that this auto order was merged into [optional]
next_attempt string The next time that the auto order will be attempted for processing [optional]
original_order \ultracart\v2\models\Order [optional]
original_order_id string The original order id that this auto order is associated with. [optional]
override_affiliate_id int Override the affiliate id given credit for rebills of this auto order [optional]
rebill_orders \ultracart\v2\models\Order[] Rebill orders that have taken place on this auto order [optional]
rotating_transaction_gateway_code string The RTG code associated with this order for future rebills [optional]
status string The status of the auto order [optional]

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