AdditionalSettings class abstract
AdditionalSettings
Properties:
- includeEventCodes - Object containing list of event codes for which the notification will be sent.
- 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.
- Annotations
-
- @BuiltValue.new()
Constructors
- AdditionalSettings([void updates(AdditionalSettingsBuilder b)])
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
includeEventCodes
→ BuiltList<
String> ? -
Object containing list of event codes for which the notification will be sent.
no setter
-
properties
→ BuiltMap<
String, bool> ? -
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.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(AdditionalSettingsBuilder)) → AdditionalSettings -
Rebuilds the instance.
inherited
-
toBuilder(
) → AdditionalSettingsBuilder -
Converts the instance to a builder
B.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
AdditionalSettings> -
no setter