Documentation

WebhookBouncePayloadTest extends TestCase
in package

WebhookBouncePayloadTest Class Doc Comment

Tags
category

Class

description

BOUNCE webhook payload. Sent to your webhook url endpoint via HTTP POST when an email bounced or was rejected by a recipient. Save the recipients to a ban list on your server and avoid emailing them again. It is recommended you also listen to the BOUNCE_RECIPIENT payload.

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
testPropertyBounceId()  : mixed
Test attribute "bounce_id"
testPropertyBounceRecipients()  : mixed
Test attribute "bounce_recipients"
testPropertyEventName()  : mixed
Test attribute "event_name"
testPropertyMessageId()  : mixed
Test attribute "message_id"
testPropertySender()  : mixed
Test attribute "sender"
testPropertySentToRecipients()  : mixed
Test attribute "sent_to_recipients"
testPropertyWebhookId()  : mixed
Test attribute "webhook_id"
testPropertyWebhookName()  : mixed
Test attribute "webhook_name"
testWebhookBouncePayload()  : mixed
Test "WebhookBouncePayload"

Methods

setUpBeforeClass()

Setup before running any test case

public static setUpBeforeClass() : void
Return values
void

tearDownAfterClass()

Clean up after running all test cases

public static tearDownAfterClass() : void
Return values
void

testPropertyBounceId()

Test attribute "bounce_id"

public testPropertyBounceId() : mixed
Return values
mixed

testPropertyBounceRecipients()

Test attribute "bounce_recipients"

public testPropertyBounceRecipients() : mixed
Return values
mixed

testPropertyEventName()

Test attribute "event_name"

public testPropertyEventName() : mixed
Return values
mixed

testPropertyMessageId()

Test attribute "message_id"

public testPropertyMessageId() : mixed
Return values
mixed

testPropertySender()

Test attribute "sender"

public testPropertySender() : mixed
Return values
mixed

testPropertySentToRecipients()

Test attribute "sent_to_recipients"

public testPropertySentToRecipients() : mixed
Return values
mixed

testPropertyWebhookId()

Test attribute "webhook_id"

public testPropertyWebhookId() : mixed
Return values
mixed

testPropertyWebhookName()

Test attribute "webhook_name"

public testPropertyWebhookName() : mixed
Return values
mixed

testWebhookBouncePayload()

Test "WebhookBouncePayload"

public testWebhookBouncePayload() : mixed
Return values
mixed

Search results