Interface StagedOrderChangeCustomLineItemMoneyAction

interface StagedOrderChangeCustomLineItemMoneyAction {
    action: "changeCustomLineItemMoney";
    customLineItemId: string;
    money: _Money;
}

Properties

action: "changeCustomLineItemMoney"
customLineItemId: string
money: _Money

Draft type that stores amounts only in cent precision for the specified currency.

Generated using TypeDoc