Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 2.35 KB

File metadata and controls

32 lines (27 loc) · 2.35 KB

com.ultracart.admin.v2.Model.OrderAutoOrder

Properties

Name Type Description Notes
AutoOrderCode string Unique code assigned to this auto order [optional]
AutoOrderOid int Auto order object identifier [optional]
CancelAfterNextXOrders int Cancel this auto order after X additional rebills [optional]
CancelDowngrade bool True if the auto order was canceled because the customer purchased a downgrade item [optional]
CancelReason string The reason this auto order was canceled by either merchant or customer [optional]
CancelUpgrade bool True if the auto order was canceled because the customer purchased an upgrade item [optional]
CanceledByUser string The user that canceled the auto order [optional]
CanceledDts string The date/time that the auto order was canceled [optional]
Completed bool True if the auto order ran successfully to completion [optional]
CreditCardAttempt int The number of credit card attempts that have taken place [optional]
DisabledDts string The date/time the auto order was disabled due to failed rebills [optional]
Enabled bool True if this auto order is enabled [optional]
FailureReason string The reason this auto order failed during the last rebill attempt [optional]
Items List<AutoOrderItem> The items that are setup to rebill [optional]
NextAttempt string The next time that the auto order will be attempted for processing [optional]
OriginalOrderId string The original order id that this auto order is associated with. [optional]
OverrideAffiliateId int Override the affiliate id given credit for rebills of this auto order [optional]
RebillOrders List<Order> Rebill orders that have taken place on this auto order [optional]
RotatingTransactionGatewayCode 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]