INPUT_OBJECT

RequestedPaymentTemplateInput

Payload for a requested payment template

link GraphQL Schema definition

  • input RequestedPaymentTemplateInput {
  • # Whether or not the requested payment template is active
  • active_template: Boolean
  • # The ID of the requested payment template
  • id: ID
  • # The graphql_name of the requested payment template
  • name: String
  • }