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!
- : UUID!
- : UUID!
- : Date!
- : DocumentRecurringPaymentInterval!
- : Date
- : CreatedTime!
- # Reads a single `Document` that is related to this `DocumentRecurringPayment`.
- : Document!
- }