Module: Whatsapp::BusinessPhoneNumber::Account::Details::OwnershipTypes
- Defined in:
- lib/ruby/whatsapp/business_phone_number/account/details.rb
Overview
Who owns the account: your own business, a client's, or a partner acting for one.
Constant Summary collapse
- CLIENT_OWNED =
"CLIENT_OWNED"- ON_BEHALF_OF =
"ON_BEHALF_OF"- SELF =
"SELF"- ALL =
[CLIENT_OWNED, ON_BEHALF_OF, SELF].freeze