recommendationReasons property

  1. @BuiltValueField.new(wireName: r'recommendationReasons')
BuiltList<WalletRecommendationReasonsEnum>? get recommendationReasons

A list of risk indicators triggered at the time of provisioning the network token. Some example values of risk indicators are: * accountTooNewSinceLaunch * tooManyRecentAttempts * lowDeviceScore * lowAccountScore

Implementation

@BuiltValueField(wireName: r'recommendationReasons')
BuiltList<WalletRecommendationReasonsEnum>? get recommendationReasons;