conditions property
The array of conditions a balance change must meet for Adyen to send the webhook.
Implementation
@BuiltValueField(wireName: r'conditions')
BuiltList<Condition>? get conditions;
The array of conditions a balance change must meet for Adyen to send the webhook.
@BuiltValueField(wireName: r'conditions')
BuiltList<Condition>? get conditions;