proceed constant

  1. @BuiltValueEnumConst.new(wireName: r'proceed')
AuthenticationDecisionStatusEnum const proceed

The status of the authentication. Possible values: * refused * proceed For more information, refer to Authenticate cardholders using the Authentication SDK.

Implementation

@BuiltValueEnumConst(wireName: r'proceed')
static const AuthenticationDecisionStatusEnum proceed = _$authenticationDecisionStatusEnum_proceed;