Documentation
    Preparing search index...

    Interface Price2

    interface Price2 {
        BaseAmount: BaseAmount2;
        Loyalty: Loyalty;
        Taxes: Tax2[];
        TotalAmount: string;
        TotalTaxAmount: string;
    }
    Index

    Properties

    BaseAmount: BaseAmount2
    Loyalty: Loyalty
    Taxes: Tax2[]
    TotalAmount: string
    TotalTaxAmount: string