OBJECT

RequestedPaymentTemplate

Requested payment template

link GraphQL Schema definition

  • type RequestedPaymentTemplate {
  • # Whether the template is active or not
  • active_template: Boolean!
  • # The unique identifier of the template
  • id: ID!
  • # The name of the template
  • name: String
  • # The requested payment of the template
  • requested_payment: RequestedPayment
  • }