Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 678 Bytes

File metadata and controls

26 lines (20 loc) · 678 Bytes

Late::WebhookPayloadAccountConnectedAccount

Properties

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]

Example

require 'late-sdk'

instance = Late::WebhookPayloadAccountConnectedAccount.new(
  account_id: null,
  profile_id: null,
  platform: null,
  username: null,
  display_name: null
)