filterMerchantAccounts property
- @BuiltValueField.new(wireName: r'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;