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)Indicates whether there are more items on the next page.PaginatedPaymentInstrumentsResponsePaginatedPaymentInstrumentsResponse. hasPrevious(Boolean hasPrevious)Indicates whether there are more items on the previous page.PaginatedPaymentInstrumentsResponsePaginatedPaymentInstrumentsResponse. paymentInstruments(List<PaymentInstrument> paymentInstruments)List of payment instruments associated with the balance account. -
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
-