public class TransactionDetailsParser
extends java.lang.Object
| Constructor and Description |
|---|
TransactionDetailsParser() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getPaymentMethod(XmlElementParsable element)
Return the the payment method child value of the given parent element.
|
void |
parseTransactionDetails(TransactionDetails transaction,
XmlElementParsable element)
Parses the transaction details.
|
public void parseTransactionDetails(TransactionDetails transaction, XmlElementParsable element)
transaction - the transactionelement - the elementpublic static java.lang.String getPaymentMethod(XmlElementParsable element)
element - parent element