CreditStatus type

Status of the credit
KnownCreditStatus can be used interchangeably with CreditStatus, this enum contains the known values that the service supports.

Known values supported by the service

Unknown: Credit status is unknown
Pending: Credit is pending activation
Active: Credit is active and available for use
Succeeded: Credit operation succeeded
Canceled: Credit has been cancelled
Failed: Credit operation failed
Expired: Credit has expired
Exhausted: Credit has been fully consumed
NotStarted: Credit application has not started yet

type CreditStatus = string