GraphQL OBJECT

ExtraParameter

X-parameter used in the transaction. X-parameters are components of URLs that are used to pass information through the checkout process.

link Definition

  • type ExtraParameter {
  • # Name of the parameter. Always begins with x-, such as x-source.
  • key: String!
  • # Value of the parameter.
  • value: String!
  • }