CustomNotification |
CustomNotification.amount(Amount amount) |
amount
|
CustomNotification |
CustomNotification.eventCode(String eventCode) |
The event that caused the notification to be sent.Currently supported values: *
**AUTHORISATION** * **CANCELLATION** * **REFUND** * **CAPTURE** * **REPORT_AVAILABLE** *
**CHARGEBACK** * **REQUEST_FOR_INFORMATION** * **NOTIFICATION_OF_CHARGEBACK** *
**NOTIFICATIONTEST** * **ORDER_OPENED** * **ORDER_CLOSED** * **CHARGEBACK_REVERSED** *
**REFUNDED_REVERSED** * **REFUND_WITH_DATA**
|
CustomNotification |
CustomNotification.eventDate(OffsetDateTime eventDate) |
The time of the event.
|
static CustomNotification |
CustomNotification.fromJson(String jsonString) |
Create an instance of CustomNotification given an JSON string
|
CustomNotification |
TestCompanyWebhookRequest.getNotification() |
Get notification
|
CustomNotification |
TestWebhookRequest.getNotification() |
Get notification
|
CustomNotification |
CustomNotification.includeNullValues(boolean includeNullValues) |
Configures whether null values are explicitly serialized in the JSON payload.
|
CustomNotification |
CustomNotification.merchantReference(String merchantReference) |
Your reference for the custom test notification.
|
CustomNotification |
CustomNotification.paymentMethod(String paymentMethod) |
The payment method for the payment that the notification is about.
|
CustomNotification |
CustomNotification.reason(String reason) |
A description of what caused the notification.
|
CustomNotification |
CustomNotification.success(Boolean success) |
The outcome of the event which the notification is about.
|