| Package | Description |
|---|---|
| com.bymdev.voucherhub.api | |
| com.bymdev.voucherhub.model |
| Modifier and Type | Method and Description |
|---|---|
ValidationResult |
VoucherResourceApi.validateVoucher(String validationId,
Long vendorId,
String productTag,
List<Long> orderItemIds,
Boolean skipExpiryCheck,
ExtraValidationParamDTO extraParamDTO)
[V2] Validates voucher which represents single order item or group of them.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<ValidationResult> |
VoucherResourceApi.validateVoucherWithHttpInfo(String validationId,
Long vendorId,
String productTag,
List<Long> orderItemIds,
Boolean skipExpiryCheck,
ExtraValidationParamDTO extraParamDTO)
[V2] Validates voucher which represents single order item or group of them.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
VoucherResourceApi.validateVoucherAsync(String validationId,
Long vendorId,
String productTag,
List<Long> orderItemIds,
Boolean skipExpiryCheck,
ExtraValidationParamDTO extraParamDTO,
ApiCallback<ValidationResult> callback)
[V2] Validates voucher which represents single order item or group of them.
|
Copyright © 2018. All rights reserved.