Skip to main content

ReloadableGiftcardUpdateInputType

Input for updating a reloadable giftcard

input ReloadableGiftcardUpdateInputType {
giftcardId: ID!
isReloadingEnabled: Boolean!
reloadThresholdCents: Int!
campaignId: ID
stripeCardId: String
stripeTokenId: String
}

Fields

ReloadableGiftcardUpdateInputType.giftcardId ● ID! non-null scalar

The ID of the Giftcard

ReloadableGiftcardUpdateInputType.isReloadingEnabled ● Boolean! non-null scalar

Whether or not the giftcard should be reloaded on a nightly basis

ReloadableGiftcardUpdateInputType.reloadThresholdCents ● Int! non-null scalar

Dollar amount of the threshold below which the card will be reloaded

ReloadableGiftcardUpdateInputType.campaignId ● ID scalar

ID of the campaign to which the earnings from this card should be directed

ReloadableGiftcardUpdateInputType.stripeCardId ● String scalar

ID of the stripe card that will be used to reload this card

ReloadableGiftcardUpdateInputType.stripeTokenId ● String scalar

ID of the stripe token that will be processed into a stripe card to be used to reload this card

Member of

ViewerReloadableGiftcardUpdate mutation