Uses of Class
com.maxmind.minfraud.response.Issuer
-
Packages that use Issuer Package Description com.maxmind.minfraud.response -
-
Uses of Issuer in com.maxmind.minfraud.response
Methods in com.maxmind.minfraud.response that return Issuer Modifier and Type Method Description Issuer
CreditCard. getIssuer()
Constructors in com.maxmind.minfraud.response with parameters of type Issuer Constructor Description CreditCard(String brand, String country, Boolean isIssuedInBillingAddressCountry, Boolean isPrepaid, Issuer issuer, String type)
CreditCard(String brand, String country, Boolean isIssuedInBillingAddressCountry, Boolean isPrepaid, Boolean isVirtual, Issuer issuer, String type)
CreditCard(String brand, String country, Boolean isBusiness, Boolean isIssuedInBillingAddressCountry, Boolean isPrepaid, Boolean isVirtual, Issuer issuer, String type)
-