allowed property

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

Indicates if payouts to the bank account are allowed. This value is set automatically based on the status of the verification process. The value is: * true if verificationStatus is valid. * false for all other values.

Implementation

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