TypeScript API Payment RefundState RefundState RefundState Package: @vendure/core File: refund-state.ts These are the default states of the refund process. Signature type RefundState = 'Pending' | 'Settled' | 'Failed'