Skip to main content

CardsFilterInput

No description

input CardsFilterInput {
benefitIds: [ID!]
benefitTypes: [BenefitType!]
benefitsProgramIds: [ID!]
cardIds: [ID!]
individualIds: [ID!]
last4: [String!]
statuses: [CardStatus!]
types: [CardType!]
userType: CardUserTypeFilter
}

Fields

CardsFilterInput.benefitIds ● [ID!] list scalar

When specified, only returns cards associated with these Benefits. A card matches when the Benefit belongs to the same Benefits Program as the card.

CardsFilterInput.benefitTypes ● [BenefitType!] list enum

When specified, only returns cards associated with Benefits of these types (e.g. HSA). A card matches when its Benefits Program contains a Benefit of one of these types.

CardsFilterInput.benefitsProgramIds ● [ID!] list scalar

When specified, only returns cards associated with these Benefits Programs.

CardsFilterInput.cardIds ● [ID!] list scalar

When specified, only returns these specific cards.

CardsFilterInput.individualIds ● [ID!] list scalar

When specified, only returns cards belonging to these Individuals.

CardsFilterInput.last4 ● [String!] list scalar

When specified, only returns cards whose last four digits match one of these values.

CardsFilterInput.statuses ● [CardStatus!] list enum

When specified, only returns cards in these statuses.

CardsFilterInput.types ● [CardType!] list enum

When specified, only returns cards of these types (physical or virtual).

CardsFilterInput.userType ● CardUserTypeFilter enum

Controls whether account-holder cards, dependent cards, or both are returned. Defaults to account-holder cards only.

Member Of

cards query