Class: Orb::Models::InvoiceDunningScheduleStepExecutedWebhookEvent::Properties::DunningStep

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

Overview

See Also:

  • Orb::Models::InvoiceDunningScheduleStepExecutedWebhookEvent::Properties#dunning_step

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



84
# File 'sig/orb/models/invoice_dunning_schedule_step_executed_webhook_event.rbs', line 84

def initialize: (

Instance Attribute Details

#actions ⇒ Array<String>

Parameters:

  • value (::Array[String])

Returns:

  • (Array<String>)


71
# File 'lib/orb/models/invoice_dunning_schedule_step_executed_webhook_event.rb', line 71

required :actions, Orb::Internal::Type::ArrayOf[String]

#created_at ⇒ Time?

Parameters:

  • value (Time, nil)

Returns:

  • (Time, nil)


76
# File 'lib/orb/models/invoice_dunning_schedule_step_executed_webhook_event.rb', line 76

required :created_at, Time, nil?: true

#execution_time ⇒ Time?

Parameters:

  • value (Time, nil)

Returns:

  • (Time, nil)


81
# File 'lib/orb/models/invoice_dunning_schedule_step_executed_webhook_event.rb', line 81

required :execution_time, Time, nil?: true

#manually_triggered_at ⇒ Time?

Parameters:

  • value (Time, nil)

Returns:

  • (Time, nil)


86
# File 'lib/orb/models/invoice_dunning_schedule_step_executed_webhook_event.rb', line 86

required :manually_triggered_at, Time, nil?: true

#modified_at ⇒ Time?

Parameters:

  • value (Time, nil)

Returns:

  • (Time, nil)


91
# File 'lib/orb/models/invoice_dunning_schedule_step_executed_webhook_event.rb', line 91

required :modified_at, Time, nil?: true

#status ⇒ String

Parameters:

  • value (String)

Returns:

  • (String)


96
# File 'lib/orb/models/invoice_dunning_schedule_step_executed_webhook_event.rb', line 96

required :status, String

#step_number ⇒ Integer?

Parameters:

  • value (Integer, nil)

Returns:

  • (Integer, nil)


101
# File 'lib/orb/models/invoice_dunning_schedule_step_executed_webhook_event.rb', line 101

required :step_number, Integer, nil?: true

#timestamp ⇒ Time?

Parameters:

  • value (Time, nil)

Returns:

  • (Time, nil)


106
# File 'lib/orb/models/invoice_dunning_schedule_step_executed_webhook_event.rb', line 106

required :timestamp, Time, nil?: true

Instance Method Details

#to_hash ⇒ {

Returns:

  • ({)


95
# File 'sig/orb/models/invoice_dunning_schedule_step_executed_webhook_event.rbs', line 95

def to_hash: -> {