Class BitflyerWithdrawRequest
java.lang.Object
org.knowm.xchange.bitflyer.dto.account.BitflyerWithdrawRequest
Object representing body of request
POST /v1/me/withdraw
Example { "currency_code": "JPY", "bank_account_id": 1234, "amount": 12000 }
- Author:
- bryant_harris
-
Constructor Summary
ConstructorsConstructorDescriptionBitflyerWithdrawRequest
(String currencyCode, String bankAccountID, BigDecimal amount) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setAmount
(BigDecimal amount) void
setBankAccountID
(String bankAccountID) void
setCurrencyCode
(String currencyCode) toString()