INPUT_OBJECT

ClaimPrimeOfferInput

link GraphQL Schema definition

1input ClaimPrimeOfferInput {
4
2# Unique Identifier for an offer.
3offerID: ID!
9
5# Temporary parameter for indicating that a FGWP offer is being claimed.
6# Long term, we will deprecate this in favor of backend systems flexibly allowing
7# claims of various types.
8isFGWPClaim: Boolean
10}

link Required by