Skip to main content
Package: com.coinbase.cdp.types

Method Details

getCurrency

Returns: BankAccountUsCurrency - The fiat currency for the deposit destination.

getBankName

Returns: String - The name of the bank holding the account.

getBeneficiaryName

Returns: String - The name of the account beneficiary.

getRoutingNumber

Returns: String - The ABA routing number of the bank.

getAccountNumber

Returns: String - The bank account number.

getBankAddress

Returns: Optional<String> - The address of the bank. Present when required by the receiving institution.

getReferenceCode

Returns: Optional<String> - A reference code that must be included in the payment memo or reference field so the receiving institution can route the deposit to the correct account. Only present when required by the receiving institution.

getSupportedRails

Returns: List<DepositDestinationPaymentRail> - The payment rails this account can receive deposits on.

equals

Overrides: [equals](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#equals\(java.lang.Object\) "class or interface in java.lang") in class [Object](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html "class or interface in java.lang") Parameters: other - Object Returns: boolean

getAdditionalProperties

Returns: Map<String,Object>

hashCode

Overrides: [hashCode](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#hashCode\(\) "class or interface in java.lang") in class [Object](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html "class or interface in java.lang") Returns: int

toString

Overrides: [toString](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html#toString\(\) "class or interface in java.lang") in class [Object](https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Object.html "class or interface in java.lang") Returns: String

builder

Returns: BankAccountUs.CurrencyStage