exemptionIndicator property

  1. @BuiltValueField.new(wireName: r'exemptionIndicator')
AuthenticationInfoExemptionIndicatorEnum? get exemptionIndicator

Indicates the exemption type that was applied to the authentication by the issuer, if exemption applied. Possible values: * lowValue * secureCorporate * trustedBeneficiary * transactionRiskAnalysis * acquirerExemption * noExemptionApplied * visaDAFExemption

Implementation

@BuiltValueField(wireName: r'exemptionIndicator')
AuthenticationInfoExemptionIndicatorEnum? get exemptionIndicator;