merchantIds property
List of merchantId values for which test webhooks will be sent. The list can have a maximum of 20 merchantId values. If not specified, we send sample notifications to all the merchant accounts that the webhook is configured for. If this is more than 20 merchant accounts, use this list to specify a subset of the merchant accounts for which to send test notifications.
Implementation
@BuiltValueField(wireName: r'merchantIds')
BuiltList<String>? get merchantIds;