PaymentState
PaymentState
These are the default states of the payment process.
Signature
type PaymentState = 'Created' | 'Authorized' | 'Settled' | 'Declined' | 'Error'
These are the default states of the payment process.
type PaymentState = 'Created' | 'Authorized' | 'Settled' | 'Declined' | 'Error'