CardBin |
CardBin.bin(String bin) |
The first 6 digit of the card number.
|
CardBin |
CardBin.commercial(Boolean commercial) |
If true, it indicates a commercial card.
|
static CardBin |
CardBin.fromJson(String jsonString) |
Create an instance of CardBin given an JSON string
|
CardBin |
CardBin.fundingSource(String fundingSource) |
The card funding source.
|
CardBin |
CardBin.fundsAvailability(String fundsAvailability) |
Indicates availability of funds.
|
CardBin |
CostEstimateResponse.getCardBin() |
cardBin
|
CardBin |
CardBin.issuerBin(String issuerBin) |
The first 8 digit of the card number.
|
CardBin |
CardBin.issuingBank(String issuingBank) |
The issuing bank of the card.
|
CardBin |
CardBin.issuingCountry(String issuingCountry) |
The country where the card was issued from.
|
CardBin |
CardBin.issuingCurrency(String issuingCurrency) |
The currency of the card.
|
CardBin |
CardBin.paymentMethod(String paymentMethod) |
The payment method associated with the card (e.g. visa, mc, or amex).
|
CardBin |
CardBin.payoutEligible(String payoutEligible) |
Indicates whether a payout is eligible or not for this card.
|
CardBin |
CardBin.summary(String summary) |
The last four digits of the card number.
|