It is used to calculate the taxPortions field in a Cart or Order.

interface SubRate {
    amount: number;
    name: string;
}

Properties

Properties

amount: number
name: string

Name of the SubRate.

Generated using TypeDoc