data property

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

List of legal entities that can be used for the billing of orders.

Implementation

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