| Name | Type | Description | Notes |
|---|---|---|---|
| account_id | String | The account's unique identifier (same as used in /v1/accounts/{accountId}) | |
| profile_id | String | The profile's unique identifier this account belongs to | |
| platform | String | ||
| username | String | ||
| display_name | String | [optional] |
require 'late-sdk'
instance = Late::WebhookPayloadAccountConnectedAccount.new(
account_id: null,
profile_id: null,
platform: null,
username: null,
display_name: null
)