store property

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

The online store or physical store that is processing the refund. This must be the same as the store name configured in your Customer Area. Otherwise, you get an error and the refund fails.

Implementation

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