Class AccountGetCashBalancesResponse
-
- All Implemented Interfaces:
public final class AccountGetCashBalancesResponseBalance of a payment token in an
Account.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAccountGetCashBalancesResponse.BuilderA builder for AccountGetCashBalancesResponse.
-
Method Summary
Modifier and Type Method Description final Doubleamount()Total amount of the payment token in the Account.final ChainchainId()CAIP-2 chain ID of the payment token. final Stringsymbol()Symbol of the payment token. final StringtokenAddress()Address of the payment token. final JsonField<Double>_amount()Returns the raw JSON value of amount. final JsonField<Chain>_chainId()Returns the raw JSON value of chainId. final JsonField<String>_symbol()Returns the raw JSON value of symbol. final JsonField<String>_tokenAddress()Returns the raw JSON value of tokenAddress. final Map<String, JsonValue>_additionalProperties()final AccountGetCashBalancesResponse.BuildertoBuilder()final AccountGetCashBalancesResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static AccountGetCashBalancesResponse.Builderbuilder()Returns a mutable builder for constructing an instance of AccountGetCashBalancesResponse. -
-
Method Detail
-
tokenAddress
final String tokenAddress()
Address of the payment token.
-
_amount
final JsonField<Double> _amount()
Returns the raw JSON value of amount.
Unlike amount, this method doesn't throw if the JSON field has an unexpected type.
-
_chainId
final JsonField<Chain> _chainId()
Returns the raw JSON value of chainId.
Unlike chainId, this method doesn't throw if the JSON field has an unexpected type.
-
_symbol
final JsonField<String> _symbol()
Returns the raw JSON value of symbol.
Unlike symbol, this method doesn't throw if the JSON field has an unexpected type.
-
_tokenAddress
final JsonField<String> _tokenAddress()
Returns the raw JSON value of tokenAddress.
Unlike tokenAddress, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final AccountGetCashBalancesResponse.Builder toBuilder()
-
validate
final AccountGetCashBalancesResponse validate()
-
builder
final static AccountGetCashBalancesResponse.Builder builder()
Returns a mutable builder for constructing an instance of AccountGetCashBalancesResponse.
The following fields are required:
.amount() .chainId() .symbol() .tokenAddress()
-
-
-
-