Class PayoutMethod.CryptoWallet
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.moneymanagement.PayoutMethod.CryptoWallet
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- PayoutMethod
The PayoutMethodCryptoWallet object details.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Destination wallet address.Whether the crypto wallet was archived.getMemo()
Optional field, required if network supports memos (only "stellar" currently).Which rail is being used to make an outbound money movement to this wallet.int
hashCode()
void
setAddress
(String address) Destination wallet address.void
setArchived
(Boolean archived) Whether the crypto wallet was archived.void
Optional field, required if network supports memos (only "stellar" currently).void
setNetwork
(String network) Which rail is being used to make an outbound money movement to this wallet.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
CryptoWallet
public CryptoWallet()
-
-
Method Details
-
getAddress
Destination wallet address. -
getArchived
Whether the crypto wallet was archived. Crypto wallets can be archived through the /archive API, and they will not be automatically archived by Stripe. Archived crypto wallets cannot be used as payout method and will not appear in the payout method list. -
getMemo
Optional field, required if network supports memos (only "stellar" currently). -
getNetwork
Which rail is being used to make an outbound money movement to this wallet.One of
arbitrum
,avalanche_c_chain
,base
,ethereum
,optimism
,polygon
,solana
, orstellar
. -
setAddress
Destination wallet address. -
setArchived
Whether the crypto wallet was archived. Crypto wallets can be archived through the /archive API, and they will not be automatically archived by Stripe. Archived crypto wallets cannot be used as payout method and will not appear in the payout method list. -
setMemo
Optional field, required if network supports memos (only "stellar" currently). -
setNetwork
Which rail is being used to make an outbound money movement to this wallet.One of
arbitrum
,avalanche_c_chain
,base
,ethereum
,optimism
,polygon
,solana
, orstellar
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-