data property

  1. @BuiltValueField.new(wireName: r'data')
BuiltList<SplitConfiguration>? get data

List of split configurations applied to the stores under the merchant account.

Implementation

@BuiltValueField(wireName: r'data')
BuiltList<SplitConfiguration>? get data;