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 SummaryNested 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 SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
Walletspublic Wallets()
 
- 
- 
Method Details- 
getApplePay
- 
getGooglePay
- 
getPrimaryAccountIdentifierUnique identifier for a card used with digital wallets.
- 
setApplePay
- 
setGooglePay
- 
setPrimaryAccountIdentifierUnique identifier for a card used with digital wallets.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-