Class QuoteEntrySourceAccountBankModel


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2025-04-29T14:34:37.512796Z[Etc/UTC]")
    public class QuoteEntrySourceAccountBankModel
    extends Object
    The source account in the batch transfer entry.
    • Constructor Detail

      • QuoteEntrySourceAccountBankModel

        public QuoteEntrySourceAccountBankModel()
    • 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 external_wallet.
        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