Class: Lithic::Models::CardAuthorization::NameValidation::NameOnFileMatch
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Lithic::Models::CardAuthorization::NameValidation::NameOnFileMatch
- Defined in:
- lib/lithic/models/card_authorization.rb,
sig/lithic/models/card_authorization.rbs
Overview
Defined Under Namespace
Modules: FullName
Instance Attribute Summary collapse
-
#full_name ⇒ Symbol, Lithic::Models::CardAuthorization::NameValidation::NameOnFileMatch::FullName
Overall name match result.
Instance Method Summary collapse
-
#initialize(full_name:) ⇒ Object
constructor
Lithic's computed match result comparing the network-provided name to the name on file.
- #to_hash ⇒ {
Methods inherited from Internal::Type::BaseModel
==, #==, #[], 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
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(full_name:) ⇒ Object
Lithic's computed match result comparing the network-provided name to the name on file.
|
|
# File 'lib/lithic/models/card_authorization.rb', line 702
|
Instance Attribute Details
#full_name ⇒ Symbol, Lithic::Models::CardAuthorization::NameValidation::NameOnFileMatch::FullName
Overall name match result.
700 |
# File 'lib/lithic/models/card_authorization.rb', line 700 required :full_name, enum: -> { Lithic::CardAuthorization::NameValidation::NameOnFileMatch::FullName } |
Instance Method Details
#to_hash ⇒ {
507 |
# File 'sig/lithic/models/card_authorization.rbs', line 507
def to_hash: -> {
|