Typescript SDK Type Docs
    Preparing search index...

    Interface CustomLineItemTaxedPrice

    interface CustomLineItemTaxedPrice {
        totalGross: TypedMoney;
        totalNet: TypedMoney;
    }
    Index

    Properties

    Properties

    totalGross: TypedMoney
    totalNet: TypedMoney