Uses of Class
com.adyen.model.balanceplatform.PaginatedPaymentInstrumentsResponse
-
Packages that use PaginatedPaymentInstrumentsResponse Package Description com.adyen.model.balanceplatform com.adyen.service.balanceplatform -
-
Uses of PaginatedPaymentInstrumentsResponse in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return PaginatedPaymentInstrumentsResponse Modifier and Type Method Description PaginatedPaymentInstrumentsResponsePaginatedPaymentInstrumentsResponse. addPaymentInstrumentsItem(PaymentInstrument paymentInstrumentsItem)static PaginatedPaymentInstrumentsResponsePaginatedPaymentInstrumentsResponse. fromJson(String jsonString)Create an instance of PaginatedPaymentInstrumentsResponse given an JSON stringPaginatedPaymentInstrumentsResponsePaginatedPaymentInstrumentsResponse. hasNext(Boolean hasNext)PaginatedPaymentInstrumentsResponsePaginatedPaymentInstrumentsResponse. hasPrevious(Boolean hasPrevious)PaginatedPaymentInstrumentsResponsePaginatedPaymentInstrumentsResponse. paymentInstruments(List<PaymentInstrument> paymentInstruments) -
Uses of PaginatedPaymentInstrumentsResponse in com.adyen.service.balanceplatform
Methods in com.adyen.service.balanceplatform that return PaginatedPaymentInstrumentsResponse Modifier and Type Method Description PaginatedPaymentInstrumentsResponseBalanceAccountsApi. getPaymentInstrumentsLinkedToBalanceAccount(String id)Get payment instruments linked to a balance accountPaginatedPaymentInstrumentsResponseBalanceAccountsApi. getPaymentInstrumentsLinkedToBalanceAccount(String id, Integer offset, Integer limit, String status, RequestOptions requestOptions)Get payment instruments linked to a balance account
-