Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Bill

Index

Constructors

  • new Bill(__namedParameters: BillParams): Bill

Properties

barcode: null | string
billId: null | number
billPayment: null | number
billTypes: BillTypesModel
currency: Currency

Methods

  • CalTheBit(num: string): number
  • findByBarcode(barcode?: string): BillBarcodeModel
  • getAmount(): number
  • getBarcode(): string
  • getBillType(): BillTypes
  • getResult(): BillResult
  • setId(billId: number): void
  • setPaymentId(billPayment: number): void
  • verificationBill(): boolean
  • verificationBillId(): boolean
  • verificationBillPayment(): boolean

Generated using TypeDoc