RefundStatus type

The status of refund request.
KnownRefundStatus can be used interchangeably with RefundStatus, this enum contains the known values that the service supports.

Known values supported by the service

Other: Other
Pending: Pending
Approved: Approved
Declined: Declined
Cancelled: Cancelled
Completed: Completed
Expired: Expired

type RefundStatus = string