Uses of Class
io.deeplumen.ucp.models.schemas.shopping.Fulfillment
Packages that use Fulfillment
-
Uses of Fulfillment in io.deeplumen.ucp.models.schemas.shopping
Methods in io.deeplumen.ucp.models.schemas.shopping that return FulfillmentModifier and TypeMethodDescriptionOrder.getFulfillment()Fulfillment data: buyer expectations and what actually happened.Fulfillment.withAdditionalProperty(String name, Object value) Fulfillment.withEvents(List<FulfillmentEvent> events) Fulfillment.withExpectations(List<Expectation> expectations) Methods in io.deeplumen.ucp.models.schemas.shopping with parameters of type FulfillmentModifier and TypeMethodDescriptionvoidOrder.setFulfillment(Fulfillment fulfillment) Fulfillment data: buyer expectations and what actually happened.Order.withFulfillment(Fulfillment fulfillment)