Class BitflyerBankAccount
java.lang.Object
org.knowm.xchange.bitflyer.dto.account.BitflyerBankAccount
Object representing json returned from
GET /v1/me/getbankaccounts
Example [ { "id": 3402, "is_verified": true, "bank_name": "Wells Fargo", "branch_name": "1231234123", "account_type": "Checking", "account_number": "1111111", "account_name": "Name on Account" } ]
- Author:
- bryant_harris
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
boolean
void
setAccountName
(String accountName) void
setAccountNumber
(String accountNumber) void
setAccountType
(String accountType) void
setBankName
(String bankName) void
setBranchName
(String branchName) void
void
setVerified
(boolean isVerified) toString()
-
Constructor Details
-
BitflyerBankAccount
public BitflyerBankAccount()
-
-
Method Details