DepositAndFeeRuleType
Supported types of the Deposit And Fee Rule.
enum DepositAndFeeRuleType {
REFUNDABLE_DEPOSIT
FEE
}
Values
DepositAndFeeRuleType.REFUNDABLE_DEPOSIT
A refundable deposit is the default setting and should be used for items requiring a deposit that will be returned to the customer upon their return, such as bottles of varying sizes, electronics, or specific types of packaging.
DepositAndFeeRuleType.FEE
Fee typically used for additional fees that are applied for every Item sold where the amount is never returned to the customer. For example Eco Tax on rubber tires, where a fixed amount must be collected per tire sold.
Member Of
DepositAndFeeRule
object