Show:

Contains all Requests regarding vouchers.

Table of Contents

Methods

getDiscount
(
  • data
)
Object
async

Gets the discount for a given code.

Parameters:

  • data Object
    • { voucherCode: string, accessFeeId: number }

Returns:

Object

Example:

InPlayer.Voucher
.getDiscount({
   voucherCode: '120fwjhniudh42i7',,
   accessFeeId: 2
})
.then(data => console.log(data));