storeIds property

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

The unique identifier of the store for which to configure the payment method, if any.

Implementation

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