promoted property

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

Indicates whether this payment method should be promoted or not.

Implementation

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