@suluk/payments - v0.1.0
    Preparing search index...

    Interface CartLine

    One cart line. unitCents is the authoritative price (from the server, not the client).

    interface CartLine {
        unitCents: number;
        qty: number;
        id?: string | number;
    }
    Index

    Properties

    Properties

    unitCents: number
    qty: number
    id?: string | number