OBJECT

DocumentRecurringPayment

A recurring payment (WKZ / Wiederkehrende Zahlung) schedule attached to a Document. Describes the schedule only; no follow-up documents are generated in Domonda.

link GraphQL Schema definition

  • type DocumentRecurringPayment implements Node {
  • # A globally unique identifier. Can be used in various places throughout the
  • # system to identify this single value.
  • id: ID!
  • rowId: UUID!
  • documentRowId: UUID!
  • startsAt: Date!
  • interval: DocumentRecurringPaymentInterval!
  • endsAt: Date
  • createdAt: CreatedTime!
  • # Reads a single `Document` that is related to this `DocumentRecurringPayment`.
  • documentByDocumentRowId: Document!
  • }