PaymentConsentStatus
No description
union PaymentConsentStatus =
| PaymentConsentPending
| PaymentConsentProcessing
| PaymentConsentGranted
| PaymentConsentFailed
| PaymentConsentCancelled
| PaymentConsentExpired
| PaymentConsentRevoked