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
Modifier and TypeClassDescriptionstatic class
static class
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
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, 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()
-