Skip to Content

EnterpriseVoucherResponse

Properties

NameTypeDescriptionNotes
idLongUnique identifier for the voucher.[default to null]
enterprise_idLongID of the enterprise that owns this voucher.[default to null]
template_idLongOptional ID of the template used to create this voucher.[optional] [default to null]
codeStringVoucher code.[default to null]
nameStringDisplay name of the voucher.[default to null]
descriptionStringDescription of the voucher.[optional] [default to null]
discount_typeStringType of discount (percentage or fixed_amount).[default to null]
discount_valueDoubleDiscount value (percentage or amount).[default to null]
currency_codeStringCurrency code for the voucher.[default to null]
min_order_amountDoubleMinimum order amount required.[optional] [default to null]
max_discount_amountDoubleMaximum discount amount that can be applied.[optional] [default to null]
usage_limitIntegerTotal usage limit.[optional] [default to null]
usage_countIntegerCurrent number of times the voucher has been used.[default to null]
user_usage_limitIntegerPer-user usage limit.[optional] [default to null]
start_dateStringVoucher validity start date.[optional] [default to null]
end_dateStringVoucher validity end date.[optional] [default to null]
is_activeBooleanWhether the voucher is active.[default to null]
created_atStringTimestamp when the voucher was created.[default to null]
updated_atStringTimestamp when the voucher was last updated.[default to null]

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