@nexartis/nexartis-nanda-node-sdk - v1.2.1
    Preparing search index...

    Interface CheckoutTotals

    interface CheckoutTotals {
        currency: string;
        discount: number;
        subtotal: number;
        tax: number;
        total: number;
    }
    Index

    Properties

    currency: string
    discount: number
    subtotal: number
    tax: number
    total: number