Class: Orb::Models::InvoiceAutomationScheduleStepExecutedWebhookEvent::Properties

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/orb/models/invoice_automation_schedule_step_executed_webhook_event.rb,
sig/orb/models/invoice_automation_schedule_step_executed_webhook_event.rbs

Overview

See Also:

  • Orb::Models::InvoiceAutomationScheduleStepExecutedWebhookEvent#properties

Defined Under Namespace

Modules: Action

Instance Attribute Summary collapse

Instance Method Summary collapse

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 ⇒ Object



152
# File 'sig/orb/models/invoice_automation_schedule_step_executed_webhook_event.rbs', line 152

def initialize: (

Instance Attribute Details

#actions ⇒ Array<Orb::Models::InvoiceAutomationScheduleStepExecutedWebhookEvent::Properties::Action::SendEmail, Orb::Models::InvoiceAutomationScheduleStepExecutedWebhookEvent::Properties::Action::RetryPayment>

Parameters:

  • value (::Array[Orb::Models::InvoiceAutomationScheduleStepExecutedWebhookEvent::Properties::action])

Returns:



158
159
# File 'lib/orb/models/invoice_automation_schedule_step_executed_webhook_event.rb', line 158

required :actions,
-> { Orb::Internal::Type::ArrayOf[union: Orb::InvoiceAutomationScheduleStepExecutedWebhookEvent::Properties::Action] }

#automation_schedule_template_id ⇒ String?

Parameters:

  • value (String, nil)

Returns:

  • (String, nil)


164
# File 'lib/orb/models/invoice_automation_schedule_step_executed_webhook_event.rb', line 164

required :automation_schedule_template_id, String, nil?: true

#automation_schedule_template_name ⇒ String?

Parameters:

  • value (String, nil)

Returns:

  • (String, nil)


169
# File 'lib/orb/models/invoice_automation_schedule_step_executed_webhook_event.rb', line 169

required :automation_schedule_template_name, String, nil?: true

#executed_at ⇒ Time

Parameters:

  • value (Time)

Returns:

  • (Time)


174
# File 'lib/orb/models/invoice_automation_schedule_step_executed_webhook_event.rb', line 174

required :executed_at, Time

#label ⇒ String

Parameters:

  • value (String)

Returns:

  • (String)


179
# File 'lib/orb/models/invoice_automation_schedule_step_executed_webhook_event.rb', line 179

required :label, String

#scheduled_at ⇒ Time

Parameters:

  • value (Time)

Returns:

  • (Time)


184
# File 'lib/orb/models/invoice_automation_schedule_step_executed_webhook_event.rb', line 184

required :scheduled_at, Time

#step_id ⇒ String

Parameters:

  • value (String)

Returns:

  • (String)


189
# File 'lib/orb/models/invoice_automation_schedule_step_executed_webhook_event.rb', line 189

required :step_id, String

Instance Method Details

#to_hash ⇒ {

Returns:

  • ({)


162
# File 'sig/orb/models/invoice_automation_schedule_step_executed_webhook_event.rbs', line 162

def to_hash: -> {