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. getAllPaymentInstrumentsForBalanceAccount(String id)Get all payment instruments for a balance accountPaginatedPaymentInstrumentsResponseBalanceAccountsApi. getAllPaymentInstrumentsForBalanceAccount(String id, Integer offset, Integer limit, RequestOptions requestOptions)Get all payment instruments for a balance account
-