IssuableCardForHsa
Describes a single card product that can be issued for a brand.
type IssuableCardForHsa {
id: ID!
instantIssue: Boolean!
language: SupportedLanguage!
type: HsaCardType!
}
Fields
IssuableCardForHsa.id ● ID! non-null scalar
An identifier for this card product.
IssuableCardForHsa.instantIssue ● Boolean! non-null scalar
Whether or not this card can be instant issued.
IssuableCardForHsa.language ● SupportedLanguage! non-null enum
The language associated with this card product.
IssuableCardForHsa.type ● HsaCardType! non-null enum
The card type defined by this product.