Class: ModernTreasury::Models::PaymentActionListParams::CreatedAt
- Inherits:
-
Internal::Type::BaseModel
show all
- Defined in:
- lib/modern_treasury/models/payment_action_list_params.rb,
sig/modern_treasury/models/payment_action_list_params.rbs
Instance Attribute Summary collapse
Instance Method Summary
collapse
-
#initialize(actionable_id: nil, actionable_type: nil, after_cursor: nil, created_at: nil, internal_account_id: nil, metadata: nil, per_page: nil, status: nil, type: nil, request_options: {}) ⇒ Object
constructor
-
#to_hash ⇒ { eq: Time, gt: Time, gte: Time, lt: Time, lte: Time }
==, #==, #[], 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(actionable_id: nil, actionable_type: nil, after_cursor: nil, created_at: nil, internal_account_id: nil, metadata: nil, per_page: nil, status: nil, type: nil, request_options: {}) ⇒ Object
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
|
# File 'lib/modern_treasury/models/payment_action_list_params.rb', line 92
class CreatedAt < ModernTreasury::Internal::Type::BaseModel
optional :eq, Time
optional :gt, Time
optional :gte, Time
optional :lt, Time
optional :lte, Time
end
|
Instance Attribute Details
#eq ⇒ Time?
96
|
# File 'lib/modern_treasury/models/payment_action_list_params.rb', line 96
optional :eq, Time
|
#gt ⇒ Time?
101
|
# File 'lib/modern_treasury/models/payment_action_list_params.rb', line 101
optional :gt, Time
|
#gte ⇒ Time?
106
|
# File 'lib/modern_treasury/models/payment_action_list_params.rb', line 106
optional :gte, Time
|
#lt ⇒ Time?
111
|
# File 'lib/modern_treasury/models/payment_action_list_params.rb', line 111
optional :lt, Time
|
#lte ⇒ Time?
116
|
# File 'lib/modern_treasury/models/payment_action_list_params.rb', line 116
optional :lte, Time
|
Instance Method Details
#to_hash ⇒ { eq: Time, gt: Time, gte: Time, lt: Time, lte: Time }
118
|
# File 'sig/modern_treasury/models/payment_action_list_params.rbs', line 118
def to_hash: -> { eq: Time, gt: Time, gte: Time, lt: Time, lte: Time }
|