All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
CreditCard |
copyFrom(CreditCard instance) |
CreditCard |
fetch() |
static CreditCard |
fetchById(Long id,
APIContext context) |
static CreditCard |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<CreditCard> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<CreditCard> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<CreditCard> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<CreditCard>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
CreditCard.APIRequestGet |
get() |
APIContext |
getContext() |
Object |
getFieldBillingAddress() |
String |
getFieldCardCobadging() |
String |
getFieldCardHolderName() |
String |
getFieldCardType() |
Long |
getFieldCredentialId() |
List<String> |
getFieldDefaultReceivingMethodProducts() |
String |
getFieldExpiryMonth() |
String |
getFieldExpiryYear() |
String |
getFieldId() |
Boolean |
getFieldIsCvvTrickyBin() |
Boolean |
getFieldIsEnabled() |
Boolean |
getFieldIsLastUsed() |
Boolean |
getFieldIsNetworkTokenizedInIndia() |
Boolean |
getFieldIsSoftDisabled() |
Boolean |
getFieldIsUserVerified() |
Boolean |
getFieldIsZipVerified() |
String |
getFieldLast4() |
String |
getFieldReadableCardType() |
String |
getFieldTimeCreated() |
Long |
getFieldTimeCreatedTs() |
String |
getFieldType() |
String |
getId() |
static APIRequest.ResponseParser<CreditCard> |
getParser() |
static CreditCard |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<CreditCard> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |