UnlockCardForHsaPayload
Represents the successful result of unlocking a card for an HSA.
type UnlockCardForHsaPayload {
card: HsaCard!
}
Fields
UnlockCardForHsaPayload.card
● HsaCard!
non-null object
The card that was unlocked.
Returned by
unlockCardForHsa
mutation