public class VoucherModule.ExtAsync
extends io.voucherify.client.module.AbsModule.Async
| Constructor | Description |
|---|---|
ExtAsync() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
addBalance(java.lang.String code,
AddBalance addBalance,
VoucherifyCallback<AddBalanceResponse> callback) |
|
void |
create(CreateVoucher createVoucher,
VoucherifyCallback<VoucherResponse> callback) |
|
void |
disable(java.lang.String code,
VoucherifyCallback<VoucherResponse> callback) |
|
void |
enable(java.lang.String code,
VoucherifyCallback<VoucherResponse> callback) |
|
void |
get(java.lang.String code,
VoucherifyCallback<VoucherResponse> callback) |
|
void |
importVouchers(ImportVouchers importVouchers,
VoucherifyCallback<java.lang.Void> callback) |
|
void |
list(VouchersFilter filter,
VoucherifyCallback<VouchersResponse> callback) |
|
void |
update(java.lang.String code,
VoucherUpdate voucherUpdate,
VoucherifyCallback<VoucherResponse> callback) |
public void list(VouchersFilter filter, VoucherifyCallback<VouchersResponse> callback)
public void get(java.lang.String code,
VoucherifyCallback<VoucherResponse> callback)
public void create(CreateVoucher createVoucher, VoucherifyCallback<VoucherResponse> callback)
public void update(java.lang.String code,
VoucherUpdate voucherUpdate,
VoucherifyCallback<VoucherResponse> callback)
public void disable(java.lang.String code,
VoucherifyCallback<VoucherResponse> callback)
public void enable(java.lang.String code,
VoucherifyCallback<VoucherResponse> callback)
public void addBalance(java.lang.String code,
AddBalance addBalance,
VoucherifyCallback<AddBalanceResponse> callback)
public void importVouchers(ImportVouchers importVouchers, VoucherifyCallback<java.lang.Void> callback)