Skip to content

Commit 4cce977

Browse files
committed
primitive type used
1 parent 738218a commit 4cce977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/truelayer/java/payouts/entities/beneficiary/TransactionSearchCriteria.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
public class TransactionSearchCriteria {
1818
private List<String> tokens;
1919

20-
private Integer amountInMinor;
20+
private int amountInMinor;
2121

2222
private CurrencyCode currency;
2323

0 commit comments

Comments
 (0)