Documentation

AbstractWebhookPayloadTest extends TestCase
in package

AbstractWebhookPayloadTest Class Doc Comment

Tags
category

Class

description

Abstract webhook payload. Use the correct payload type for your webhook event type in order to access all the specific properties for that event. See the `NEW_EMAIL`,`NEW_CONTACT`, `NEW_ATTACHMENT` and `EMAIL_OPENED` payloads for the properties available for those events.

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
testAbstractWebhookPayload()  : mixed
Test "AbstractWebhookPayload"
testPropertyEventName()  : mixed
Test attribute "event_name"
testPropertyMessageId()  : mixed
Test attribute "message_id"
testPropertyWebhookId()  : mixed
Test attribute "webhook_id"
testPropertyWebhookName()  : mixed
Test attribute "webhook_name"

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

testAbstractWebhookPayload()

Test "AbstractWebhookPayload"

public testAbstractWebhookPayload() : 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

testPropertyWebhookId()

Test attribute "webhook_id"

public testPropertyWebhookId() : mixed
Return values
mixed

testPropertyWebhookName()

Test attribute "webhook_name"

public testPropertyWebhookName() : mixed
Return values
mixed

Search results