Interface

PaymentStatus

PaymentStatus

Represents the PaymentStatus component.

View Source component/PaymentStatus/PaymentStatus.jsx, line 13

Members

boolean

# static isErrorPayment

State to track payment error status.

Default Value:
  • false

View Source component/PaymentStatus/PaymentStatus.jsx, line 22

boolean

# static successPayment

State to track successful payment status.

Default Value:
  • false

View Source component/PaymentStatus/PaymentStatus.jsx, line 14

# inner constant location

Get the current location.

View Source component/PaymentStatus/PaymentStatus.jsx, line 33

# inner constant navigate

Initialize a navigation function.

View Source component/PaymentStatus/PaymentStatus.jsx, line 41

string | null

# inner constant pidx

Access the individual query parameters.

View Source component/PaymentStatus/PaymentStatus.jsx, line 47

# inner constant searchParams

Create URL search parameters from the current location.

View Source component/PaymentStatus/PaymentStatus.jsx, line 37