Uses of Class
com.adyen.model.configurationwebhooks.CardOrderItem
-
Packages that use CardOrderItem Package Description com.adyen.model.configurationwebhooks -
-
Uses of CardOrderItem in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return CardOrderItem Modifier and Type Method Description CardOrderItemCardOrderItem. balancePlatform(String balancePlatform)The unique identifier of the balance platform.CardOrderItemCardOrderItem. card(CardOrderItemDeliveryStatus card)cardCardOrderItemCardOrderItem. cardOrderItemId(String cardOrderItemId)The unique identifier of the card order item.CardOrderItemCardOrderItem. creationDate(OffsetDateTime creationDate)The date and time when the event was triggered, in ISO 8601 extended format.static CardOrderItemCardOrderItem. fromJson(String jsonString)Create an instance of CardOrderItem given an JSON stringCardOrderItemCardOrderNotificationRequest. getData()dataCardOrderItemCardOrderItem. id(String id)The ID of the resource.CardOrderItemCardOrderItem. paymentInstrumentId(String paymentInstrumentId)The unique identifier of the payment instrument related to the card order item.CardOrderItemCardOrderItem. pin(CardOrderItemDeliveryStatus pin)pinCardOrderItemCardOrderItem. shippingMethod(String shippingMethod)The shipping method used to deliver the card or the PIN.Methods in com.adyen.model.configurationwebhooks with parameters of type CardOrderItem Modifier and Type Method Description CardOrderNotificationRequestCardOrderNotificationRequest. data(CardOrderItem data)datavoidCardOrderNotificationRequest. setData(CardOrderItem data)data
-