0

I've made a class for request body, now it has a double field which might come in request body sometimes and sometimes it won't, how should I handle it? Sample code:

@Nullable
private String phoneNumber;
[what should be here?]
private double amount;

0 Answers0