The gift voucher object

Gift vouchers are types of gifts that can be purchased by customers, ie "Gift voucher for £10.00", which when purchased will generated a redeemable gift code.

Attributes

  • *id** integer The unique id for the object.
  • *name** string
    The name of the gift voucher.
  • *amount** positive float
    The purcase amount for this gift voucher.
  • *vouchertype** _string
    Can be: value or spaces.
  • *discount** positive float
    The discountable amount for a gift code belonging to this voucher.
  • *description** string
    The discription of how the gift voucher is applied.
  • *status** boolean
    True if the gift voucher is active.