Hi,
I was trying to get budget information through the BudgetOrderService.
But it threw a NullPointerException when I was getting the spendingLimit, startDateTime and endDateTime from the BudgetOrder object.
I thought these aren't nullable fields.
Is there something wrong with this account, like a wrong input?
Or it's just the common case that I should deal with the null value every time?
The clientCustomerId is 5531065781.
Thanks,
Brandon