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