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
Interval (or event) to which the amount applies.
One of all_time, daily, monthly, per_authorization,
weekly, or yearly.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
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
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()
-