Class: Increase::Models::RealTimeDecisionActionParams::CardAuthorization::Approval::CardholderAddressVerificationResult
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Increase::Models::RealTimeDecisionActionParams::CardAuthorization::Approval::CardholderAddressVerificationResult
- Defined in:
- lib/increase/models/real_time_decision_action_params.rb
Overview
Defined Under Namespace
Modules: Line1, PostalCode
Instance Attribute Summary collapse
-
#line1 ⇒ Symbol, Increase::Models::RealTimeDecisionActionParams::CardAuthorization::Approval::CardholderAddressVerificationResult::Line1
Your decision on the address line of the provided address.
-
#postal_code ⇒ Symbol, Increase::Models::RealTimeDecisionActionParams::CardAuthorization::Approval::CardholderAddressVerificationResult::PostalCode
Your decision on the postal code of the provided address.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(line1: , postal_code: ) ⇒ Object
constructor
Your decisions on whether or not each provided address component is a match.
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(line1: , postal_code: ) ⇒ Object
Your decisions on whether or not each provided address component is a match. Your response here is evaluated against the customer’s provided ‘postal_code` and `line1`, and an appropriate network response is generated. For more information, see our [Address Verification System Codes and Overrides](increase.com/documentation/address-verification-system-codes-and-overrides) guide.
|
|
# File 'lib/increase/models/real_time_decision_action_params.rb', line 227
|
Instance Attribute Details
#line1 ⇒ Symbol, Increase::Models::RealTimeDecisionActionParams::CardAuthorization::Approval::CardholderAddressVerificationResult::Line1
Your decision on the address line of the provided address.
217 218 |
# File 'lib/increase/models/real_time_decision_action_params.rb', line 217 required :line1, enum: -> { Increase::RealTimeDecisionActionParams::CardAuthorization::Approval::CardholderAddressVerificationResult::Line1 } |
#postal_code ⇒ Symbol, Increase::Models::RealTimeDecisionActionParams::CardAuthorization::Approval::CardholderAddressVerificationResult::PostalCode
Your decision on the postal code of the provided address.
224 225 |
# File 'lib/increase/models/real_time_decision_action_params.rb', line 224 required :postal_code, enum: -> { Increase::RealTimeDecisionActionParams::CardAuthorization::Approval::CardholderAddressVerificationResult::PostalCode } |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/increase/models/real_time_decision_action_params.rb', line 251
|