OBJECT
DocumentMoneyTransaction
A DocumentMoneyTransaction represents a match between a Document and a MoneyTransaction.
link GraphQL Schema definition
- type DocumentMoneyTransaction {
- : UUID!
- : UUID!
- : UUID
- : UUID
- : UUID
- : Datetime
- : UpdatedTime
- : CreatedTime
- # Reads a single `Document` that is related to this `DocumentMoneyTransaction`.
- : Document!
- # Reads a single `MoneyTransaction` that is related to this
- # `DocumentMoneyTransaction`.
- : MoneyTransaction!
- # Reads a single `User` that is related to this `DocumentMoneyTransaction`.
- : User
- # Reads a single `User` that is related to this `DocumentMoneyTransaction`.
- : User
- }