We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef6bd6b commit e526581Copy full SHA for e526581
src/main/java/com/currencycloud/client/CurrencyCloud.java
@@ -1468,6 +1468,7 @@ Transactions findTransactions(
1468
@Nullable @QueryParam("related_entity_short_reference") String relatedEntityShortReference,
1469
@Nullable @QueryParam("status") String status,
1470
@Nullable @QueryParam("type") String type,
1471
+ @Nullable @QueryParam("reason") String reason,
1472
@Nullable @QueryParam("settles_at_from") java.sql.Date settlesAtFrom,
1473
@Nullable @QueryParam("settles_at_to") java.sql.Date settlesAtTo,
1474
@Nullable @QueryParam("created_at_from") java.sql.Date createdAtFrom,
0 commit comments