Module: Zavudev::Models::InvitationCreateParams::ConnectionType

Extended by:
Internal::Type::Enum
Defined in:
lib/zavudev/models/invitation_create_params.rb,
sig/zavudev/models/invitation_create_params.rbs

Overview

How the client connects WhatsApp. whatsapp_waba (default) runs Meta's embedded signup to link an official WhatsApp Business Account. whatsapp_alt links the number by scanning a QR code — available only to teams with the WhatsApp Alternative feature enabled.

Constant Summary collapse

WHATSAPP_WABA =

Returns:

  • (:whatsapp_waba)
:whatsapp_waba
WHATSAPP_ALT =

Returns:

  • (:whatsapp_alt)
:whatsapp_alt

Class Method Summary collapse

Instance Method Summary collapse

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, values

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Class Method Details

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/zavudev/models/invitation_create_params.rb', line 90

Instance Method Details

#self?.values::Array[Zavudev::Models::InvitationCreateParams::connection_type]

Returns:

  • (::Array[Zavudev::Models::InvitationCreateParams::connection_type])


79
# File 'sig/zavudev/models/invitation_create_params.rbs', line 79

def self?.values: -> ::Array[Zavudev::Models::InvitationCreateParams::connection_type]