Class TransferSourceAccountBankModel


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2024-12-31T14:53:44.532772Z[Etc/UTC]")
    public class TransferSourceAccountBankModel
    extends Object
    The source account in the transfer. Can be omitted for crypto deposits.
    • Constructor Detail

      • TransferSourceAccountBankModel

        public TransferSourceAccountBankModel()
    • 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