billing.Enumeration.TransactionStatus - typedoc2md/typedoc-plugin-markdown-examples GitHub Wiki
github-wiki-example / billing / TransactionStatus
Enumeration: TransactionStatus
Defined in: billing.ts:30
Enum representing different transaction statuses. These statuses indicate the current state of a billing transaction in the process pipeline.
Enumeration Members
Enumeration Member | Value | Description | Defined in |
---|---|---|---|
Completed |
"Completed" |
Transaction has been successfully processed. | billing.ts:35 |
Failed |
"Failed" |
Transaction failed due to an error or rejection. | billing.ts:38 |
Pending |
"Pending" |
Transaction has been initiated but not yet processed. | billing.ts:32 |