additionalInfo property Null safety

Map<String, String>? additionalInfo
read / write

Any additional information associated to the purchase. Reserved keys: order_id, value, currency, country. Any values passed in the additionalInfo that use a reserved key will be ignored.

Implementation

Map<String, String>? additionalInfo;