Class: Lithic::Models::ExternalPayment::Event
Defined Under Namespace
Modules: DetailedResult, Result, Type
Instance Attribute Summary collapse
Class Method 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 ⇒ Object
180
|
# File 'sig/lithic/models/external_payment.rbs', line 180
def initialize: (
|
Instance Attribute Details
#amount ⇒ Integer
153
|
# File 'lib/lithic/models/external_payment.rb', line 153
required :amount, Integer
|
#created ⇒ Time
158
|
# File 'lib/lithic/models/external_payment.rb', line 158
required :created, Time
|
163
164
|
# File 'lib/lithic/models/external_payment.rb', line 163
required :detailed_results,
-> { Lithic::Internal::Type::ArrayOf[enum: Lithic::ExternalPayment::Event::DetailedResult] }
|
#effective_date ⇒ Date
169
|
# File 'lib/lithic/models/external_payment.rb', line 169
required :effective_date, Date
|
#memo ⇒ String
174
|
# File 'lib/lithic/models/external_payment.rb', line 174
required :memo, String
|
179
|
# File 'lib/lithic/models/external_payment.rb', line 179
required :result, enum: -> { Lithic::ExternalPayment::Event::Result }
|
#token ⇒ String
148
|
# File 'lib/lithic/models/external_payment.rb', line 148
required :token, String
|
184
|
# File 'lib/lithic/models/external_payment.rb', line 184
required :type, enum: -> { Lithic::ExternalPayment::Event::Type }
|
Class Method Details
.values ⇒ Array<Symbol>
|
# File 'lib/lithic/models/external_payment.rb', line 202
|
Instance Method Details
#to_hash ⇒ {
191
|
# File 'sig/lithic/models/external_payment.rbs', line 191
def to_hash: -> {
|