Class: Orb::Models::InvoiceDunningScheduleEndedWebhookEvent::Properties::DunningSchedule

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

Overview

See Also:

  • Orb::Models::InvoiceDunningScheduleEndedWebhookEvent::Properties#dunning_schedule

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



83
# File 'sig/orb/models/invoice_dunning_schedule_ended_webhook_event.rbs', line 83

def initialize: (

Instance Attribute Details

#completion_time ⇒ Time?

Parameters:

  • value (Time, nil)

Returns:

  • (Time, nil)


78
# File 'lib/orb/models/invoice_dunning_schedule_ended_webhook_event.rb', line 78

required :completion_time, Time, nil?: true

#created_at ⇒ Time?

Parameters:

  • value (Time, nil)

Returns:

  • (Time, nil)


83
# File 'lib/orb/models/invoice_dunning_schedule_ended_webhook_event.rb', line 83

required :created_at, Time, nil?: true

#invoice_id ⇒ String

Parameters:

  • value (String)

Returns:

  • (String)


88
# File 'lib/orb/models/invoice_dunning_schedule_ended_webhook_event.rb', line 88

required :invoice_id, String

#modified_at ⇒ Time?

Parameters:

  • value (Time, nil)

Returns:

  • (Time, nil)


93
# File 'lib/orb/models/invoice_dunning_schedule_ended_webhook_event.rb', line 93

required :modified_at, Time, nil?: true

#start_time ⇒ Time?

Parameters:

  • value (Time, nil)

Returns:

  • (Time, nil)


98
# File 'lib/orb/models/invoice_dunning_schedule_ended_webhook_event.rb', line 98

required :start_time, Time, nil?: true

#status ⇒ String

Parameters:

  • value (String)

Returns:

  • (String)


103
# File 'lib/orb/models/invoice_dunning_schedule_ended_webhook_event.rb', line 103

required :status, String

Instance Method Details

#to_hash ⇒ {

Returns:

  • ({)


92
# File 'sig/orb/models/invoice_dunning_schedule_ended_webhook_event.rbs', line 92

def to_hash: -> {