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
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Apple Pay Eligibility.Reason the card is ineligible for Apple Payint
hashCode()
void
setEligible
(Boolean eligible) Apple Pay Eligibility.void
setIneligibleReason
(String ineligibleReason) Reason the card is ineligible for Apple PayMethods inherited from class com.stripe.model.StripeObject
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
. -
setEligible
Apple Pay Eligibility. -
setIneligibleReason
Reason the card is ineligible for Apple PayOne of
missing_agreement
,missing_cardholder_contact
, orunsupported_region
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-