Skip to content

Latest commit

 

History

History
53 lines (25 loc) · 1.03 KB

OrderVoucherSummary.md

File metadata and controls

53 lines (25 loc) · 1.03 KB

Flipdish.OrderVoucherSummary

Properties

Name Type Description Notes
VoucherId Number Voucher ID [optional]
Name String Voucher name [optional]
Description String Voucher description [optional]
Code String Voucher code [optional]
Amount Number Voucher amount [optional]
Type String Voucher type [optional]
SubType String Voucher sub type [optional]

Enum: TypeEnum

  • PercentageDiscount (value: "PercentageDiscount")

  • LumpDiscount (value: "LumpDiscount")

  • AddItem (value: "AddItem")

  • CreditNote (value: "CreditNote")

  • FreeDelivery (value: "FreeDelivery")

Enum: SubTypeEnum

  • None (value: "None")

  • SignUp (value: "SignUp")

  • Loyalty (value: "Loyalty")

  • Loyalty25 (value: "Loyalty25")

  • Retention (value: "Retention")

  • SecondaryRetention (value: "SecondaryRetention")

  • Custom (value: "Custom")