| Package | Description |
|---|---|
| ClickSend.Api | |
| ClickSend.Model |
| Modifier and Type | Method and Description |
|---|---|
String |
AccountRechargeApi.rechargeCreditCardPut(CreditCard creditCard)
Update credit card info
Update credit card info
|
com.squareup.okhttp.Call |
AccountRechargeApi.rechargeCreditCardPutAsync(CreditCard creditCard,
ApiCallback<String> callback)
Update credit card info (asynchronously)
Update credit card info
|
com.squareup.okhttp.Call |
AccountRechargeApi.rechargeCreditCardPutCall(CreditCard creditCard,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for rechargeCreditCardPut
|
ApiResponse<String> |
AccountRechargeApi.rechargeCreditCardPutWithHttpInfo(CreditCard creditCard)
Update credit card info
Update credit card info
|
| Modifier and Type | Method and Description |
|---|---|
CreditCard |
CreditCard.bankName(String bankName) |
CreditCard |
CreditCard.cvc(Integer cvc) |
CreditCard |
CreditCard.expiryMonth(Integer expiryMonth) |
CreditCard |
CreditCard.expiryYear(Integer expiryYear) |
CreditCard |
CreditCard.name(String name) |
CreditCard |
CreditCard.number(String number) |
Copyright © 2019. All rights reserved.