storeId property

  1. @BuiltValueField.new(wireName: r'storeId')
String? get storeId

The store for this payment method

Implementation

@BuiltValueField(wireName: r'storeId')
String? get storeId;