Skip to main content

HsaGiftCampaignMetadata

Information required to display an HSA gift campaign page

type HsaGiftCampaignMetadata {
description: String
goalAmount: DecimalString
goalAmountForDisplay: String
image: StorageReference
name: PersonName!
referralCode: String!
title: String
}

Fields

HsaGiftCampaignMetadata.description ● String scalar

Optional description for the HSA gift campaign page

HsaGiftCampaignMetadata.goalAmount ● DecimalString scalar

The optional goal amount for the campaign

HsaGiftCampaignMetadata.goalAmountForDisplay ● String scalar

The optional goal amount for the campaign formatted as a monetary string

HsaGiftCampaignMetadata.image ● StorageReference object

Optional image to display on the HSA gift campaign page

HsaGiftCampaignMetadata.name ● PersonName! non-null object

HsaGiftCampaignMetadata.referralCode ● String! non-null scalar

Referral code for HSA gift campaign page

HsaGiftCampaignMetadata.title ● String scalar

Optional title for the HSA gift campaign page

Returned by

hsaGiftCampaignMetadata query

Member of

CreateOrUpdateHsaGiftCampaignPayload object ● PublicHsaGiftCampaignMetadataPayload object