export class OpdBilling {
  id: number;
  opd_details_id: number;
  organisation_id: number;
  cons_doctor: number;
  case_type: string;
  appointment_date: Date;
  patient_old: string;
  casualty: string;
  refference: string;
  date: string;
  note: string;
  note_remark: string;
  payment_mode: string;
  generated_by: string;
  received_by: string;
  case_reference_id: string;
  cheque_no: string;
  cheque_date: Date;
  attachment: string;
  attachment_name: string;
  live_consult: string;
  can_delete: string;
  payment_date: Date;
  time: string;
  qty: number;
  opd_id: number;
  ipd_id: number;
  charge_id: number;
  standard_charge: number;
  tax: string;
  apply_charge: string;
  amount: string;
  tpa_charge: number;
  created_at: Date;
  patient_id: number;
  global_shift_id: number;
  shift_id: number;
  message: String;
  Hospital_id: number;
  payment_gateway: any;
  payment_id: any;
  payment_reference_number: any;
  actual_amount_paid: string;
  wallet_amount_paid: string;
}

export class OpdBillingV3 {
  id: number;
  opd_details_id: number;
  organisation_id: number;
  cons_doctor: number;
  case_type: string;
  appointment_date: Date;
  patient_old: string;
  casualty: string;
  refference: string;
  date: string;
  note: string;
  note_remark: string;
  payment_mode: string;
  generated_by: string;
  received_by: string;
  case_reference_id: string;
  cheque_no: string;
  cheque_date: Date;
  attachment: string;
  attachment_name: string;
  live_consult: string;
  can_delete: string;
  payment_date: Date;
  time: string;
  qty: number;
  opd_id: number;
  ipd_id: number;
  charge_id: number;
  standard_charge: number;
  tax: string;
  apply_charge: string;
  amount: string;
  tpa_charge: number;
  created_at: Date;
  patient_id: number;
  global_shift_id: number;
  shift_id: number;
  message: string;
  Hospital_id: number;
  payment_gateway: any;
  payment_id: any;
  payment_reference_number: any;
  payment_method: string;
  card_division: string;
  card_bank_name: string;
  card_type: string;
  card_transaction_id: string;
  net_banking_division: string;
  net_banking_transaction_id: string;
  upi_id: string;
  upi_transaction_id: string;
  upi_bank_name: string;

  actual_amount_paid: string;
  wallet_amount_paid: string;
}
