Skip to main content

ActivatePhysicalCardSuccessPayload

No description

type ActivatePhysicalCardSuccessPayload {
consent: Consent!
physicalCard: PhysicalCard!
}

Fields

ActivatePhysicalCardSuccessPayload.consent ● Consent! non-null object

The consent required to activate this physical card

ActivatePhysicalCardSuccessPayload.physicalCard ● PhysicalCard! non-null object

The physicalCard to activate

Implemented By

ActivatePhysicalCardPayload union