Class: Orb::Models::InvoiceListParams
Overview
Defined Under Namespace
Modules: DateType, Status
Instance Attribute Summary collapse
#request_options
Class Method Summary
collapse
dump_request
included
#==, ==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, 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
Instance Attribute Details
#amount ⇒ String?
13
|
# File 'lib/orb/models/invoice_list_params.rb', line 13
optional :amount, String, nil?: true
|
#amount_gt ⇒ String?
18
|
# File 'lib/orb/models/invoice_list_params.rb', line 18
optional :amount_gt, String, nil?: true
|
#amount_lt ⇒ String?
23
|
# File 'lib/orb/models/invoice_list_params.rb', line 23
optional :amount_lt, String, nil?: true
|
#cursor ⇒ String?
Cursor for pagination. This can be populated by the ‘next_cursor` value returned from the initial request.
30
|
# File 'lib/orb/models/invoice_list_params.rb', line 30
optional :cursor, String, nil?: true
|
#customer_id ⇒ String?
35
|
# File 'lib/orb/models/invoice_list_params.rb', line 35
optional :customer_id, String, nil?: true
|
#date_type ⇒ Symbol, ...
40
|
# File 'lib/orb/models/invoice_list_params.rb', line 40
optional :date_type, enum: -> { Orb::InvoiceListParams::DateType }, nil?: true
|
#due_date ⇒ Date?
45
|
# File 'lib/orb/models/invoice_list_params.rb', line 45
optional :due_date, Date, nil?: true
|
#due_date_gt ⇒ Date?
59
|
# File 'lib/orb/models/invoice_list_params.rb', line 59
optional :due_date_gt, Date, nil?: true
|
#due_date_lt ⇒ Date?
64
|
# File 'lib/orb/models/invoice_list_params.rb', line 64
optional :due_date_lt, Date, nil?: true
|
#due_date_window ⇒ String?
Filters invoices by their due dates within a specific time range in the past. Specify the range as a number followed by ‘d’ (days) or ‘m’ (months). For example, ‘7d’ filters invoices due in the last 7 days, and ‘2m’ filters those due in the last 2 months.
54
|
# File 'lib/orb/models/invoice_list_params.rb', line 54
optional :due_date_window, String, nil?: true
|
#external_customer_id ⇒ String?
69
|
# File 'lib/orb/models/invoice_list_params.rb', line 69
optional :external_customer_id, String, nil?: true
|
#invoice_date_gt ⇒ Time?
74
|
# File 'lib/orb/models/invoice_list_params.rb', line 74
optional :invoice_date_gt, Time, nil?: true
|
#invoice_date_gte ⇒ Time?
79
|
# File 'lib/orb/models/invoice_list_params.rb', line 79
optional :invoice_date_gte, Time, nil?: true
|
#invoice_date_lt ⇒ Time?
84
|
# File 'lib/orb/models/invoice_list_params.rb', line 84
optional :invoice_date_lt, Time, nil?: true
|
#invoice_date_lte ⇒ Time?
89
|
# File 'lib/orb/models/invoice_list_params.rb', line 89
optional :invoice_date_lte, Time, nil?: true
|
#is_recurring ⇒ Boolean?
94
|
# File 'lib/orb/models/invoice_list_params.rb', line 94
optional :is_recurring, Orb::Internal::Type::Boolean, nil?: true
|
#limit ⇒ Integer?
The number of items to fetch. Defaults to 20.
100
|
# File 'lib/orb/models/invoice_list_params.rb', line 100
optional :limit, Integer
|
#subscription_id ⇒ String?
110
|
# File 'lib/orb/models/invoice_list_params.rb', line 110
optional :subscription_id, String, nil?: true
|
Class Method Details
.values ⇒ Array<Symbol>
|
# File 'lib/orb/models/invoice_list_params.rb', line 162
|