enabled property

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

Indicates if payouts to this bank account are enabled. Default: true. To receive payouts into this bank account, both enabled and allowed must be true.

Implementation

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