Sha256: f8f0c660b7738a078171172b84cb0c23017cf5caef5314a484f18ba80af4e24b
Contents?: true
Size: 585 Bytes
Versions: 29
Compression:
Stored size: 585 Bytes
Contents
module Economic class Self < Base field :agreementNumber field :canSendElectronicInvoice field :companyAffiliation field :modules field :signupDate field :userName # relation :agreementType object The type of agreement this is. It can either be denmark, sweden or norway # relation :application object The company’s bank settings. # relation :bankInformation object The company’s bank settings. relation :company, fields: [] # relation :settings object Other settings. relation :user, fields: [] end end
Version data entries
29 entries across 29 versions & 1 rubygems