Typescript SDK Type Docs
    Preparing search index...

    Interface TaxPortion

    interface TaxPortion {
        amount: TypedMoney;
        name?: string;
        rate: number;
    }
    Index

    Properties

    Properties

    amount: TypedMoney

    Money value of the tax portion.

    name?: string

    Name of the tax portion.

    rate: number

    A number in the range 0-1.