storeIds property

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

The list of stores for this payment method

Implementation

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