Documentation

WebhookBounceRecipientPayloadTest extends TestCase
in package

WebhookBounceRecipientPayloadTest Class Doc Comment

Tags
category

Class

description

BOUNCE_RECIPIENT webhook payload. Sent to your webhook url endpoint via HTTP POST when an email caused a bounce to occur for a recipient. Save the recipient to a ban list of your server and avoid email them again.

author

OpenAPI Generator team

link
https://openapi-generator.tech

Table of Contents

setUp()  : void
Setup before running each test case
setUpBeforeClass()  : void
Setup before running any test case
tearDown()  : void
Clean up after running each test case
tearDownAfterClass()  : void
Clean up after running all test cases
testPropertyEventName()  : mixed
Test attribute "event_name"
testPropertyMessageId()  : mixed
Test attribute "message_id"
testPropertyRecipient()  : mixed
Test attribute "recipient"
testPropertyWebhookId()  : mixed
Test attribute "webhook_id"
testPropertyWebhookName()  : mixed
Test attribute "webhook_name"
testWebhookBounceRecipientPayload()  : mixed
Test "WebhookBounceRecipientPayload"

Methods

testWebhookBounceRecipientPayload()

Test "WebhookBounceRecipientPayload"

public testWebhookBounceRecipientPayload() : mixed
Return values
mixed

Search results