Class: Orb::Models::InvoiceDunningScheduleCreatedWebhookEvent::Properties::DunningStep
- Inherits:
-
Internal::Type::BaseModel
show all
- Defined in:
- lib/orb/models/invoice_dunning_schedule_created_webhook_event.rb,
sig/orb/models/invoice_dunning_schedule_created_webhook_event.rbs
Instance Attribute Summary collapse
Instance Method Summary
collapse
==, #==, #[], 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
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize ⇒ Object
136
|
# File 'sig/orb/models/invoice_dunning_schedule_created_webhook_event.rbs', line 136
def initialize: (
|
Instance Attribute Details
#actions ⇒ Array<String>
124
|
# File 'lib/orb/models/invoice_dunning_schedule_created_webhook_event.rb', line 124
required :actions, Orb::Internal::Type::ArrayOf[String]
|
#created_at ⇒ Time?
129
|
# File 'lib/orb/models/invoice_dunning_schedule_created_webhook_event.rb', line 129
required :created_at, Time, nil?: true
|
#execution_time ⇒ Time?
134
|
# File 'lib/orb/models/invoice_dunning_schedule_created_webhook_event.rb', line 134
required :execution_time, Time, nil?: true
|
#manually_triggered_at ⇒ Time?
139
|
# File 'lib/orb/models/invoice_dunning_schedule_created_webhook_event.rb', line 139
required :manually_triggered_at, Time, nil?: true
|
#modified_at ⇒ Time?
144
|
# File 'lib/orb/models/invoice_dunning_schedule_created_webhook_event.rb', line 144
required :modified_at, Time, nil?: true
|
#status ⇒ String
149
|
# File 'lib/orb/models/invoice_dunning_schedule_created_webhook_event.rb', line 149
required :status, String
|
#step_number ⇒ Integer?
154
|
# File 'lib/orb/models/invoice_dunning_schedule_created_webhook_event.rb', line 154
required :step_number, Integer, nil?: true
|
#timestamp ⇒ Time?
159
|
# File 'lib/orb/models/invoice_dunning_schedule_created_webhook_event.rb', line 159
required :timestamp, Time, nil?: true
|
Instance Method Details
#to_hash ⇒ {
147
|
# File 'sig/orb/models/invoice_dunning_schedule_created_webhook_event.rbs', line 147
def to_hash: -> {
|