Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 763 Bytes

File metadata and controls

28 lines (22 loc) · 763 Bytes

Zernio::ConnectWhatsAppCredentials200ResponseAccount

Properties

Name Type Description Notes
account_id String [optional]
platform String [optional]
username String Display phone number [optional]
display_name String Meta-verified business name [optional]
is_active Boolean [optional]
selected_phone_number String The connected phone number [optional]

Example

require 'zernio-sdk'

instance = Zernio::ConnectWhatsAppCredentials200ResponseAccount.new(
  account_id: null,
  platform: null,
  username: null,
  display_name: null,
  is_active: null,
  selected_phone_number: null
)