Class: Telnyx::Models::InvoiceRetrieveResponse::Data
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(download_url: nil, file_id: nil, invoice_id: nil, paid: nil, period_end: nil, period_start: nil, url: nil) ⇒ Object
|
# File 'lib/telnyx/models/invoice_retrieve_response.rb', line 53
|
Instance Attribute Details
#download_url ⇒ String?
Present only if the query parameter action=link is set.
21
|
# File 'lib/telnyx/models/invoice_retrieve_response.rb', line 21
optional :download_url, String
|
#file_id ⇒ String?
26
|
# File 'lib/telnyx/models/invoice_retrieve_response.rb', line 26
optional :file_id, String
|
#invoice_id ⇒ String?
31
|
# File 'lib/telnyx/models/invoice_retrieve_response.rb', line 31
optional :invoice_id, String
|
#paid ⇒ Boolean?
36
|
# File 'lib/telnyx/models/invoice_retrieve_response.rb', line 36
optional :paid, Telnyx::Internal::Type::Boolean
|
#period_end ⇒ Date?
41
|
# File 'lib/telnyx/models/invoice_retrieve_response.rb', line 41
optional :period_end, Date
|
#period_start ⇒ Date?
46
|
# File 'lib/telnyx/models/invoice_retrieve_response.rb', line 46
optional :period_start, Date
|
#url ⇒ String?
51
|
# File 'lib/telnyx/models/invoice_retrieve_response.rb', line 51
optional :url, String
|
Instance Method Details
#to_hash ⇒ {
69
|
# File 'sig/telnyx/models/invoice_retrieve_response.rbs', line 69
def to_hash: -> {
|