headers property

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

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;