Uses of Class
com.adyen.model.balanceplatform.PaginatedGetCardOrderItemResponse
-
Packages that use PaginatedGetCardOrderItemResponse Package Description com.adyen.model.balanceplatform com.adyen.service.balanceplatform -
-
Uses of PaginatedGetCardOrderItemResponse in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return PaginatedGetCardOrderItemResponse Modifier and Type Method Description PaginatedGetCardOrderItemResponsePaginatedGetCardOrderItemResponse. addDataItem(CardOrderItem dataItem)PaginatedGetCardOrderItemResponsePaginatedGetCardOrderItemResponse. data(List<CardOrderItem> data)List of card order items in the card order batch.static PaginatedGetCardOrderItemResponsePaginatedGetCardOrderItemResponse. fromJson(String jsonString)Create an instance of PaginatedGetCardOrderItemResponse given an JSON stringPaginatedGetCardOrderItemResponsePaginatedGetCardOrderItemResponse. hasNext(Boolean hasNext)Indicates whether there are more items on the next page.PaginatedGetCardOrderItemResponsePaginatedGetCardOrderItemResponse. hasPrevious(Boolean hasPrevious)Indicates whether there are more items on the previous page. -
Uses of PaginatedGetCardOrderItemResponse in com.adyen.service.balanceplatform
Methods in com.adyen.service.balanceplatform that return PaginatedGetCardOrderItemResponse Modifier and Type Method Description PaginatedGetCardOrderItemResponseCardOrdersApi. getCardOrderItems(String id)Get card order itemsPaginatedGetCardOrderItemResponseCardOrdersApi. getCardOrderItems(String id, Integer offset, Integer limit, RequestOptions requestOptions)Get card order items
-