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
goCardlessClient.institutions().listForBillingRequest(billingRequestId).withCountryCode(countryCode)
The above piece of code does not work because the nextCursor variable in loadPage() method of PaginatingIterator is null because of which ListResponse items are not returned as Iterable object.
The text was updated successfully, but these errors were encountered:
goCardlessClient.institutions().listForBillingRequest(billingRequestId).withCountryCode(countryCode)
The above piece of code does not work because the nextCursor variable in loadPage() method of PaginatingIterator is null because of which ListResponse items are not returned as Iterable object.
The text was updated successfully, but these errors were encountered: