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 classFor more details about ApplePay, please refer to the API Reference.static classFor 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 booleanbooleanUnique identifier for a card used with digital wallets.inthashCode()voidsetApplePay(Card.Wallets.ApplePay applePay) voidsetGooglePay(Card.Wallets.GooglePay googlePay) voidsetPrimaryAccountIdentifier(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()
-