getSystemSupportInformation static method

XmlDocumentFragment getSystemSupportInformation()

Implementation

static XmlDocumentFragment getSystemSupportInformation() {
  Transport.builder.element(
    'GetSystemSupportInformation',
    nest: () {
      Transport.builder.namespace(Xmlns.tds);
    },
  );

  return Transport.builder.buildFragment();
}