CardConsentPendingStatusInfo
when the user has to consent to add this card
type CardConsentPendingStatusInfo implements CardStatusInfo {
status: CardStatus!
consent: Consent!
}
Fields
CardConsentPendingStatusInfo.status ● CardStatus! non-null enum
Card status (always ConsentPending for type CardConsentPendingStatusInfo)
CardConsentPendingStatusInfo.consent ● Consent! non-null object
The consent required to add this card
Interfaces
CardStatusInfo interface
Card Status Information