OBJECT

DocumentRecurringPaymentsEdge

A DocumentRecurringPayment edge in the connection.

link GraphQL Schema definition

  • type DocumentRecurringPaymentsEdge {
  • # A cursor for use in pagination.
  • cursor: Cursor
  • # The `DocumentRecurringPayment` at the end of the edge.
  • node: DocumentRecurringPayment!
  • }