Class | Description |
---|---|
Payment |
Holds payment result information return from the remote host
|
PaymentActionRequired |
Holds payment actions required by remote host
|
PaymentComplete |
This communicates that the payment process is complete
|
PaymentEvent |
Base class for types of events that can be emitted during a payment
|
PaymentNotification |
The message to communicate the real-time status of an in-flight payment.
|
PaymentOutcomeSerializer |
Handles the serialization and deserialization of the TransactionOutcomeSerializer to/from JSON.
|
PaymentReceipt |
The message to receive a payment receipt.
|
PaymentResult |
The message to communicate the result of a completed payment.
|
ReceiptTypeSerializer |
Handles the serialization and deserialization of ReceiptType to/from JSON.
|
TransactionTypeSerializer |
Handles the serialization and deserialization of the TransactionType to/from JSON.
|
Enum | Description |
---|---|
PaymentOutcome |
Defines the possible outcomes for a payment
|
PaymentResultCode |
The code representing the result of payment request.
|
PaymentType |
The type of payment.
|
ReceiptType |
The type of receipt.
|