businessLineIds property

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

The unique identifiers of the business lines that the store is associated with. If not specified, the business line of the merchant account is used. Required when there are multiple business lines under the merchant account.

Implementation

@BuiltValueField(wireName: r'businessLineIds')
BuiltList<String>? get businessLineIds;