Class: XeroRuby::Accounting::Organisation

Inherits:
Object
  • Object
show all
Defined in:
lib/xero-ruby/models/accounting/organisation.rb

Defined Under Namespace

Classes: EnumAttributeValidator

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(attributes = {}) ⇒ Organisation

Initializes the object

Parameters:

  • attributes (Hash) (defaults to: {})

    Model attributes in the form of hash



210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
# File 'lib/xero-ruby/models/accounting/organisation.rb', line 210

def initialize(attributes = {})
  if (!attributes.is_a?(Hash))
    fail ArgumentError, "The input argument (attributes) must be a hash in `XeroRuby::Accounting::Organisation` initialize method"
  end

  # check to see if the attribute exists and convert string to symbol for hash key
  attributes = attributes.each_with_object({}) { |(k, v), h|
    if (!self.class.attribute_map.key?(k.to_sym))
      fail ArgumentError, "`#{k}` is not a valid attribute in `XeroRuby::Accounting::Organisation`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
    end
    h[k.to_sym] = v
  }

  if attributes.key?(:'organisation_id')
    self.organisation_id = attributes[:'organisation_id']
  end

  if attributes.key?(:'api_key')
    self.api_key = attributes[:'api_key']
  end

  if attributes.key?(:'name')
    self.name = attributes[:'name']
  end

  if attributes.key?(:'legal_name')
    self.legal_name = attributes[:'legal_name']
  end

  if attributes.key?(:'pays_tax')
    self.pays_tax = attributes[:'pays_tax']
  end

  if attributes.key?(:'version')
    self.version = attributes[:'version']
  end

  if attributes.key?(:'organisation_type')
    self.organisation_type = attributes[:'organisation_type']
  end

  if attributes.key?(:'base_currency')
    self.base_currency = attributes[:'base_currency']
  end

  if attributes.key?(:'country_code')
    self.country_code = attributes[:'country_code']
  end

  if attributes.key?(:'is_demo_company')
    self.is_demo_company = attributes[:'is_demo_company']
  end

  if attributes.key?(:'organisation_status')
    self.organisation_status = attributes[:'organisation_status']
  end

  if attributes.key?(:'registration_number')
    self.registration_number = attributes[:'registration_number']
  end

  if attributes.key?(:'tax_number')
    self.tax_number = attributes[:'tax_number']
  end

  if attributes.key?(:'financial_year_end_day')
    self.financial_year_end_day = attributes[:'financial_year_end_day']
  end

  if attributes.key?(:'financial_year_end_month')
    self.financial_year_end_month = attributes[:'financial_year_end_month']
  end

  if attributes.key?(:'sales_tax_basis')
    self.sales_tax_basis = attributes[:'sales_tax_basis']
  end

  if attributes.key?(:'sales_tax_period')
    self.sales_tax_period = attributes[:'sales_tax_period']
  end

  if attributes.key?(:'default_sales_tax')
    self.default_sales_tax = attributes[:'default_sales_tax']
  end

  if attributes.key?(:'default_purchases_tax')
    self.default_purchases_tax = attributes[:'default_purchases_tax']
  end

  if attributes.key?(:'period_lock_date')
    self.period_lock_date = attributes[:'period_lock_date']
  end

  if attributes.key?(:'end_of_year_lock_date')
    self.end_of_year_lock_date = attributes[:'end_of_year_lock_date']
  end

  if attributes.key?(:'created_date_utc')
    self.created_date_utc = attributes[:'created_date_utc']
  end

  if attributes.key?(:'timezone')
    self.timezone = attributes[:'timezone']
  end

  if attributes.key?(:'organisation_entity_type')
    self.organisation_entity_type = attributes[:'organisation_entity_type']
  end

  if attributes.key?(:'short_code')
    self.short_code = attributes[:'short_code']
  end

  if attributes.key?(:'_class')
    self._class = attributes[:'_class']
  end

  if attributes.key?(:'edition')
    self.edition = attributes[:'edition']
  end

  if attributes.key?(:'line_of_business')
    self.line_of_business = attributes[:'line_of_business']
  end

  if attributes.key?(:'addresses')
    if (value = attributes[:'addresses']).is_a?(Array)
      self.addresses = value
    end
  end

  if attributes.key?(:'phones')
    if (value = attributes[:'phones']).is_a?(Array)
      self.phones = value
    end
  end

  if attributes.key?(:'external_links')
    if (value = attributes[:'external_links']).is_a?(Array)
      self.external_links = value
    end
  end

  if attributes.key?(:'payment_terms')
    self.payment_terms = attributes[:'payment_terms']
  end
end

Instance Attribute Details

#_classObject

Organisation Classes describe which plan the Xero organisation is on (e.g. DEMO, TRIAL, PREMIUM)



91
92
93
# File 'lib/xero-ruby/models/accounting/organisation.rb', line 91

def _class
  @_class
end

#addressesObject

Address details for organisation – see Addresses



100
101
102
# File 'lib/xero-ruby/models/accounting/organisation.rb', line 100

def addresses
  @addresses
end

#api_keyObject

Display a unique key used for Xero-to-Xero transactions



22
23
24
# File 'lib/xero-ruby/models/accounting/organisation.rb', line 22

def api_key
  @api_key
end

#base_currencyObject

Returns the value of attribute base_currency.



39
40
41
# File 'lib/xero-ruby/models/accounting/organisation.rb', line 39

def base_currency
  @base_currency
end

#country_codeObject

Returns the value of attribute country_code.



41
42
43
# File 'lib/xero-ruby/models/accounting/organisation.rb', line 41

def country_code
  @country_code
end

#created_date_utcObject

Timestamp when the organisation was created in Xero



80
81
82
# File 'lib/xero-ruby/models/accounting/organisation.rb', line 80

def created_date_utc
  @created_date_utc
end

#default_purchases_taxObject

The default for LineAmountTypes on purchase transactions



71
72
73
# File 'lib/xero-ruby/models/accounting/organisation.rb', line 71

def default_purchases_tax
  @default_purchases_tax
end

#default_sales_taxObject

The default for LineAmountTypes on sales transactions



68
69
70
# File 'lib/xero-ruby/models/accounting/organisation.rb', line 68

def default_sales_tax
  @default_sales_tax
end

#editionObject

BUSINESS or PARTNER. Partner edition organisations are sold exclusively through accounting partners and have restricted functionality (e.g. no access to invoicing)



94
95
96
# File 'lib/xero-ruby/models/accounting/organisation.rb', line 94

def edition
  @edition
end

#end_of_year_lock_dateObject

Shown if set. See lock dates



77
78
79
# File 'lib/xero-ruby/models/accounting/organisation.rb', line 77

def end_of_year_lock_date
  @end_of_year_lock_date
end

Organisation profile links for popular services such as Facebook,Twitter, GooglePlus and LinkedIn. You can also add link to your website here. Shown if Organisation settings is updated in Xero. See ExternalLinks below



106
107
108
# File 'lib/xero-ruby/models/accounting/organisation.rb', line 106

def external_links
  @external_links
end

#financial_year_end_dayObject

Calendar day e.g. 0-31



56
57
58
# File 'lib/xero-ruby/models/accounting/organisation.rb', line 56

def financial_year_end_day
  @financial_year_end_day
end

#financial_year_end_monthObject

Calendar Month e.g. 1-12



59
60
61
# File 'lib/xero-ruby/models/accounting/organisation.rb', line 59

def financial_year_end_month
  @financial_year_end_month
end

#is_demo_companyObject

Boolean to describe if organisation is a demo company.



44
45
46
# File 'lib/xero-ruby/models/accounting/organisation.rb', line 44

def is_demo_company
  @is_demo_company
end

Organisation name shown on Reports



28
29
30
# File 'lib/xero-ruby/models/accounting/organisation.rb', line 28

def legal_name
  @legal_name
end

#line_of_businessObject

Description of business type as defined in Organisation settings



97
98
99
# File 'lib/xero-ruby/models/accounting/organisation.rb', line 97

def line_of_business
  @line_of_business
end

#nameObject

Display name of organisation shown in Xero



25
26
27
# File 'lib/xero-ruby/models/accounting/organisation.rb', line 25

def name
  @name
end

#organisation_entity_typeObject

Organisation Type



85
86
87
# File 'lib/xero-ruby/models/accounting/organisation.rb', line 85

def organisation_entity_type
  @organisation_entity_type
end

#organisation_idObject

Unique Xero identifier



19
20
21
# File 'lib/xero-ruby/models/accounting/organisation.rb', line 19

def organisation_id
  @organisation_id
end

#organisation_statusObject

Will be set to ACTIVE if you can connect to organisation via the Xero API



47
48
49
# File 'lib/xero-ruby/models/accounting/organisation.rb', line 47

def organisation_status
  @organisation_status
end

#organisation_typeObject

Organisation Type



37
38
39
# File 'lib/xero-ruby/models/accounting/organisation.rb', line 37

def organisation_type
  @organisation_type
end

#payment_termsObject

Returns the value of attribute payment_terms.



108
109
110
# File 'lib/xero-ruby/models/accounting/organisation.rb', line 108

def payment_terms
  @payment_terms
end

#pays_taxObject

Boolean to describe if organisation is registered with a local tax authority i.e. true, false



31
32
33
# File 'lib/xero-ruby/models/accounting/organisation.rb', line 31

def pays_tax
  @pays_tax
end

#period_lock_dateObject

Shown if set. See lock dates



74
75
76
# File 'lib/xero-ruby/models/accounting/organisation.rb', line 74

def period_lock_date
  @period_lock_date
end

#phonesObject

Phones details for organisation – see Phones



103
104
105
# File 'lib/xero-ruby/models/accounting/organisation.rb', line 103

def phones
  @phones
end

#registration_numberObject

Shows for New Zealand, Australian and UK organisations



50
51
52
# File 'lib/xero-ruby/models/accounting/organisation.rb', line 50

def registration_number
  @registration_number
end

#sales_tax_basisObject

The accounting basis used for tax returns. See Sales Tax Basis



62
63
64
# File 'lib/xero-ruby/models/accounting/organisation.rb', line 62

def sales_tax_basis
  @sales_tax_basis
end

#sales_tax_periodObject

The frequency with which tax returns are processed. See Sales Tax Period



65
66
67
# File 'lib/xero-ruby/models/accounting/organisation.rb', line 65

def sales_tax_period
  @sales_tax_period
end

#short_codeObject

A unique identifier for the organisation. Potential uses.



88
89
90
# File 'lib/xero-ruby/models/accounting/organisation.rb', line 88

def short_code
  @short_code
end

#tax_numberObject

Shown if set. Displays in the Xero UI as Tax File Number (AU), GST Number (NZ), VAT Number (UK) and Tax ID Number (US & Global).



53
54
55
# File 'lib/xero-ruby/models/accounting/organisation.rb', line 53

def tax_number
  @tax_number
end

#timezoneObject

Returns the value of attribute timezone.



82
83
84
# File 'lib/xero-ruby/models/accounting/organisation.rb', line 82

def timezone
  @timezone
end

#versionObject

See Version Types



34
35
36
# File 'lib/xero-ruby/models/accounting/organisation.rb', line 34

def version
  @version
end

Class Method Details

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
# File 'lib/xero-ruby/models/accounting/organisation.rb', line 133

def self.attribute_map
  {
    :'organisation_id' => :'OrganisationID',
    :'api_key' => :'APIKey',
    :'name' => :'Name',
    :'legal_name' => :'LegalName',
    :'pays_tax' => :'PaysTax',
    :'version' => :'Version',
    :'organisation_type' => :'OrganisationType',
    :'base_currency' => :'BaseCurrency',
    :'country_code' => :'CountryCode',
    :'is_demo_company' => :'IsDemoCompany',
    :'organisation_status' => :'OrganisationStatus',
    :'registration_number' => :'RegistrationNumber',
    :'tax_number' => :'TaxNumber',
    :'financial_year_end_day' => :'FinancialYearEndDay',
    :'financial_year_end_month' => :'FinancialYearEndMonth',
    :'sales_tax_basis' => :'SalesTaxBasis',
    :'sales_tax_period' => :'SalesTaxPeriod',
    :'default_sales_tax' => :'DefaultSalesTax',
    :'default_purchases_tax' => :'DefaultPurchasesTax',
    :'period_lock_date' => :'PeriodLockDate',
    :'end_of_year_lock_date' => :'EndOfYearLockDate',
    :'created_date_utc' => :'CreatedDateUTC',
    :'timezone' => :'Timezone',
    :'organisation_entity_type' => :'OrganisationEntityType',
    :'short_code' => :'ShortCode',
    :'_class' => :'Class',
    :'edition' => :'Edition',
    :'line_of_business' => :'LineOfBusiness',
    :'addresses' => :'Addresses',
    :'phones' => :'Phones',
    :'external_links' => :'ExternalLinks',
    :'payment_terms' => :'PaymentTerms'
  }
end

.build_from_hash(attributes) ⇒ Object

Builds the object from hash

Parameters:

  • attributes (Hash)

    Model attributes in the form of hash

Returns:

  • (Object)

    Returns the model itself



509
510
511
# File 'lib/xero-ruby/models/accounting/organisation.rb', line 509

def self.build_from_hash(attributes)
  new.build_from_hash(attributes)
end

.openapi_typesObject

Attribute type mapping.



171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
# File 'lib/xero-ruby/models/accounting/organisation.rb', line 171

def self.openapi_types
  {
    :'organisation_id' => :'String',
    :'api_key' => :'String',
    :'name' => :'String',
    :'legal_name' => :'String',
    :'pays_tax' => :'Boolean',
    :'version' => :'String',
    :'organisation_type' => :'String',
    :'base_currency' => :'CurrencyCode',
    :'country_code' => :'CountryCode',
    :'is_demo_company' => :'Boolean',
    :'organisation_status' => :'String',
    :'registration_number' => :'String',
    :'tax_number' => :'String',
    :'financial_year_end_day' => :'Integer',
    :'financial_year_end_month' => :'Integer',
    :'sales_tax_basis' => :'String',
    :'sales_tax_period' => :'String',
    :'default_sales_tax' => :'String',
    :'default_purchases_tax' => :'String',
    :'period_lock_date' => :'Date',
    :'end_of_year_lock_date' => :'Date',
    :'created_date_utc' => :'DateTime',
    :'timezone' => :'TimeZone',
    :'organisation_entity_type' => :'String',
    :'short_code' => :'String',
    :'_class' => :'String',
    :'edition' => :'String',
    :'line_of_business' => :'String',
    :'addresses' => :'Array<Address>',
    :'phones' => :'Array<Phone>',
    :'external_links' => :'Array<ExternalLink>',
    :'payment_terms' => :'PaymentTerm'
  }
end

Instance Method Details

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
# File 'lib/xero-ruby/models/accounting/organisation.rb', line 457

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      organisation_id == o.organisation_id &&
      api_key == o.api_key &&
      name == o.name &&
      legal_name == o.legal_name &&
      pays_tax == o.pays_tax &&
      version == o.version &&
      organisation_type == o.organisation_type &&
      base_currency == o.base_currency &&
      country_code == o.country_code &&
      is_demo_company == o.is_demo_company &&
      organisation_status == o.organisation_status &&
      registration_number == o.registration_number &&
      tax_number == o.tax_number &&
      financial_year_end_day == o.financial_year_end_day &&
      financial_year_end_month == o.financial_year_end_month &&
      sales_tax_basis == o.sales_tax_basis &&
      sales_tax_period == o.sales_tax_period &&
      default_sales_tax == o.default_sales_tax &&
      default_purchases_tax == o.default_purchases_tax &&
      period_lock_date == o.period_lock_date &&
      end_of_year_lock_date == o.end_of_year_lock_date &&
      created_date_utc == o.created_date_utc &&
      timezone == o.timezone &&
      organisation_entity_type == o.organisation_entity_type &&
      short_code == o.short_code &&
      _class == o._class &&
      edition == o.edition &&
      line_of_business == o.line_of_business &&
      addresses == o.addresses &&
      phones == o.phones &&
      external_links == o.external_links &&
      payment_terms == o.payment_terms
end

#_deserialize(type, value) ⇒ Object

Deserializes the data based on type

Parameters:

  • string

    type Data type

  • string

    value Value to be deserialized

Returns:

  • (Object)

    Deserialized data



537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
# File 'lib/xero-ruby/models/accounting/organisation.rb', line 537

def _deserialize(type, value)
  case type.to_sym
  when :DateTime
    DateTime.parse(parse_date(value))
  when :Date
    Date.parse(parse_date(value))
  when :String
    value.to_s
  when :Integer
    value.to_i
  when :Float
    value.to_f
  when :Boolean
    if value.to_s =~ /\A(true|t|yes|y|1)\z/i
      true
    else
      false
    end
  when :Object
    # generic object (usually a Hash), return directly
    value
  when /\AArray<(?<inner_type>.+)>\z/
    inner_type = Regexp.last_match[:inner_type]
    value.map { |v| _deserialize(inner_type, v) }
  when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
    k_type = Regexp.last_match[:k_type]
    v_type = Regexp.last_match[:v_type]
    {}.tap do |hash|
      value.each do |k, v|
        hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
      end
    end
  else # model
    XeroRuby::Accounting.const_get(type).build_from_hash(value)
  end
end

#_to_hash(value) ⇒ Hash

Outputs non-array value in the form of hash For object, use to_hash. Otherwise, just return the value

Parameters:

  • value (Object)

    Any valid value

Returns:

  • (Hash)

    Returns the value in the form of hash



602
603
604
605
606
607
608
609
610
611
612
613
614
# File 'lib/xero-ruby/models/accounting/organisation.rb', line 602

def _to_hash(value)
  if value.is_a?(Array)
    value.compact.map { |v| _to_hash(v) }
  elsif value.is_a?(Hash)
    {}.tap do |hash|
      value.each { |k, v| hash[k] = _to_hash(v) }
    end
  elsif value.respond_to? :to_hash
    value.to_hash
  else
    value
  end
end

#build_from_hash(attributes) ⇒ Object

Builds the object from hash

Parameters:

  • attributes (Hash)

    Model attributes in the form of hash

Returns:

  • (Object)

    Returns the model itself



516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
# File 'lib/xero-ruby/models/accounting/organisation.rb', line 516

def build_from_hash(attributes)
  return nil unless attributes.is_a?(Hash)
  self.class.openapi_types.each_pair do |key, type|
    if type =~ /\AArray<(.*)>/i
      # check to ensure the input is an array given that the attribute
      # is documented as an array but the input is not
      if attributes[self.class.attribute_map[key]].is_a?(Array)
        self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
      end
    elsif !attributes[self.class.attribute_map[key]].nil?
      self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
    end # or else data not found in attributes(hash), not an issue as the data can be optional
  end

  self
end

#eql?(o) ⇒ Boolean

Parameters:

  • Object (Object)

    to be compared

Returns:

  • (Boolean)

See Also:

  • `==` method


496
497
498
# File 'lib/xero-ruby/models/accounting/organisation.rb', line 496

def eql?(o)
  self == o
end

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



502
503
504
# File 'lib/xero-ruby/models/accounting/organisation.rb', line 502

def hash
  [organisation_id, api_key, name, legal_name, pays_tax, version, organisation_type, base_currency, country_code, is_demo_company, organisation_status, registration_number, tax_number, financial_year_end_day, financial_year_end_month, sales_tax_basis, sales_tax_period, default_sales_tax, default_purchases_tax, period_lock_date, end_of_year_lock_date, created_date_utc, timezone, organisation_entity_type, short_code, _class, edition, line_of_business, addresses, phones, external_links, payment_terms].hash
end

#list_invalid_propertiesObject

Show invalid properties with the reasons. Usually used together with valid?

Returns:

  • Array for valid properties with the reasons



360
361
362
363
# File 'lib/xero-ruby/models/accounting/organisation.rb', line 360

def list_invalid_properties
  invalid_properties = Array.new
  invalid_properties
end

#parse_date(datestring) ⇒ Object

customized data_parser



617
618
619
620
# File 'lib/xero-ruby/models/accounting/organisation.rb', line 617

def parse_date(datestring)
  seconds_since_epoch = datestring.scan(/[0-9]+/)[0].to_i / 1000.0
  return Time.at(seconds_since_epoch).to_s
end

#to_bodyHash

to_body is an alias to to_hash (backward compatibility)

Returns:

  • (Hash)

    Returns the object in the form of hash



582
583
584
# File 'lib/xero-ruby/models/accounting/organisation.rb', line 582

def to_body
  to_hash
end

#to_hashHash

Returns the object in the form of hash

Returns:

  • (Hash)

    Returns the object in the form of hash



588
589
590
591
592
593
594
595
596
# File 'lib/xero-ruby/models/accounting/organisation.rb', line 588

def to_hash
  hash = {}
  self.class.attribute_map.each_pair do |attr, param|
    value = self.send(attr)
    next if value.nil?
    hash[param] = _to_hash(value)
  end
  hash
end

#to_sString

Returns the string representation of the object

Returns:

  • (String)

    String presentation of the object



576
577
578
# File 'lib/xero-ruby/models/accounting/organisation.rb', line 576

def to_s
  to_hash.to_s
end

#valid?Boolean

Check to see if the all the properties in the model are valid

Returns:

  • (Boolean)

    true if the model is valid



367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
# File 'lib/xero-ruby/models/accounting/organisation.rb', line 367

def valid?
  version_validator = EnumAttributeValidator.new('String', ["AU", "NZ", "GLOBAL", "UK", "US", "AUONRAMP", "NZONRAMP", "GLOBALONRAMP", "UKONRAMP", "USONRAMP"])
  return false unless version_validator.valid?(@version)
  organisation_type_validator = EnumAttributeValidator.new('String', ["ACCOUNTING_PRACTICE", "COMPANY", "CHARITY", "CLUB_OR_SOCIETY", "LOOK_THROUGH_COMPANY", "NOT_FOR_PROFIT", "PARTNERSHIP", "S_CORPORATION", "SELF_MANAGED_SUPERANNUATION_FUND", "SOLE_TRADER", "SUPERANNUATION_FUND", "TRUST"])
  return false unless organisation_type_validator.valid?(@organisation_type)
  sales_tax_basis_validator = EnumAttributeValidator.new('String', ["PAYMENTS", "INVOICE", "NONE", "CASH", "ACCRUAL", "FLATRATECASH", "FLATRATEACCRUAL", "ACCRUALS"])
  return false unless sales_tax_basis_validator.valid?(@sales_tax_basis)
  sales_tax_period_validator = EnumAttributeValidator.new('String', ["MONTHLY", "QUARTERLY1", "QUARTERLY2", "QUARTERLY3", "ANNUALLY", "ONEMONTHS", "TWOMONTHS", "SIXMONTHS", "1MONTHLY", "2MONTHLY", "3MONTHLY", "6MONTHLY", "QUARTERLY", "YEARLY", "NONE"])
  return false unless sales_tax_period_validator.valid?(@sales_tax_period)
  organisation_entity_type_validator = EnumAttributeValidator.new('String', ["ACCOUNTING_PRACTICE", "COMPANY", "CHARITY", "CLUB_OR_SOCIETY", "LOOK_THROUGH_COMPANY", "NOT_FOR_PROFIT", "PARTNERSHIP", "S_CORPORATION", "SELF_MANAGED_SUPERANNUATION_FUND", "SOLE_TRADER", "SUPERANNUATION_FUND", "TRUST"])
  return false unless organisation_entity_type_validator.valid?(@organisation_entity_type)
  _class_validator = EnumAttributeValidator.new('String', ["DEMO", "TRIAL", "STARTER", "STANDARD", "PREMIUM", "PREMIUM_20", "PREMIUM_50", "PREMIUM_100", "LEDGER", "GST_CASHBOOK", "NON_GST_CASHBOOK"])
  return false unless _class_validator.valid?(@_class)
  edition_validator = EnumAttributeValidator.new('String', ["BUSINESS", "PARTNER"])
  return false unless edition_validator.valid?(@edition)
  true
end