properties property

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

Object containing boolean key-value pairs. The key can be any standard webhook additional setting, and the value indicates if the setting is enabled. For example, includeCaptureDelayHours: true means the standard notifications you get will contain the number of hours remaining until the payment will be captured.

Implementation

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