Uses of Class
com.adyen.model.balanceplatform.PaginatedGetCardOrderResponse
-
Packages that use PaginatedGetCardOrderResponse Package Description com.adyen.model.balanceplatform com.adyen.service.balanceplatform -
-
Uses of PaginatedGetCardOrderResponse in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return PaginatedGetCardOrderResponse Modifier and Type Method Description PaginatedGetCardOrderResponsePaginatedGetCardOrderResponse. addCardOrdersItem(CardOrder cardOrdersItem)PaginatedGetCardOrderResponsePaginatedGetCardOrderResponse. cardOrders(List<CardOrder> cardOrders)Contains objects with information about card orders.static PaginatedGetCardOrderResponsePaginatedGetCardOrderResponse. fromJson(String jsonString)Create an instance of PaginatedGetCardOrderResponse given an JSON stringPaginatedGetCardOrderResponsePaginatedGetCardOrderResponse. hasNext(Boolean hasNext)Indicates whether there are more items on the next page.PaginatedGetCardOrderResponsePaginatedGetCardOrderResponse. hasPrevious(Boolean hasPrevious)Indicates whether there are more items on the previous page. -
Uses of PaginatedGetCardOrderResponse in com.adyen.service.balanceplatform
Methods in com.adyen.service.balanceplatform that return PaginatedGetCardOrderResponse Modifier and Type Method Description PaginatedGetCardOrderResponseCardOrdersApi. listCardOrders()Get a list of card ordersPaginatedGetCardOrderResponseCardOrdersApi. listCardOrders(String id, String cardManufacturingProfileId, String status, String txVariantCode, OffsetDateTime createdSince, OffsetDateTime createdUntil, OffsetDateTime lockedSince, OffsetDateTime lockedUntil, String serviceCenter, Integer offset, Integer limit, RequestOptions requestOptions)Get a list of card orders
-