View Source ExCheckout.Adjustment (ex_checkout v1.5.2)

Definition of the structure of an adjustment.

Link to this section Summary

Link to this section Functions

Link to this function

new(name, description, function, type \\ nil, id \\ nil)

View Source

Creates a structure based on:

id Id of the adjustment

name Name of the adjustment

description Description of the adjustment

type Type of the adjustment

function Anonymous function to be used by ExCheckout

Get the Adjustment Result.

Link to this function

value(adjustments, adjustment)

View Source