Contains all Requests regarding vouchers.
Gets the discount for a given code.
getDiscount
InPlayer.Voucher .getDiscount('/vouchers/discount', { accessFeeId: 134, voucherCode: 'FOOrGmv60pT' }) .then(data => console.log(data));
{ voucherCode: string accessFeeId?: number, itemId?: number, }
Generated using TypeDoc
Contains all Requests regarding vouchers.