allowed property

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

Indicates whether receiving payments is allowed. This value is set to true by Adyen after screening your merchant account.

Implementation

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