public final class CreditCard extends AbstractModel
| Constructor and Description |
|---|
CreditCard() |
CreditCard(String brand,
String country,
Boolean isIssuedInBillingAddressCountry,
Boolean isPrepaid,
Issuer issuer,
String type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBrand() |
String |
getCountry() |
Issuer |
getIssuer() |
String |
getType() |
Boolean |
isIssuedInBillingAddressCountry() |
Boolean |
isPrepaid() |
toJson, toStringpublic CreditCard(String brand, String country, Boolean isIssuedInBillingAddressCountry, Boolean isPrepaid, Issuer issuer, String type)
public CreditCard()
public Issuer getIssuer()
Issuer model object.public String getBrand()
public String getCountry()
public Boolean isIssuedInBillingAddressCountry()
public Boolean isPrepaid()
public String getType()
Copyright © 2016 MaxMind, Inc.. All rights reserved.