Class PostRewardBankModel


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2023-05-23T12:04:31.393969Z[Etc/UTC]")
    public class PostRewardBankModel
    extends Object
    PostRewardBankModel
    • Constructor Detail

      • PostRewardBankModel

        public PostRewardBankModel()
    • Method Detail

      • getCustomerGuid

        @Nonnull
        public String getCustomerGuid()
        The unique identifier for the customer.
        Returns:
        customerGuid
      • setCustomerGuid

        public void setCustomerGuid​(String customerGuid)
      • getSymbol

        @Nonnull
        public String getSymbol()
        Symbol the quote is being requested for. Format is \"asset-counter_asset\" in uppercase. See the Symbols API for a complete list of cryptocurrencies supported.
        Returns:
        symbol
      • setSymbol

        public void setSymbol​(String symbol)
      • getReceiveAmount

        @Nullable
        public BigInteger getReceiveAmount()
        The amount to be received in base units of the currency: currency is \"asset\" for buy and \"counter_asset\" for sell.
        Returns:
        receiveAmount
      • setReceiveAmount

        public void setReceiveAmount​(BigInteger receiveAmount)
      • getDeliverAmount

        @Nullable
        public BigInteger getDeliverAmount()
        The amount to be delivered in base units of the currency: currency is \"counter_asset\" for buy and \"asset\" for sell.
        Returns:
        deliverAmount
      • setDeliverAmount

        public void setDeliverAmount​(BigInteger deliverAmount)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object