aggregationLevel property

  1. @BuiltValueField.new(wireName: r'aggregationLevel')
String? get aggregationLevel

The level at which data must be accumulated, used in rules with type velocity or maxUsage. The level must be the same or lower in hierarchy than the entityKey. If not provided, by default, the rule will accumulate data at the paymentInstrument level. Possible values: paymentInstrument, paymentInstrumentGroup, balanceAccount, accountHolder, balancePlatform.

Implementation

@BuiltValueField(wireName: r'aggregationLevel')
String? get aggregationLevel;