PhysicalCardToRenewStatusInfo
when the physical card is in the process of being renewed
type PhysicalCardToRenewStatusInfo implements PhysicalCardStatusInfo {
status: PhysicalCardStatus!
address: Address!
}
Fields
PhysicalCardToRenewStatusInfo.status ● PhysicalCardStatus! non-null enum
Physical card status (always ToRenew for type PhysicalCardToRenewStatusInfo)
PhysicalCardToRenewStatusInfo.address ● Address! non-null object
registered address to deliver the new physical card
Interfaces
PhysicalCardStatusInfo interface
Physical Card Status Information