Sha256: 7061a631491c69f4a85927379c4dac4574f59274d8e49cca7df49df972cd503b

Contents?: true

Size: 231 Bytes

Versions: 12

Compression:

Stored size: 231 Bytes

Contents

# frozen_string_literal: true

module CXML
  class InvoiceDetailHeaderIndicator < DocumentNode
    accessible_attributes %i[
      is_header_invoice
      is_vat_recoverable
      price_based_line_level_credit_memo
    ]
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
cxml-ruby-0.8.2 lib/cxml/invoice_detail_header_indicator.rb
cxml-ruby-0.8.1 lib/cxml/invoice_detail_header_indicator.rb
cxml-ruby-0.8.0 lib/cxml/invoice_detail_header_indicator.rb
cxml-ruby-0.7.0 lib/cxml/invoice_detail_header_indicator.rb
cxml-ruby-0.6.1 lib/cxml/invoice_detail_header_indicator.rb
cxml-ruby-0.6.0 lib/cxml/invoice_detail_header_indicator.rb
cxml-ruby-0.5.0 lib/cxml/invoice_detail_header_indicator.rb
cxml-ruby-0.4.1 lib/cxml/invoice_detail_header_indicator.rb
cxml-ruby-0.4.0 lib/cxml/invoice_detail_header_indicator.rb
cxml-ruby-0.3.0 lib/cxml/invoice_detail_header_indicator.rb
cxml-ruby-0.2.1 lib/cxml/invoice_detail_header_indicator.rb
cxml-ruby-0.2.0 lib/cxml/invoice_detail_header_indicator.rb