Module

Profile/PaymentHistory

Members

String

# static amount

React state that stores the amount value

Default Value:
  • useState("")

View Source pages/Dashboard/Profile/PaymentHistory/PaymentHistory.jsx, line 74

String

# static company

React state that stores the company value

Default Value:
  • useState("")

View Source pages/Dashboard/Profile/PaymentHistory/PaymentHistory.jsx, line 58

String

# static paymentType

React state that stores the payment type value

Default Value:
  • useState("")

View Source pages/Dashboard/Profile/PaymentHistory/PaymentHistory.jsx, line 66

# static payments

React hook that memoizes the payment data

View Source pages/Dashboard/Profile/PaymentHistory/PaymentHistory.jsx, line 82

function

# static useGetPayments

React query hook that fetches the payment data

View Source pages/Dashboard/Profile/PaymentHistory/PaymentHistory.jsx, line 51