deviceInformation static method
XML for the deviceInformation
Implementation
static XmlDocumentFragment deviceInformation() {
Transport.builder.element('GetDeviceInformation', nest: () {
Transport.builder.namespace(Xmlns.tds);
});
return Transport.builder.buildFragment();
}