Method: CityPayApiClient::AuthRequest#avs_postcode_policy
- Defined in:
- lib/citypay_api_client/models/auth_request.rb
#avs_postcode_policy ⇒ Object
A policy value which determines whether an AVS postcode policy is enforced or bypassed. Values are ‘0` for the default policy (default value if not supplied). Your default values are determined by your account manager on setup of the account. `1` for an enforced policy. Transactions that are enforced will be rejected if the AVS postcode numeric value does not match. `2` to bypass. Transactions that are bypassed will be allowed through even if the postcode did not match. `3` to ignore. Transactions that are ignored will bypass the result and not send postcode details for authorisation.
23 24 25 |
# File 'lib/citypay_api_client/models/auth_request.rb', line 23 def avs_postcode_policy @avs_postcode_policy end |