Class: SynergyWholesale::Types::AuOrganisationType

Inherits:
Dry::Struct
  • Object
show all
Defined in:
lib/synergy_wholesale/types/au_organisation_type.rb

Constant Summary collapse

ORGANISATION_TYPES =
[
  'Charity',
  'Citizen/Resident',
  'Club',
  'Commercial Statutory Body',
  'Company',
  'Incorporated Association',
  'Industry Body',
  'Non-profit Organisation',
  'Other',
  'Partnership',
  'Pending TM Owner',
  'Political Party',
  'Registered Business',
  'Religious/Church Group',
  'Sole Trader',
  'Trade Union',
  'Trademark'
]

Instance Method Summary collapse

Instance Method Details

#to_sObject



27
28
29
# File 'lib/synergy_wholesale/types/au_organisation_type.rb', line 27

def to_s
  organisation_type
end