ViewPhysicalCardPinInput
No description
input ViewPhysicalCardPinInput {
cardId: ID!
consentRedirectUrl: String!
}
Fields
ViewPhysicalCardPinInput.cardId
● ID!
non-null scalar
Unique identifier of a card
ViewPhysicalCardPinInput.consentRedirectUrl
● String!
non-null scalar
URL the user is redirected to after consent has been given
Member Of
viewPhysicalCardPin
mutation