public class PaymentTransactionDetailsParser extends XmlElementParser<PaymentTransactionDetails>
PaymentTransactionDetails.| Constructor and Description |
|---|
PaymentTransactionDetailsParser() |
| Modifier and Type | Method and Description |
|---|---|
protected PaymentTransactionDetails |
parseChildImpl(XmlElementParsable element)
The implementation of the parseChild method.
|
parseChild, parseChildrenprotected PaymentTransactionDetails parseChildImpl(XmlElementParsable element)
XmlElementParserparseChildImpl in class XmlElementParser<PaymentTransactionDetails>element - the XML element to parse to the defined object of type T