allowed property

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

Indicates whether the supporting entity capability is allowed. Adyen sets this to true if the verification is successful and the account holder is permitted to use the capability.

Implementation

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