Package com.stripe.model
Class Charge.PaymentMethodDetails.Cashapp
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Charge.PaymentMethodDetails.Cashapp
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Charge.PaymentMethodDetails
For more details about Cashapp, 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 booleanbooleanA unique and immutable identifier assigned by Cash App to every buyer.A public identifier for buyers using Cash App.A unique and immutable identifier of payments assigned by Cash App.inthashCode()voidsetBuyerId(String buyerId) A unique and immutable identifier assigned by Cash App to every buyer.voidsetCashtag(String cashtag) A public identifier for buyers using Cash App.voidsetTransactionId(String transactionId) A unique and immutable identifier of payments assigned by Cash App.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, 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. -
getTransactionId
A unique and immutable identifier of payments assigned by Cash App. -
setBuyerId
A unique and immutable identifier assigned by Cash App to every buyer. -
setCashtag
A public identifier for buyers using Cash App. -
setTransactionId
A unique and immutable identifier of payments assigned by Cash App. -
equals
-
canEqual
-
hashCode
public int hashCode()
-