Package com.stripe.model.issuing
Class Card.Wallets
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.issuing.Card.Wallets
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Card
For more details about Wallets, please refer to the API
Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about ApplePay, please refer to the API Reference.static class
For more details about GooglePay, 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 boolean
boolean
Unique identifier for a card used with digital wallets.int
hashCode()
void
setApplePay
(Card.Wallets.ApplePay applePay) void
setGooglePay
(Card.Wallets.GooglePay googlePay) void
setPrimaryAccountIdentifier
(String primaryAccountIdentifier) Unique identifier for a card used with digital wallets.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Wallets
public Wallets()
-
-
Method Details
-
getApplePay
-
getGooglePay
-
getPrimaryAccountIdentifier
Unique identifier for a card used with digital wallets. -
setApplePay
-
setGooglePay
-
setPrimaryAccountIdentifier
Unique identifier for a card used with digital wallets. -
equals
-
canEqual
-
hashCode
public int hashCode()
-