Module: Whatsapp::BusinessPhoneNumber::Account::Get::Fields

Defined in:
lib/ruby/whatsapp/business_phone_number/account/get.rb

Overview

The fields Meta documents for this node. Offered for convenience, not enforcement — call deliberately does not validate fields against this list (nor does SubscribedApp::List), so a field Meta adds later works without a gem release.

Constant Summary collapse

ID =
"id"
NAME =
"name"
TIMEZONE_ID =
"timezone_id"
MESSAGE_TEMPLATE_NAMESPACE =
"message_template_namespace"
ACCOUNT_REVIEW_STATUS =
"account_review_status"
BUSINESS_VERIFICATION_STATUS =
"business_verification_status"
COUNTRY =
"country"
OWNERSHIP_TYPE =
"ownership_type"
PRIMARY_BUSINESS_LOCATION =
"primary_business_location"
ALL =
[ID, NAME, TIMEZONE_ID, MESSAGE_TEMPLATE_NAMESPACE, ACCOUNT_REVIEW_STATUS,
BUSINESS_VERIFICATION_STATUS, COUNTRY, OWNERSHIP_TYPE, PRIMARY_BUSINESS_LOCATION,].freeze