public class TheRockWithdrawal extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TheRockWithdrawal.Method |
Modifier and Type | Method and Description |
---|---|
static TheRockWithdrawal |
createDefaultWithdrawal(String currency,
BigDecimal amount,
String destinationAddress) |
static TheRockWithdrawal |
createRippleWithdrawal(String currency,
BigDecimal amount,
String destinationAddress) |
BigDecimal |
getAmount() |
String |
getCurrency() |
String |
getDestinationAddress() |
TheRockWithdrawal.Method |
getWithdrawMethod() |
String |
toString() |
public static TheRockWithdrawal createRippleWithdrawal(String currency, BigDecimal amount, String destinationAddress)
public static TheRockWithdrawal createDefaultWithdrawal(String currency, BigDecimal amount, String destinationAddress)
public String getCurrency()
public TheRockWithdrawal.Method getWithdrawMethod()
public String getDestinationAddress()
public BigDecimal getAmount()
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.