Class: Orb::Models::InvoiceEditedWebhookEvent::Properties

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

Overview

See Also:

  • Orb::Models::InvoiceEditedWebhookEvent#properties

Defined Under Namespace

Classes: PreviousAttributes

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(previous_attributes:) ⇒ Object

Some parameter documentations has been truncated, see Orb::Models::InvoiceEditedWebhookEvent::Properties for more details.

Parameters:



# File 'lib/orb/models/invoice_edited_webhook_event.rb', line 65

Instance Attribute Details

#previous_attributes ⇒ Orb::Models::InvoiceEditedWebhookEvent::Properties::PreviousAttributes

due_date is an ISO-8601 string rather than a datetime: the untyped message called .isoformat() on it, so it keeps microseconds where the webhook JSON provider would have truncated them.

Parameters:

  • value (Orb::InvoiceEditedWebhookEvent::Properties::PreviousAttributes)

Returns:



63
# File 'lib/orb/models/invoice_edited_webhook_event.rb', line 63

required :previous_attributes, -> { Orb::InvoiceEditedWebhookEvent::Properties::PreviousAttributes }

Instance Method Details

#to_hash ⇒ {

Returns:

  • ({)


51
# File 'sig/orb/models/invoice_edited_webhook_event.rbs', line 51

def to_hash: -> {