Interface TransferTotalAPI


public interface TransferTotalAPI
  • Method Details

    • getQuantity

      float getQuantity()
    • getPrice

      float getPrice()
    • getMarketId

      String getMarketId()
    • isSmuggled

      boolean isSmuggled()
    • getCommodityId

      String getCommodityId()
    • setQuantity

      void setQuantity(int quantity)
    • setPrice

      void setPrice(int price)