Skip to main content

GiftcardReloadInputType

Input for reloading a reloadable giftcard

input GiftcardReloadInputType {
giftcardId: ID!
campaignId: ID
stripeCardId: String
stripeTokenId: String
amount: Float
isNotificationAllowed: Boolean!
}

Fields

GiftcardReloadInputType.giftcardId ● ID! non-null scalar

The ID of the Giftcard

GiftcardReloadInputType.campaignId ● ID scalar

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

GiftcardReloadInputType.stripeCardId ● String scalar

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

GiftcardReloadInputType.stripeTokenId ● String scalar

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

GiftcardReloadInputType.amount ● Float scalar

Reload amount

GiftcardReloadInputType.isNotificationAllowed ● Boolean! non-null scalar

Allow reload notification

Member of

ViewerGiftcardReload mutation