PaymentStatus type

Describes whether the payment is completed, failed, cancelled or scheduled in the future.
KnownPaymentStatus can be used interchangeably with PaymentStatus, this enum contains the known values that the service supports.

Known values supported by the service

Succeeded
Failed
Scheduled
Cancelled

type PaymentStatus = string