- redeem(String, String) - Method in interface pl.rspective.voucherify.client.api.VoucherifyApi
-
Method used to redeem a voucher identified by code
- redeem(String, VoucherRedemptionContext) - Method in interface pl.rspective.voucherify.client.api.VoucherifyApi
-
Method used to redeem a voucher and provide a context information.
- redeem(String, String, VoucherifyCallback<VoucherRedemptionResult>) - Method in class pl.rspective.voucherify.client.module.VoucherModule.ExtAsync
-
Redeem a voucher by his identifier
- redeem(String, VoucherRedemptionContext, VoucherifyCallback<VoucherRedemptionResult>) - Method in class pl.rspective.voucherify.client.module.VoucherModule.ExtAsync
-
Redeem a voucher by his identifier
- redeem(String, String) - Method in class pl.rspective.voucherify.client.module.VoucherModule.ExtRxJava
-
Redeem a voucher by his identifier
- redeem(String, VoucherRedemptionContext) - Method in class pl.rspective.voucherify.client.module.VoucherModule.ExtRxJava
-
Redeem a voucher by his identifier
- redeem(String, String) - Method in class pl.rspective.voucherify.client.module.VoucherModule
-
Redeem a voucher identified by code
- redeem(String, VoucherRedemptionContext) - Method in class pl.rspective.voucherify.client.module.VoucherModule
-
Redeem a voucher identified by code
- redemption(String) - Method in interface pl.rspective.voucherify.client.api.VoucherifyApi
-
Fetch information about voucher redemption details
- redemption(String, VoucherifyCallback<VoucherRedemption>) - Method in class pl.rspective.voucherify.client.module.VoucherModule.ExtAsync
-
Fetch information about voucher redemption
- redemption(String) - Method in class pl.rspective.voucherify.client.module.VoucherModule.ExtRxJava
-
Fetch information about voucher redemption
- redemption(String) - Method in class pl.rspective.voucherify.client.module.VoucherModule
-
Fetch information about voucher redemption
- RedemptionDetails - Class in pl.rspective.voucherify.client.model
-
- RedemptionDetails() - Constructor for class pl.rspective.voucherify.client.model.RedemptionDetails
-
- RedemptionEntry - Class in pl.rspective.voucherify.client.model
-
I hold a history information about voucher redemption
- RedemptionEntry() - Constructor for class pl.rspective.voucherify.client.model.RedemptionEntry
-
- RedemptionResult - Enum in pl.rspective.voucherify.client.model
-
- RedemptionsFilter - Class in pl.rspective.voucherify.client.model
-
- rollbackRedemption(String, String, String) - Method in interface pl.rspective.voucherify.client.api.VoucherifyApi
-
Redemption rollback reverts a redemption.
- rollbackRedemption(String, String, String, VoucherifyCallback<VoucherRedemptionResult>) - Method in class pl.rspective.voucherify.client.module.VoucherModule.ExtAsync
-
Redemption rollback reverts a redemption.
- rollbackRedemption(String, String, String) - Method in class pl.rspective.voucherify.client.module.VoucherModule.ExtRxJava
-
Redemption rollback reverts a redemption.
- rollbackRedemption(String, String, String) - Method in class pl.rspective.voucherify.client.module.VoucherModule
-
Redemption rollback reverts a redemption.
- rx() - Method in class pl.rspective.voucherify.client.module.CustomerModule
-
Returns the RxJava extension of this module.
- rx() - Method in class pl.rspective.voucherify.client.module.VoucherModule
-
Returns the RxJava extension of this module.
- RxUtils - Class in pl.rspective.voucherify.client.utils
-
Utils's class used to wrap sync and async calls into RX world
- RxUtils() - Constructor for class pl.rspective.voucherify.client.utils.RxUtils
-
- RxUtils.DefFunc<T> - Class in pl.rspective.voucherify.client.utils
-
Convert method into observable