RequestPaymentConfiguration.fromXml constructor
RequestPaymentConfiguration.fromXml(
- XmlElement xml
Implementation
RequestPaymentConfiguration.fromXml(XmlElement xml) {
payer = getProp(xml, 'Payer')?.text;
}