GetShippingLabelOutput.fromXml constructor
GetShippingLabelOutput.fromXml(
- XmlElement elem
Implementation
factory GetShippingLabelOutput.fromXml(_s.XmlElement elem) {
return GetShippingLabelOutput(
shippingLabelURL: _s.extractXmlStringValue(elem, 'ShippingLabelURL'),
warning: _s.extractXmlStringValue(elem, 'Warning'),
);
}