INPUT_OBJECT

RequestedPayerInput

Payload for a requested payer

link GraphQL Schema definition

  • input RequestedPayerInput {
  • # The address of the requested payer
  • address: String
  • # The email of the requested payer
  • email: String
  • # The ID of the requested payer
  • id: ID
  • # The graphql_name of the requested payer
  • name: String
  • }