Documentation

WebhookNewSmsPayloadTest extends TestCase
in package

WebhookNewSmsPayloadTest Class Doc Comment

Tags
category

Class

description

NEW_SMS webhook payload. Sent to your webhook url endpoint via HTTP POST when an sms is received by the phone number that your webhook is attached to. Use the SMS ID to fetch the full SMS details.

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
testPropertyBody()  : mixed
Test attribute "body"
testPropertyEventName()  : mixed
Test attribute "event_name"
testPropertyFromNumber()  : mixed
Test attribute "from_number"
testPropertyMessageId()  : mixed
Test attribute "message_id"
testPropertyPhoneNumber()  : mixed
Test attribute "phone_number"
testPropertyRead()  : mixed
Test attribute "read"
testPropertySmsId()  : mixed
Test attribute "sms_id"
testPropertyToNumber()  : mixed
Test attribute "to_number"
testPropertyUserId()  : mixed
Test attribute "user_id"
testPropertyWebhookId()  : mixed
Test attribute "webhook_id"
testPropertyWebhookName()  : mixed
Test attribute "webhook_name"
testWebhookNewSmsPayload()  : mixed
Test "WebhookNewSmsPayload"

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

testPropertyEventName()

Test attribute "event_name"

public testPropertyEventName() : mixed
Return values
mixed

testPropertyFromNumber()

Test attribute "from_number"

public testPropertyFromNumber() : mixed
Return values
mixed

testPropertyMessageId()

Test attribute "message_id"

public testPropertyMessageId() : mixed
Return values
mixed

testPropertyPhoneNumber()

Test attribute "phone_number"

public testPropertyPhoneNumber() : mixed
Return values
mixed

testPropertyToNumber()

Test attribute "to_number"

public testPropertyToNumber() : mixed
Return values
mixed

testPropertyUserId()

Test attribute "user_id"

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

testWebhookNewSmsPayload()

Test "WebhookNewSmsPayload"

public testWebhookNewSmsPayload() : mixed
Return values
mixed

Search results