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

    Interface BillResult

    interface BillResult {
        amount: number;
        barcode: string;
        isValid: boolean;
        isValidBillId: boolean;
        isValidBillPayment: boolean;
        type: string;
    }
    Index

    Properties

    amount: number
    barcode: string
    isValid: boolean
    isValidBillId: boolean
    isValidBillPayment: boolean
    type: string