Package com.stripe.model.issuing
Class Card.Wallets.ApplePay
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.issuing.Card.Wallets.ApplePay
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Card.Wallets
For more details about ApplePay, please refer to the API Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanApple Pay Eligibility.Reason the card is ineligible for Apple PayUnique identifier for the card in Apple Pay.inthashCode()voidsetEligible(Boolean eligible) Apple Pay Eligibility.voidsetIneligibleReason(String ineligibleReason) Reason the card is ineligible for Apple PayvoidsetPrimaryAccountIdentifier(String primaryAccountIdentifier) Unique identifier for the card in Apple Pay.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
ApplePay
public ApplePay()
-
-
Method Details
-
getEligible
Apple Pay Eligibility. -
getIneligibleReason
Reason the card is ineligible for Apple PayOne of
missing_agreement,missing_cardholder_contact, orunsupported_region. -
getPrimaryAccountIdentifier
Unique identifier for the card in Apple Pay. -
setEligible
Apple Pay Eligibility. -
setIneligibleReason
Reason the card is ineligible for Apple PayOne of
missing_agreement,missing_cardholder_contact, orunsupported_region. -
setPrimaryAccountIdentifier
Unique identifier for the card in Apple Pay. -
equals
-
canEqual
-
hashCode
public int hashCode()
-