We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afd7fa5 commit ded153fCopy full SHA for ded153f
lib/xeroizer/models/organisation.rb
@@ -40,6 +40,8 @@ class Organisation < Base
40
boolean :pays_tax
41
string :version
42
string :organisation_type
43
+ string :organisation_entity_type
44
+ string :line_of_business
45
string :base_currency
46
string :country_code
47
boolean :is_demo_company
@@ -59,6 +61,7 @@ class Organisation < Base
59
61
60
62
has_many :addresses
63
has_many :phones
64
+ has_many :external_links
65
66
validates :sales_tax_basis, :message => "is not a valid option" do
67
valid = true
0 commit comments