class VatInfo::Request::UnreliablePayerList
Public Instance Methods
body()
click to toggle source
# File lib/vat_info/request/unreliable_payer_list.rb, line 4 def body Nokogiri::XML::Builder.new('encoding' => 'UTF-8') do |xml| xml.SeznamNespolehlivyPlatceRequest(xmlns: 'http://adis.mfcr.cz/rozhraniCRPDPH/') end.doc end