Class QuoteEntryDestinationAccountBankModel


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2025-01-14T21:05:00.253300Z[Etc/UTC]")
    public class QuoteEntryDestinationAccountBankModel
    extends Object
    The destination account entry in the batch transfer.
    • Constructor Detail

      • QuoteEntryDestinationAccountBankModel

        public QuoteEntryDestinationAccountBankModel()
    • Method Detail

      • getGuid

        @Nullable
        public String getGuid()
        Auto-generated unique identifier for the transfer account.
        Returns:
        guid
      • setGuid

        public void setGuid​(String guid)
      • getType

        @Nullable
        public String getType()
        The type of transfer account; one of trading, fiat, external_bank_account, external_wallet, one_time_address, reserve, invoice_operations, fee, gas, or storage.
        Returns:
        type
      • setType

        public void setType​(String type)
      • getBankGuid

        @Nullable
        public String getBankGuid()
        The account's identifier.
        Returns:
        bankGuid
      • getBankGuid_JsonNullable

        public org.openapitools.jackson.nullable.JsonNullable<String> getBankGuid_JsonNullable()
      • setBankGuid_JsonNullable

        public void setBankGuid_JsonNullable​(org.openapitools.jackson.nullable.JsonNullable<String> bankGuid)
      • setBankGuid

        public void setBankGuid​(String bankGuid)
      • getCustomerGuid

        @Nullable
        public String getCustomerGuid()
        The account's identifier.
        Returns:
        customerGuid
      • getCustomerGuid_JsonNullable

        public org.openapitools.jackson.nullable.JsonNullable<String> getCustomerGuid_JsonNullable()
      • setCustomerGuid_JsonNullable

        public void setCustomerGuid_JsonNullable​(org.openapitools.jackson.nullable.JsonNullable<String> customerGuid)
      • setCustomerGuid

        public void setCustomerGuid​(String customerGuid)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object