public class PaymentData extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PaymentData.DataType
The DataType enum identifies the asynchronous method for which the response is received.
|
| Modifier and Type | Method and Description |
|---|---|
PaymentData.DataType |
getDataType()
Returns the method type so that the PaymentDataBase class can be type
cast to the respective derived class to obtain the actual data
|
PaymentResults |
getResult()
This method can used to obtain the payment response status.
|
public PaymentData.DataType getDataType()
public PaymentResults getResult()