allowed property

  1. @BuiltValueField.new(wireName: r'allowed')
bool? get allowed

Indicates whether the capability is allowed. Adyen sets this to true if the verification is successful.

Implementation

@BuiltValueField(wireName: r'allowed')
bool? get allowed;