| Package | Description |
|---|---|
| com.cardpay.sdk.api | |
| com.cardpay.sdk.model |
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<PayoutResponse> |
PayoutsApi.createPayout(PayoutRequest payoutRequest)
Create payout
|
retrofit2.Call<PayoutResponse> |
PayoutsApi.getPayout(String payoutId)
Read payout information
|
| Modifier and Type | Method and Description |
|---|---|
PayoutResponse |
PayoutResponse.cardAccount(PayoutResponseCardAccount cardAccount) |
PayoutResponse |
PayoutResponse.cryptocurrencyAccount(PayoutResponseCryptocurrencyAccount cryptocurrencyAccount) |
PayoutResponse |
PayoutResponse.customer(PayoutResponseCustomer customer) |
PayoutResponse |
PayoutResponse.ewalletAccount(PayoutResponseEWalletAccount ewalletAccount) |
PayoutResponse |
PayoutResponse.merchantOrder(TransactionResponseMerchantOrder merchantOrder) |
PayoutResponse |
PayoutResponse.paymentData(PayoutPaymentData paymentData) |
PayoutResponse |
PayoutResponse.paymentMethod(String paymentMethod) |
PayoutResponse |
PayoutResponse.payoutData(PayoutResponsePayoutData payoutData) |
PayoutResponse |
PayoutResponse.redirectUrl(String redirectUrl) |
| Modifier and Type | Method and Description |
|---|---|
PayoutsList |
PayoutsList.addDataItem(PayoutResponse dataItem) |
| Modifier and Type | Method and Description |
|---|---|
PayoutsList |
PayoutsList.data(List<PayoutResponse> data) |
void |
PayoutsList.setData(List<PayoutResponse> data) |
Copyright © 2024. All rights reserved.