filterMerchantAccounts property

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

A list of merchant account names that are included or excluded from receiving the webhook. Inclusion or exclusion is based on the value defined for filterMerchantAccountType. Required if filterMerchantAccountType is either: * includeAccounts * excludeAccounts Not needed for filterMerchantAccountType: allAccounts.

Implementation

@BuiltValueField(wireName: r'filterMerchantAccounts')
BuiltList<String>? get filterMerchantAccounts;