Uses of Class
io.deeplumen.ucp.models.schemas.shopping.Adjustment
Packages that use Adjustment
-
Uses of Adjustment in io.deeplumen.ucp.models.schemas.shopping
Methods in io.deeplumen.ucp.models.schemas.shopping that return AdjustmentModifier and TypeMethodDescriptionAdjustment.withAdditionalProperty(String name, Object value) Adjustment.withAmount(Integer amount) Adjustment.withDescription(String description) Adjustment.withLineItems(List<LineItem__2> lineItems) Adjustment.withOccurredAt(Date occurredAt) Adjustment.withStatus(Adjustment.Status status) Methods in io.deeplumen.ucp.models.schemas.shopping that return types with arguments of type AdjustmentModifier and TypeMethodDescriptionOrder.getAdjustments()Append-only event log of money movements (refunds, returns, credits, disputes, cancellations, etc.) that exist independently of fulfillment.Method parameters in io.deeplumen.ucp.models.schemas.shopping with type arguments of type AdjustmentModifier and TypeMethodDescriptionvoidOrder.setAdjustments(List<Adjustment> adjustments) Append-only event log of money movements (refunds, returns, credits, disputes, cancellations, etc.) that exist independently of fulfillment.Order.withAdjustments(List<Adjustment> adjustments)