Module: Increase::Models::PendingTransaction::Source::CardAuthorization::Verification::CardholderAddress::Result
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/increase/models/pending_transaction.rb
Overview
The address verification result returned to the card network.
Constant Summary collapse
- NOT_CHECKED =
No address information was provided in the authorization request.
:not_checked- POSTAL_CODE_MATCH_ADDRESS_NO_MATCH =
Postal code matches, but the street address does not match or was not provided.
:postal_code_match_address_no_match- POSTAL_CODE_NO_MATCH_ADDRESS_MATCH =
Postal code does not match, but the street address matches or was not provided.
:postal_code_no_match_address_match- MATCH =
Postal code and street address match.
:match- NO_MATCH =
Postal code and street address do not match.
:no_match- POSTAL_CODE_MATCH_ADDRESS_NOT_CHECKED =
Postal code matches, but the street address was not verified. (deprecated)
:postal_code_match_address_not_checked
Method Summary
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info