![]() |
PaymentSDK
Mobile payment SDK
|
ElasticEngine has a built-in notification capability. The Merchant simply sends the notifications instructions as part of each transaction request. Notifications need to be specified as a URL. There are two types of notifications: HTTP(S) (Web Server POST) SMTP (Email with URL scheme 'mailto') It is possible to setup conditional notifications based on the state of transaction. For example, a Merchant can instruct a notification to only occur on. More...
Inheritance diagram for de.wirecard.paymentsdk.models.Notification:
Collaboration diagram for de.wirecard.paymentsdk.models.Notification:Public Instance Methods | |
| Notification (WirecardTransactionState transactionState, String url) | |
| Constructor. More... | |
| Notification () | |
| Constructor. More... | |
| WirecardTransactionState | getTransactionState () |
| Returns the Transaction State, for which the Instant Payment Notification will be sent. More... | |
| void | setTransactionState (WirecardTransactionState transactionState) |
| Sets the Transaction State, for which the Instant Payment Notification will be sent. More... | |
| String | getUrl () |
| Returns the URL to be used for the Instant Payment Notification. More... | |
| void | setUrl (String url) |
| Sets the URL to be used for the Instant Payment Notification. More... | |
Private Fields | |
| WirecardTransactionState | transactionState |
| The Transaction State, for which the Instant Payment Notification will be sent. More... | |
| String | url |
| The URL to be used for the Instant Payment Notification. More... | |
ElasticEngine has a built-in notification capability. The Merchant simply sends the notifications instructions as part of each transaction request. Notifications need to be specified as a URL. There are two types of notifications: HTTP(S) (Web Server POST) SMTP (Email with URL scheme 'mailto') It is possible to setup conditional notifications based on the state of transaction. For example, a Merchant can instruct a notification to only occur on.
|
inline |
Constructor.
| transactionState | The Transaction State, for which the Instant Payment Notification will be sent. |
| url | The URL to be used for the Instant Payment Notification. |
|
inline |
Constructor.
|
inline |
Returns the Transaction State, for which the Instant Payment Notification will be sent.
|
inline |
Returns the URL to be used for the Instant Payment Notification.
|
inline |
Sets the Transaction State, for which the Instant Payment Notification will be sent.
| transactionState |
|
inline |
Sets the URL to be used for the Instant Payment Notification.
| url |
|
private |
The Transaction State, for which the Instant Payment Notification will be sent.
|
private |
The URL to be used for the Instant Payment Notification.