Class AccountingAccountResultData


  • public class AccountingAccountResultData
    extends java.lang.Object
    • Constructor Detail

      • AccountingAccountResultData

        public AccountingAccountResultData​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id,
                                           org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId,
                                           org.openapitools.jackson.nullable.JsonNullable<java.lang.String> companyId,
                                           org.openapitools.jackson.nullable.JsonNullable<java.lang.String> code,
                                           org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name,
                                           org.openapitools.jackson.nullable.JsonNullable<? extends AccountingAccountResultType> type,
                                           org.openapitools.jackson.nullable.JsonNullable<? extends AccountingAccountResultActive> active)
      • AccountingAccountResultData

        public AccountingAccountResultData()
    • Method Detail

      • id

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
        Unique identifier
      • remoteId

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
        Provider's unique identifier
      • companyId

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> companyId()
        ID of the company this account belongs to
      • code

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> code()
        External system's account code/number
      • name

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()
        Name of the account
      • withId

        public AccountingAccountResultData withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
        Unique identifier
      • withRemoteId

        public AccountingAccountResultData withRemoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
        Provider's unique identifier
      • withCompanyId

        public AccountingAccountResultData withCompanyId​(java.lang.String companyId)
        ID of the company this account belongs to
      • withCompanyId

        public AccountingAccountResultData withCompanyId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> companyId)
        ID of the company this account belongs to
      • withCode

        public AccountingAccountResultData withCode​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> code)
        External system's account code/number
      • withName

        public AccountingAccountResultData withName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
        Name of the account
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object