Class: Onlyfans::Models::PayoutListRequestsResponse::Data::List
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(amount: nil, created_at: nil, currency: nil, invoice_id: nil, reject_reason: nil, state: nil) ⇒ Object
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
|
# File 'lib/onlyfans/models/payout_list_requests_response.rb', line 130
class List < Onlyfans::Internal::Type::BaseModel
optional :amount, Integer
optional :created_at, String, api_name: :createdAt
optional :currency, String
optional :invoice_id, String, api_name: :invoiceId
optional :reject_reason, String, api_name: :rejectReason, nil?: true
optional :state, String
end
|
Instance Attribute Details
#amount ⇒ Integer?
134
|
# File 'lib/onlyfans/models/payout_list_requests_response.rb', line 134
optional :amount, Integer
|
#created_at ⇒ String?
139
|
# File 'lib/onlyfans/models/payout_list_requests_response.rb', line 139
optional :created_at, String, api_name: :createdAt
|
#currency ⇒ String?
144
|
# File 'lib/onlyfans/models/payout_list_requests_response.rb', line 144
optional :currency, String
|
#invoice_id ⇒ String?
149
|
# File 'lib/onlyfans/models/payout_list_requests_response.rb', line 149
optional :invoice_id, String, api_name: :invoiceId
|
#reject_reason ⇒ String?
154
|
# File 'lib/onlyfans/models/payout_list_requests_response.rb', line 154
optional :reject_reason, String, api_name: :rejectReason, nil?: true
|
#state ⇒ String?
159
|
# File 'lib/onlyfans/models/payout_list_requests_response.rb', line 159
optional :state, String
|