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