Uses of Class
com.adyen.model.balanceplatform.CardOrder
-
Packages that use CardOrder Package Description com.adyen.model.balanceplatform -
-
Uses of CardOrder in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return CardOrder Modifier and Type Method Description CardOrderCardOrder. beginDate(OffsetDateTime beginDate)The date when the card order is created.CardOrderCardOrder. cardManufacturingProfileId(String cardManufacturingProfileId)The unique identifier of the card manufacturer profile.CardOrderCardOrder. closedDate(OffsetDateTime closedDate)The date when the card order processing ends.CardOrderCardOrder. endDate(OffsetDateTime endDate)The date when you manually closed the card order.static CardOrderCardOrder. fromJson(String jsonString)Create an instance of CardOrder given an JSON stringCardOrderCardOrder. id(String id)The unique identifier of the card order.CardOrderCardOrder. lockDate(OffsetDateTime lockDate)The date when the card order processing begins.CardOrderCardOrder. serviceCenter(String serviceCenter)The service center.CardOrderCardOrder. status(CardOrder.StatusEnum status)The status of the card order.Methods in com.adyen.model.balanceplatform that return types with arguments of type CardOrder Modifier and Type Method Description List<CardOrder>PaginatedGetCardOrderResponse. getCardOrders()Contains objects with information about card orders.Methods in com.adyen.model.balanceplatform with parameters of type CardOrder Modifier and Type Method Description PaginatedGetCardOrderResponsePaginatedGetCardOrderResponse. addCardOrdersItem(CardOrder cardOrdersItem)Method parameters in com.adyen.model.balanceplatform with type arguments of type CardOrder Modifier and Type Method Description PaginatedGetCardOrderResponsePaginatedGetCardOrderResponse. cardOrders(List<CardOrder> cardOrders)Contains objects with information about card orders.voidPaginatedGetCardOrderResponse. setCardOrders(List<CardOrder> cardOrders)Contains objects with information about card orders.
-