PhysicalCardRenewedStatusInfo
Physical Card Renewed Status Information
type PhysicalCardRenewedStatusInfo implements PhysicalCardStatusInfo {
status: PhysicalCardStatus!
address: Address!
estimatedDeliveryDate: DateTime
trackingNumber: String
shippingProvider: ShippingProvider
isPINReady: Boolean!
newPhysicalCard: BasicPhysicalCardInfo!
}
Fields
PhysicalCardRenewedStatusInfo.status ● PhysicalCardStatus! non-null enum
Physical Card status (always Renewed for type PhysicalCardRenewedStatusInfo).
PhysicalCardRenewedStatusInfo.address ● Address! non-null object
address to deliver the physical card
PhysicalCardRenewedStatusInfo.estimatedDeliveryDate ● DateTime scalar
Estimated delivery date
PhysicalCardRenewedStatusInfo.trackingNumber ● String scalar
Shipping tracking number
PhysicalCardRenewedStatusInfo.shippingProvider ● ShippingProvider enum
Name of the shipping provider
PhysicalCardRenewedStatusInfo.isPINReady ● Boolean! non-null scalar
true if PIN Code is available.
PhysicalCardRenewedStatusInfo.newPhysicalCard ● BasicPhysicalCardInfo! non-null object
New physical Card info
Interfaces
PhysicalCardStatusInfo interface
Physical Card Status Information