Class: Orb::Models::InvoiceDunningScheduleResetWebhookEvent::Properties::PreviousSchedule
- Inherits:
-
Internal::Type::BaseModel
show all
- Defined in:
- lib/orb/models/invoice_dunning_schedule_reset_webhook_event.rb,
sig/orb/models/invoice_dunning_schedule_reset_webhook_event.rbs
Overview
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
125
|
# File 'sig/orb/models/invoice_dunning_schedule_reset_webhook_event.rbs', line 125
def initialize: (
|
Instance Attribute Details
#completion_time ⇒ Time?
131
|
# File 'lib/orb/models/invoice_dunning_schedule_reset_webhook_event.rb', line 131
required :completion_time, Time, nil?: true
|
#created_at ⇒ Time?
136
|
# File 'lib/orb/models/invoice_dunning_schedule_reset_webhook_event.rb', line 136
required :created_at, Time, nil?: true
|
#invoice_id ⇒ String
141
|
# File 'lib/orb/models/invoice_dunning_schedule_reset_webhook_event.rb', line 141
required :invoice_id, String
|
#modified_at ⇒ Time?
146
|
# File 'lib/orb/models/invoice_dunning_schedule_reset_webhook_event.rb', line 146
required :modified_at, Time, nil?: true
|
#start_time ⇒ Time?
151
|
# File 'lib/orb/models/invoice_dunning_schedule_reset_webhook_event.rb', line 151
required :start_time, Time, nil?: true
|
#status ⇒ String?
156
|
# File 'lib/orb/models/invoice_dunning_schedule_reset_webhook_event.rb', line 156
required :status, String, nil?: true
|
Instance Method Details
#to_hash ⇒ {
134
|
# File 'sig/orb/models/invoice_dunning_schedule_reset_webhook_event.rbs', line 134
def to_hash: -> {
|