class Xrechnung::PartyLegalEntity

Public Instance Methods

to_xml(xml) click to toggle source

noinspection RubyResolve

# File lib/xrechnung/party_legal_entity.rb, line 10
def to_xml(xml)
  xml.cac :PartyLegalEntity do
    xml.cbc :RegistrationName, registration_name
  end
end