Skip to main content

CancelCardInput

No description

input CancelCardInput {
cardId: ID!
idempotencyKey: String!
individualId: ID
reason: CardActionReason!
reissue: Boolean!
}

Fields

CancelCardInput.cardId ● ID! non-null scalar

The ID of the card to cancel.

CancelCardInput.idempotencyKey ● String! non-null scalar

A key for ensuring request idempotency.

CancelCardInput.individualId ● ID scalar

CancelCardInput.reason ● CardActionReason! non-null enum

The reason the card is being cancelled.

CancelCardInput.reissue ● Boolean! non-null scalar

When true, issues a replacement card in the same operation.

Member Of

cancelCard mutation