Package com.stripe.model
Class PaymentMethod.InteracPresent
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentMethod.InteracPresent
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentMethod
-
Nested Class Summary
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getBrand()
Card brand.The cardholder name as read from the card, in ISO 7813 format.Two-letter ISO code representing the country of the card.A high-level description of the type of cards issued in this range.Two-digit number representing the card's expiration month.Four-digit number representing the card's expiration year.Uniquely identifies this particular card number.Card funding type.getIin()
Issuer identification number of the card.The name of the card's issuing bank.getLast4()
The last four digits of the card.Contains information about card networks that can be used to process the payment.EMV tag 5F2D.How card details were read in this transaction.int
hashCode()
void
Card brand.void
setCardholderName
(String cardholderName) The cardholder name as read from the card, in ISO 7813 format.void
setCountry
(String country) Two-letter ISO code representing the country of the card.void
setDescription
(String description) A high-level description of the type of cards issued in this range.void
setExpMonth
(Long expMonth) Two-digit number representing the card's expiration month.void
setExpYear
(Long expYear) Four-digit number representing the card's expiration year.void
setFingerprint
(String fingerprint) Uniquely identifies this particular card number.void
setFunding
(String funding) Card funding type.void
Issuer identification number of the card.void
The name of the card's issuing bank.void
The last four digits of the card.void
Contains information about card networks that can be used to process the payment.void
setPreferredLocales
(List<String> preferredLocales) EMV tag 5F2D.void
setReadMethod
(String readMethod) How card details were read in this transaction.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
InteracPresent
public InteracPresent()
-
-
Method Details
-
getBrand
Card brand. Can beinterac
,mastercard
orvisa
. -
getCardholderName
The cardholder name as read from the card, in ISO 7813 format. May include alphanumeric characters, special characters and first/last name separator (/
). In some cases, the cardholder name may not be available depending on how the issuer has configured the card. Cardholder name is typically not available on swipe or contactless payments, such as those made with Apple Pay and Google Pay. -
getCountry
Two-letter ISO code representing the country of the card. You could use this attribute to get a sense of the international breakdown of cards you've collected. -
getDescription
A high-level description of the type of cards issued in this range. (For internal use only and not typically available in standard API requests.) -
getExpMonth
Two-digit number representing the card's expiration month. -
getExpYear
Four-digit number representing the card's expiration year. -
getFingerprint
Uniquely identifies this particular card number. You can use this attribute to check whether two customers who’ve signed up with you are using the same card number, for example. For payment methods that tokenize card information (Apple Pay, Google Pay), the tokenized number might be provided instead of the underlying card number.As of May 1, 2021, card fingerprint in India for Connect changed to allow two fingerprints for the same card---one for India and one for the rest of the world.
-
getFunding
Card funding type. Can becredit
,debit
,prepaid
, orunknown
. -
getIin
Issuer identification number of the card. (For internal use only and not typically available in standard API requests.) -
getIssuer
The name of the card's issuing bank. (For internal use only and not typically available in standard API requests.) -
getLast4
The last four digits of the card. -
getNetworks
Contains information about card networks that can be used to process the payment. -
getPreferredLocales
EMV tag 5F2D. Preferred languages specified by the integrated circuit chip. -
getReadMethod
How card details were read in this transaction.One of
contact_emv
,contactless_emv
,contactless_magstripe_mode
,magnetic_stripe_fallback
, ormagnetic_stripe_track2
. -
setBrand
Card brand. Can beinterac
,mastercard
orvisa
. -
setCardholderName
The cardholder name as read from the card, in ISO 7813 format. May include alphanumeric characters, special characters and first/last name separator (/
). In some cases, the cardholder name may not be available depending on how the issuer has configured the card. Cardholder name is typically not available on swipe or contactless payments, such as those made with Apple Pay and Google Pay. -
setCountry
Two-letter ISO code representing the country of the card. You could use this attribute to get a sense of the international breakdown of cards you've collected. -
setDescription
A high-level description of the type of cards issued in this range. (For internal use only and not typically available in standard API requests.) -
setExpMonth
Two-digit number representing the card's expiration month. -
setExpYear
Four-digit number representing the card's expiration year. -
setFingerprint
Uniquely identifies this particular card number. You can use this attribute to check whether two customers who’ve signed up with you are using the same card number, for example. For payment methods that tokenize card information (Apple Pay, Google Pay), the tokenized number might be provided instead of the underlying card number.As of May 1, 2021, card fingerprint in India for Connect changed to allow two fingerprints for the same card---one for India and one for the rest of the world.
-
setFunding
Card funding type. Can becredit
,debit
,prepaid
, orunknown
. -
setIin
Issuer identification number of the card. (For internal use only and not typically available in standard API requests.) -
setIssuer
The name of the card's issuing bank. (For internal use only and not typically available in standard API requests.) -
setLast4
The last four digits of the card. -
setNetworks
Contains information about card networks that can be used to process the payment. -
setPreferredLocales
EMV tag 5F2D. Preferred languages specified by the integrated circuit chip. -
setReadMethod
How card details were read in this transaction.One of
contact_emv
,contactless_emv
,contactless_magstripe_mode
,magnetic_stripe_fallback
, ormagnetic_stripe_track2
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-