| Package | Description |
|---|---|
| com.cardpay.sdk.api | |
| com.cardpay.sdk.model |
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<RefundResponse> |
RefundsApi.createRefund(RefundRequest refundRequest)
Create refund
|
retrofit2.Call<RefundResponse> |
RefundsApi.getRefund(String refundId)
Get refund information
|
| Modifier and Type | Method and Description |
|---|---|
RefundResponse |
RefundResponse.cardAccount(RefundResponseCardAccount cardAccount) |
RefundResponse |
RefundResponse.customer(RefundResponseCustomer customer) |
RefundResponse |
RefundResponse.ewalletAccount(TransactionResponseEWalletAccount ewalletAccount) |
RefundResponse |
RefundResponse.merchantOrder(TransactionResponseMerchantOrder merchantOrder) |
RefundResponse |
RefundResponse.paymentData(RefundResponsePaymentData paymentData) |
RefundResponse |
RefundResponse.paymentMethod(String paymentMethod) |
RefundResponse |
RefundResponse.refundData(RefundResponseRefundData refundData) |
| Modifier and Type | Method and Description |
|---|---|
RefundsList |
RefundsList.addDataItem(RefundResponse dataItem) |
| Modifier and Type | Method and Description |
|---|---|
RefundsList |
RefundsList.data(List<RefundResponse> data) |
void |
RefundsList.setData(List<RefundResponse> data) |
Copyright © 2022. All rights reserved.