Package com.stripe.model
Class PaymentAttemptRecord.PaymentMethodDetails.Crypto
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentAttemptRecord.PaymentMethodDetails.Crypto
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PaymentAttemptRecord.PaymentMethodDetails
For more details about Crypto, 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 boolean
boolean
The wallet address of the customer.The blockchain network that the transaction was sent on.The token currency that the transaction was sent with.The blockchain transaction hash of the crypto payment.int
hashCode()
void
setBuyerAddress
(String buyerAddress) The wallet address of the customer.void
setNetwork
(String network) The blockchain network that the transaction was sent on.void
setTokenCurrency
(String tokenCurrency) The token currency that the transaction was sent with.void
setTransactionHash
(String transactionHash) The blockchain transaction hash of the crypto payment.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Crypto
public Crypto()
-
-
Method Details
-
getBuyerAddress
The wallet address of the customer. -
getNetwork
The blockchain network that the transaction was sent on.One of
base
,ethereum
, orpolygon
. -
getTokenCurrency
The token currency that the transaction was sent with.One of
usdc
,usdg
, orusdp
. -
getTransactionHash
The blockchain transaction hash of the crypto payment. -
setBuyerAddress
The wallet address of the customer. -
setNetwork
The blockchain network that the transaction was sent on.One of
base
,ethereum
, orpolygon
. -
setTokenCurrency
The token currency that the transaction was sent with.One of
usdc
,usdg
, orusdp
. -
setTransactionHash
The blockchain transaction hash of the crypto payment. -
equals
-
canEqual
-
hashCode
public int hashCode()
-