Class: Increase::Models::RealTimeDecisionActionParams::CardAuthorization::Approval::CardholderAddressVerificationResult

Inherits:
Internal::Type::BaseModel
  • Object
show all
Defined in:
lib/increase/models/real_time_decision_action_params.rb

Overview

Defined Under Namespace

Modules: Line1, PostalCode

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

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.

Parameters:



# File 'lib/increase/models/real_time_decision_action_params.rb', line 227


Instance Attribute Details

#line1Symbol, 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_codeSymbol, 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

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/increase/models/real_time_decision_action_params.rb', line 251