Persian Tools - v4.0.4
    Preparing search index...

    Interface BillParams

    interface BillParams {
        barcode?: string;
        billId?: number;
        currency?: Currency;
        paymentId?: number;
    }
    Index

    Properties

    barcode?: string
    billId?: number
    currency?: Currency
    paymentId?: number