Sha256: da06ed30dd118f655d3625dc267f3106735b64369a9868ee6481d93b22d8b64f
Contents?: true
Size: 856 Bytes
Versions: 1
Compression:
Stored size: 856 Bytes
Contents
require "fortnox/api/models/base" module Fortnox module API module Model class EDIInformation < Fortnox::API::Model::Base #EDIGlobalLocationNumber Invoice address GLN for EDI attribute :edi_global_location_number, String #EDIGlobalLocationNumberDelivery Delivery address GLN for EDI attribute :edi_global_location_number_delivery, String #EDIInvoiceExtra1 Extra EDI Information attribute :edi_invoice_extra1, String #EDIInvoiceExtra2 Extra EDI Information attribute :edi_invoice_extra2, String #EDIOurElectronicReference Our electronic reference for EDI attribute :edi_our_electronic_reference, String #EDIYourElectronicReference Your electronic reference for EDI attribute :edi_your_electronic_reference, String end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fortnox-api-0.1.0 | lib/fortnox/api/models/edi_information.rb |