Documentation

WebhookDeliveryStatusPayloadTest extends TestCase
in package

WebhookDeliveryStatusPayloadTest Class Doc Comment

Tags
category

Class

description

DELIVERY_STATUS webhook payload. Sent to your webhook url endpoint via HTTP POST when an email delivery status is created. This could be a successful delivery or a delivery failure.

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"
testPropertyId()  : mixed
Test attribute "id"
testPropertyInboxId()  : mixed
Test attribute "inbox_id"
testPropertyMessageId()  : mixed
Test attribute "message_id"
testPropertyProcessingTimeMillis()  : mixed
Test attribute "processing_time_millis"
testPropertyReceived()  : mixed
Test attribute "received"
testPropertyRecipients()  : mixed
Test attribute "recipients"
testPropertyRemoteMtaIp()  : mixed
Test attribute "remote_mta_ip"
testPropertyReportingMta()  : mixed
Test attribute "reporting_mta"
testPropertySentId()  : mixed
Test attribute "sent_id"
testPropertySmtpResponse()  : mixed
Test attribute "smtp_response"
testPropertySmtpStatusCode()  : mixed
Test attribute "smtp_status_code"
testPropertySubject()  : mixed
Test attribute "subject"
testPropertyUserId()  : mixed
Test attribute "user_id"
testPropertyWebhookId()  : mixed
Test attribute "webhook_id"
testPropertyWebhookName()  : mixed
Test attribute "webhook_name"
testWebhookDeliveryStatusPayload()  : mixed
Test "WebhookDeliveryStatusPayload"

Methods

testPropertyProcessingTimeMillis()

Test attribute "processing_time_millis"

public testPropertyProcessingTimeMillis() : mixed
Return values
mixed

testWebhookDeliveryStatusPayload()

Test "WebhookDeliveryStatusPayload"

public testWebhookDeliveryStatusPayload() : mixed
Return values
mixed

Search results