exemptionIndicator property

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

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

Implementation

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