PhysicalCardConsentPendingStatusInfo
when the user has to authorize production of the physical card
type PhysicalCardConsentPendingStatusInfo implements PhysicalCardStatusInfo {
status: PhysicalCardStatus!
consent: Consent!
}
Fields
PhysicalCardConsentPendingStatusInfo.status ● PhysicalCardStatus! non-null enum
Physical Card status (always ConsentPending for type PhysicalCardConsentPendingStatusInfo)
PhysicalCardConsentPendingStatusInfo.consent ● Consent! non-null object
The consent required to authorize production of the physical card
Interfaces
PhysicalCardStatusInfo interface
Physical Card Status Information