metadata property

  1. @BuiltValueField.new(wireName: r'metadata')
BuiltMap<String, String>? get metadata

A set of key and value pairs for general use by the merchant. The keys do not have specific names and may be used for storing miscellaneous data as desired. > Note that during an update of metadata, the omission of existing key-value pairs will result in the deletion of those key-value pairs.

Implementation

@BuiltValueField(wireName: r'metadata')
BuiltMap<String, String>? get metadata;