operations property

  1. @BuiltValueField.new(wireName: r'operations')
BuiltList<AuthorisationNotificationRequestItemRecursiveOperationsEnum>? get operations

The operations indicate the supported follow-up actions concerning the payment. > This is an experimental field. Do not base your code on this field. Not all specific cases are covered yet. It's possible that the field is empty or contains generic information.

Implementation

@BuiltValueField(wireName: r'operations')
BuiltList<AuthorisationNotificationRequestItemRecursiveOperationsEnum>? get operations;