Class: Zavudev::Models::Sender::Whatsapp::PaymentStatus
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Zavudev::Models::Sender::Whatsapp::PaymentStatus
- Defined in:
- lib/zavudev/models/sender.rb
Overview
Instance Attribute Summary collapse
-
#can_send_templates ⇒ Boolean?
Whether template messages can be sent.
-
#method_status ⇒ String?
Payment method status (VALID, NONE, etc.).
-
#setup_status ⇒ String?
Payment setup status (COMPLETE, NOT_STARTED, etc.).
Instance Method Summary collapse
-
#initialize(can_send_templates: nil, method_status: nil, setup_status: nil) ⇒ Object
constructor
Some parameter documentations has been truncated, see PaymentStatus for more details.
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(can_send_templates: nil, method_status: nil, setup_status: nil) ⇒ Object
Some parameter documentations has been truncated, see Zavudev::Models::Sender::Whatsapp::PaymentStatus for more details.
Payment configuration status from Meta.
|
|
# File 'lib/zavudev/models/sender.rb', line 126
|
Instance Attribute Details
#can_send_templates ⇒ Boolean?
Whether template messages can be sent. Requires setupStatus=COMPLETE and methodStatus=VALID.
112 |
# File 'lib/zavudev/models/sender.rb', line 112 optional :can_send_templates, Zavudev::Internal::Type::Boolean, api_name: :canSendTemplates |
#method_status ⇒ String?
Payment method status (VALID, NONE, etc.).
118 |
# File 'lib/zavudev/models/sender.rb', line 118 optional :method_status, String, api_name: :methodStatus |
#setup_status ⇒ String?
Payment setup status (COMPLETE, NOT_STARTED, etc.).
124 |
# File 'lib/zavudev/models/sender.rb', line 124 optional :setup_status, String, api_name: :setupStatus |