CancelCardResult
No description
type CancelCardResult {
cancelledCardId: ID!
reissuedCardId: ID
}
Fields
CancelCardResult.cancelledCardId ● ID! non-null scalar
The ID of the cancelled card.
CancelCardResult.reissuedCardId ● ID scalar
The ID of the replacement card, when reissue was true; otherwise null.
Implemented By
CancelCardResponse union