metadata property
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;