public static class Event.CustomerNotification
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Event.CustomerNotification.Type |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDeadline()
Time after which GoCardless will send the notification by email.
|
java.lang.String |
getId()
The id of the notification.
|
java.lang.Boolean |
getMandatory()
Whether or not the notification must be sent.
|
Event.CustomerNotification.Type |
getType()
The type of notification the customer shall receive.
|
public java.lang.String getDeadline()
Time after which GoCardless will send the notification by email.
public java.lang.String getId()
The id of the notification.
public java.lang.Boolean getMandatory()
Whether or not the notification must be sent.
public Event.CustomerNotification.Type getType()
The type of notification the customer shall receive.