WebhookBounceRecipientPayload constructor
WebhookBounceRecipientPayload({
- required String messageId,
- required String webhookId,
- required WebhookBounceRecipientPayloadEventNameEnum eventName,
- String? webhookName,
- required String recipient,
Returns a new WebhookBounceRecipientPayload instance.
Implementation
WebhookBounceRecipientPayload({
required this.messageId,
required this.webhookId,
required this.eventName,
this.webhookName,
required this.recipient,
});