Skip to content

billing.Enumeration.TransactionStatus

tgreyuk edited this page Mar 16, 2025 · 8 revisions

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
Clone this wiki locally