RequestPaymentConfiguration.fromXml constructor

RequestPaymentConfiguration.fromXml(
  1. XmlElement xml
)

Implementation

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