Skip to main content

ReloadIntentCreateInput

Attributes for creating a reload intent

input ReloadIntentCreateInput {
giftcardId: ID!
campaignId: ID!
reloadAmountCents: Int!
recaptchaToken: String
devicePlatform: PlatformEnum!
}

Fields

ReloadIntentCreateInput.giftcardId ● ID! non-null scalar

ID of the giftcard to be reloaded

ReloadIntentCreateInput.campaignId ● ID! non-null scalar

ID of the campaign to get the cashback

ReloadIntentCreateInput.reloadAmountCents ● Int! non-null scalar

Amount of the reload

ReloadIntentCreateInput.recaptchaToken ● String scalar

The Recaptcha Token

ReloadIntentCreateInput.devicePlatform ● PlatformEnum! non-null enum

Platform of device, ex: ANDROID or IOS

Member of

ReloadIntentCreate mutation