getConfigurations static method

XmlDocumentFragment getConfigurations()

XML for the getConfigurations

Implementation

static XmlDocumentFragment getConfigurations() {
  Transport.builder.element('GetConfigurations', nest: () {
    Transport.builder.namespace(Xmlns.tptz);
  });

  return Transport.builder.buildFragment();
}