PSPOrderLine | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...

    Interface PSPOrderLine

    interface PSPOrderLine {
        lineTotal: Money;
        quantity: number;
        sku: string;
        title: string;
        type: "" | "shipping" | "payment";
        vatIncluded: boolean;
        vatPercentage: Money;
        vatTotal: Money;
    }
    Index

    Properties

    lineTotal: Money
    quantity: number
    sku: string
    title: string
    type: "" | "shipping" | "payment"
    vatIncluded: boolean
    vatPercentage: Money
    vatTotal: Money