Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 3.12 KB

File metadata and controls

34 lines (29 loc) · 3.12 KB

com.ultracart.admin.v2.Model.ItemAutoOrder

Properties

Name Type Description Notes
AuthFutureAmount decimal Amount to try and authorize for the future rebill [optional]
AuthTestAmount decimal Amount to try and test authorize [optional]
AutoOrderCancelChargeMinimumBalance bool If true, the cost of the cancel item will be the remaining balance of the minimum rebill or lifetime value [optional]
AutoOrderCancelItemId string Item id to attempt charging the customer for if they cancel [optional]
AutoOrderCancelItemOid int Item object identifier to attempt charging the customer for if they cancel [optional]
AutoOrderCancelMinimumLifeTimeCount int The minimum life time count that must be billed in order to not be charged the cancellation item. [optional]
AutoOrderCancelMinimumLifeTimeValue decimal The minimum life time value that must be paid in order to not be charged the cancellation item. [optional]
AutoOrderCancelMinimumRebillCount int The minimum rebill count that must be billed in order to not be charged the cancellation item. [optional]
AutoOrderCancelMinimumRebillValue decimal The minimum rebill value that must be paid in order to not be charged the cancellation item. [optional]
AutoOrderDowngradeItems List<string> List of downgrade items presented to customer service representatives [optional]
AutoOrderPaused bool True if the rebill processing of this item is paused [optional]
AutoOrderProhibitExpiringCards int Minimum number of months before expiration for the card. Overrides the account level setting if higher. Set to zero to disable. [optional]
AutoOrderSchedules List<string> The user selectable schedules that are available [optional]
AutoOrderUpgradeItems List<string> List of upgrade items presented to customer service representatives [optional]
AutoOrderUpsell bool True if this item uses a fixed upsell step schedule [optional]
AutoOrderUpsellNoEasyCancel bool Do not send the easy cancel email to the customer [optional]
AutoOrderUpsellOnePerCustomer bool Limit the purchase of this item to one per customer [optional]
AutoOrderable bool True if this item can be automatically ordered by the customer [optional]
CancelOtherAutoOrders bool True if other auto orders for this customer should be canceled when this item is ordered [optional]
FreeShippingAutoOrder bool True if the customer should be given free shipping [optional]
RefundOtherAutoOrders bool True if other auto orders for this customer should refunded if this item is refunded. [optional]
Steps List<ItemAutoOrderStep> The rebill steps if this auto order is an upsell [optional]

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