Package com.stripe.model
Class ConfirmationToken.PaymentMethodPreview.Cashapp
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.ConfirmationToken.PaymentMethodPreview.Cashapp
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- ConfirmationToken.PaymentMethodPreview
The type of mobile wallet, one of
apple_pay
, google_pay
,
samsung_pay
, or unknown
.-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
A unique and immutable identifier assigned by Cash App to every buyer.A public identifier for buyers using Cash App.int
hashCode()
void
setBuyerId
(String buyerId) A unique and immutable identifier assigned by Cash App to every buyer.void
setCashtag
(String cashtag) A public identifier for buyers using Cash App.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Cashapp
public Cashapp()
-
-
Method Details
-
getBuyerId
A unique and immutable identifier assigned by Cash App to every buyer. -
getCashtag
A public identifier for buyers using Cash App. -
setBuyerId
A unique and immutable identifier assigned by Cash App to every buyer. -
setCashtag
A public identifier for buyers using Cash App. -
equals
-
canEqual
-
hashCode
public int hashCode()
-