Skip to main content

CardIssuingConfigurationForHsaPayload

Represents the card issuing rules and configuration for the HSA associated with this request.

type CardIssuingConfigurationForHsaPayload {
brand: ID!
dependents: [IssuableCardForHsa!]
metadata: CardIssuingConfigurationMetadata!
primary: [IssuableCardForHsa!]
}

Fields

CardIssuingConfigurationForHsaPayload.brand ● ID! non-null scalar

The Brand associated with this HSA, that defines the card issuing configuration.

CardIssuingConfigurationForHsaPayload.dependents ● [IssuableCardForHsa!] list object

The cards available to issue for dependents on the account. If null, dependent cards are not supported.

CardIssuingConfigurationForHsaPayload.metadata ● CardIssuingConfigurationMetadata! non-null object

Derived metadata based on the content of the primary and dependent cards in this configuration.

CardIssuingConfigurationForHsaPayload.primary ● [IssuableCardForHsa!] list object

The cards available to issue for the primary account holder. If null, card issuing is not supported (when null, dependents should also be null).

Returned by

cardIssuingConfigurationForHsa query