| Package | Description |
|---|---|
| com.bymdev.voucherhub.api | |
| com.bymdev.voucherhub.model |
| Modifier and Type | Method and Description |
|---|---|
GenericStatusDTO |
VoucherResourceApi.cancelValidation(String transactionTag,
String reason,
OrderNoteParamDTO note)
[V2] Cancel validation for the voucher
Required permissions: CAN_CANCEL_VALIDATION
|
com.squareup.okhttp.Call |
VoucherResourceApi.cancelValidationAsync(String transactionTag,
String reason,
OrderNoteParamDTO note,
ApiCallback<GenericStatusDTO> callback)
[V2] Cancel validation for the voucher (asynchronously)
Required permissions: CAN_CANCEL_VALIDATION
|
com.squareup.okhttp.Call |
VoucherResourceApi.cancelValidationCall(String transactionTag,
String reason,
OrderNoteParamDTO note,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for cancelValidation
|
ApiResponse<GenericStatusDTO> |
VoucherResourceApi.cancelValidationWithHttpInfo(String transactionTag,
String reason,
OrderNoteParamDTO note)
[V2] Cancel validation for the voucher
Required permissions: CAN_CANCEL_VALIDATION
|
GenericStatusDTO |
VoucherResourceApi.cancelVoucher(Long orderId,
String voucherId,
OrderNoteParamDTO note)
cancelVoucher
Required permissions: CAN_CANCEL_ORDER
|
com.squareup.okhttp.Call |
VoucherResourceApi.cancelVoucherAsync(Long orderId,
String voucherId,
OrderNoteParamDTO note,
ApiCallback<GenericStatusDTO> callback)
cancelVoucher (asynchronously)
Required permissions: CAN_CANCEL_ORDER
|
com.squareup.okhttp.Call |
VoucherResourceApi.cancelVoucherCall(Long orderId,
String voucherId,
OrderNoteParamDTO note,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for cancelVoucher
|
ApiResponse<GenericStatusDTO> |
VoucherResourceApi.cancelVoucherWithHttpInfo(Long orderId,
String voucherId,
OrderNoteParamDTO note)
cancelVoucher
Required permissions: CAN_CANCEL_ORDER
|
| Modifier and Type | Method and Description |
|---|---|
OrderNoteParamDTO |
OrderNoteParamDTO.note(String note) |
Copyright © 2018. All rights reserved.