Skip to Content
DocumentationAPI ReferenceBusiness APIModelsUpdate Voucher Template Request

UpdateVoucherTemplateRequest

Properties

NameTypeDescriptionNotes
template_nameStringUpdated template name.[optional] [default to null]
template_descriptionStringUpdated description.[optional] [default to null]
discount_valueDoubleUpdated discount value.[optional] [default to null]
min_order_valueDoubleUpdated minimum order value.[optional] [default to null]
max_discount_amountDoubleUpdated maximum discount amount.[optional] [default to null]
usage_limit_per_userIntegerUpdated per-user usage limit.[optional] [default to null]
total_usage_limitIntegerUpdated total usage limit.[optional] [default to null]
valid_fromStringUpdated valid from date.[optional] [default to null]
valid_untilStringUpdated valid until date.[optional] [default to null]
applicable_categoriesListUpdated applicable categories.[optional] [default to null]
applicable_vendorsListUpdated applicable vendors.[optional] [default to null]
excluded_categoriesListUpdated excluded categories.[optional] [default to null]
excluded_vendorsListUpdated excluded vendors.[optional] [default to null]
requires_approvalBooleanWhether approval is required.[optional] [default to null]
auto_approve_limitDoubleUpdated auto-approve limit.[optional] [default to null]
is_activeBooleanWhether the template is active.[optional] [default to null]

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