class SunatInvoice::Line
Attributes
taxes[RW]
Public Instance Methods
build_taxes_xml(xml, currency)
click to toggle source
# File lib/sunat_invoice/line.rb, line 12 def build_taxes_xml(xml, currency) taxes&.each do |tax| tax.xml(xml, currency) end end