export type PaymentData = {
    servicecode:string
    serviceref:string
    paymentstatus:number
    paymentamount:number
  }


  