saman-payment-pos
    Preparing search index...

    Interface BillInfo

    interface BillInfo {
        amountRials: number;
        billId: string;
        category: number;
        categoryEn: string;
        categoryFa: string;
        paymentId: string;
    }
    Index
    amountRials: number

    Amount this payment id encodes, in Rials.

    billId: string

    Bill id with leading zeros stripped, as the terminal expects it.

    category: number

    Category code (second-to-last digit of the bill id).

    categoryEn: string
    categoryFa: string
    paymentId: string

    Payment id with leading zeros stripped.