public static final class CustomerNotificationService.CustomerNotificationHandleRequest extends PostRequest<CustomerNotification>
Request class for CustomerNotificationService.handle(java.lang.String)
.
“Handling” a notification means that you have sent the notification yourself (and don’t want GoCardless to send it). If the notification has already been actioned, or the deadline to notify has passed, this endpoint will return an already_actioned
error and you should not take further action.
Modifier and Type | Method and Description |
---|---|
CustomerNotificationService.CustomerNotificationHandleRequest |
withHeader(java.lang.String headerName,
java.lang.String headerValue) |
execute, executeWrapped
public CustomerNotificationService.CustomerNotificationHandleRequest withHeader(java.lang.String headerName, java.lang.String headerValue)