| Class | Description |
|---|---|
| BasicVoucherData |
THIS FILE WAS GENERATED AUTOMATICALLY.
|
| BasicVoucherDataWithConfirmationPassword |
THIS FILE WAS GENERATED AUTOMATICALLY.
|
| BuyVoucherData |
THIS FILE WAS GENERATED AUTOMATICALLY.
|
| BuyVoucherDataParams |
THIS FILE WAS GENERATED AUTOMATICALLY.
|
| BuyVouchersDTO |
THIS FILE WAS GENERATED AUTOMATICALLY.
|
| CancelVouchersDTO |
THIS FILE WAS GENERATED AUTOMATICALLY.
|
| ChangeVoucherExpirationDateDTO |
THIS FILE WAS GENERATED AUTOMATICALLY.
|
| CreateVouchersDTO |
THIS FILE WAS GENERATED AUTOMATICALLY.
|
| GenerateVouchersData |
THIS FILE WAS GENERATED AUTOMATICALLY.
|
| GenerateVouchersDTO |
THIS FILE WAS GENERATED AUTOMATICALLY.
|
| InitialRedeemVoucherData |
THIS FILE WAS GENERATED AUTOMATICALLY.
|
| RedeemVoucherData |
THIS FILE WAS GENERATED AUTOMATICALLY.
|
| RedeemVoucherDataParams |
THIS FILE WAS GENERATED AUTOMATICALLY.
|
| RedeemVoucherDTO |
THIS FILE WAS GENERATED AUTOMATICALLY.
|
| RedeemVoucherResult |
THIS FILE WAS GENERATED AUTOMATICALLY.
|
| VoucherBarcodeParams |
THIS FILE WAS GENERATED AUTOMATICALLY.
|
| VoucherData |
THIS FILE WAS GENERATED AUTOMATICALLY.
|
| VoucherPackVO |
THIS FILE WAS GENERATED AUTOMATICALLY.
|
| VoucherPackWithIdsVO |
THIS FILE WAS GENERATED AUTOMATICALLY.
|
| VoucherQuery |
THIS FILE WAS GENERATED AUTOMATICALLY.
|
| VouchersResultsWithSummaryVO |
THIS FILE WAS GENERATED AUTOMATICALLY.
|
| VouchersSearchData |
THIS FILE WAS GENERATED AUTOMATICALLY.
|
| VoucherVO |
THIS FILE WAS GENERATED AUTOMATICALLY.
|
| Enum | Description |
|---|---|
| VoucherCreationType |
Determines how a voucher was created
|
| VoucherOrderBy |
The possible order by option for a voucher search
|
| VoucherPaymentDestination |
Determines who receives the payment when a voucher is redeemed
|
| VoucherSearchContext |
The possible contexts for searching for vouchers
|
| VoucherStatus |
The possible statuses for a voucher
|
| Exception | Description |
|---|---|
| BuyingMaxAmountReachedForPeriodException |
Exception thrown when attempting to buy vouchers and the max buy amount for period was exceeded
|
| BuyingMaxOpenAmountException |
Exception thrown when attempting to buy vouchers for an user, and the total open amount exceeds the maximum allowed
|
| BuyingNotAllowedForUserException |
Exception thrown when attempting to buy vouchers for an user that is not allowed by the voucher type
|
| MaxTotalOpenAmountException |
Exception thrown when either generating or buying vouchers, and the maximum total open amount is exceeded
|
| RedeemingNotAllowedForUserException |
Exception thrown when attempting to redeem a voucher with an user that is not allowed
(the type defines a set of allowed users or groups)
|
| RedeemingNotAllowedForVoucherException |
Exception thrown when attempting to redeem a voucher that is not no longer open
|
| RedeemingNotAllowedTodayException |
Exception thrown when attempting to redeem a voucher in a day that is not allowed
|
| RedeemingNotAllowedYetException |
Exception thrown when attempting to redeem a voucher before the redeeming begin date
|
| RedeemingUserBlockedException |
Exception thrown when an user was blocked by exceeding the maximum redeem attempts
|
| VoucherBuyingException |
Base exception type for buying vouchers
|
| VoucherException |
Base exception type for vouchers
|
| VoucherRedeemingException |
Base exception type for redeeming vouchers
|