Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 3.06 KB

File metadata and controls

34 lines (26 loc) · 3.06 KB

ItemAutoOrder

Properties

Name Type Description Notes
authFutureAmount BigDecimal Amount to try and authorize for the future rebill [optional]
authTestAmount BigDecimal Amount to try and test authorize [optional]
autoOrderCancelChargeMinimumBalance Boolean 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 Integer Item object identifier to attempt charging the customer for if they cancel [optional]
autoOrderCancelMinimumLifeTimeCount Integer The minimum life time count that must be billed in order to not be charged the cancellation item. [optional]
autoOrderCancelMinimumLifeTimeValue BigDecimal The minimum life time value that must be paid in order to not be charged the cancellation item. [optional]
autoOrderCancelMinimumRebillCount Integer The minimum rebill count that must be billed in order to not be charged the cancellation item. [optional]
autoOrderCancelMinimumRebillValue BigDecimal 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 Boolean True if the rebill processing of this item is paused [optional]
autoOrderProhibitExpiringCards Integer 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 Boolean True if this item uses a fixed upsell step schedule [optional]
autoOrderUpsellNoEasyCancel Boolean Do not send the easy cancel email to the customer [optional]
autoOrderUpsellOnePerCustomer Boolean Limit the purchase of this item to one per customer [optional]
autoOrderable Boolean True if this item can be automatically ordered by the customer [optional]
cancelOtherAutoOrders Boolean True if other auto orders for this customer should be canceled when this item is ordered [optional]
freeShippingAutoOrder Boolean True if the customer should be given free shipping [optional]
refundOtherAutoOrders Boolean 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]