disabled property

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

Indicates whether the processing of payments is allowed.

Implementation

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