You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/models/operations/listtransactionsrequest.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ let value: ListTransactionsRequest = {};
37
37
| `paymentServiceId` | *string*[] | :heavy_minus_sign: | Filters for transactions that were processed by the provided `payment_service_id` values. | [<br/>"fffd152a-9532-4087-9a4f-de58754210f0"<br/>] |
| `paymentMethodScheme` | *string* | :heavy_minus_sign: | Filters for transactions that have a payment method with a scheme that matches with the provided value. | [<br/>"visa"<br/>] |
40
+
| `paymentMethodScheme` | *string*[] | :heavy_minus_sign: | Filters for transactions where the `payment_method_scheme` matches one of the provided values. | [<br/>"visa"<br/>] |
41
41
| `paymentMethodCountry` | *string* | :heavy_minus_sign: | Filters for transactions that have a payment method with a country that matches with the provided value. | [<br/>"US"<br/>] |
0 commit comments