Skip to Content

VoucherTemplateResponse

Properties

NameTypeDescriptionNotes
idLongUnique identifier for the template.[default to null]
enterprise_idLongID of the enterprise that owns this template.[default to null]
template_nameStringName of the template.[default to null]
template_descriptionStringDescription of the template.[optional] [default to null]
voucher_typeStringType of voucher.[default to null]
discount_valueDoubleDiscount value.[default to null]
min_order_valueDoubleMinimum order value required.[optional] [default to null]
max_discount_amountDoubleMaximum discount amount.[optional] [default to null]
usage_limit_per_userIntegerPer-user usage limit.[optional] [default to null]
total_usage_limitIntegerTotal usage limit.[optional] [default to null]
valid_fromStringValid from date.[optional] [default to null]
valid_untilStringValid until date.[optional] [default to null]
applicable_categoriesListApplicable categories.[optional] [default to null]
applicable_vendorsListApplicable vendors.[optional] [default to null]
excluded_categoriesListExcluded categories.[optional] [default to null]
excluded_vendorsListExcluded vendors.[optional] [default to null]
requires_approvalBooleanWhether approval is required.[default to null]
auto_approve_limitDoubleAuto-approve limit.[optional] [default to null]
is_activeBooleanWhether the template is active.[default to null]
created_byLongUser ID who created the template.[default to null]
created_atStringTimestamp when created.[default to null]
updated_atStringTimestamp when last updated.[default to null]
voucher_countLongCount of vouchers created from this template.[optional] [default to null]

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