Constructors

  • Parameters

    • voucherType: VoucherType
    • description: string
    • Optional conditionFunc: ((scene, args) => boolean)
        • (scene, args): boolean
        • Parameters

          Returns boolean

    Returns Voucher

Properties

conditionFunc: ((scene, args) => boolean)

Type declaration

    • (scene, args): boolean
    • Parameters

      Returns boolean

description: string
id: string
voucherType: VoucherType

Methods