headers property
The request headers that will be included in the request Adyen makes to the third party on your behalf. Supports the {{credentials}} placeholder.
Implementation
@BuiltValueField(wireName: r'headers')
BuiltMap<String, String>? get headers;