Class BitfinexDepositAddressResponse

java.lang.Object
org.knowm.xchange.bitfinex.v1.dto.account.BitfinexDepositAddressResponse

public class BitfinexDepositAddressResponse extends Object
  • Constructor Details

    • BitfinexDepositAddressResponse

      public BitfinexDepositAddressResponse()
  • Method Details

    • getResult

      public String getResult()
    • setResult

      public void setResult(String result)
    • getMethod

      public String getMethod()
    • setMethod

      public void setMethod(String method)
    • getCurrency

      public String getCurrency()
    • setCurrency

      public void setCurrency(String currency)
    • getAddress

      public String getAddress()
    • setAddress

      public void setAddress(String address)