status property

  1. @BuiltValueField.new(wireName: r'status')
AuthenticationDecisionStatusEnum get status

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

Implementation

@BuiltValueField(wireName: r'status')
AuthenticationDecisionStatusEnum get status;