-
Notifications
You must be signed in to change notification settings - Fork 3
billing.Enumeration.TransactionStatus
tgreyuk edited this page Mar 16, 2025
·
8 revisions
github-wiki-example / billing / 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 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 |