Module: Increase::Models::CheckTransfer::Submission::AddressCorrectionAction

Extended by:
Internal::Type::Enum
Defined in:
lib/increase/models/check_transfer.rb

Overview

Per USPS requirements, Increase will standardize the address to USPS standards and check it against the USPS National Change of Address (NCOA) database before mailing it. This indicates what modifications, if any, were made to the address before printing and mailing the check.

Constant Summary collapse

NONE =

No address correction took place.

:none
STANDARDIZATION =

The address was standardized.

:standardization
STANDARDIZATION_WITH_ADDRESS_CHANGE =

The address was first standardized and then changed because the recipient moved.

:standardization_with_address_change
ERROR =

An error occurred while correcting the address. This typically means the USPS could not find that address. The address was not changed.

:error

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