OBJECT
BankTransaction
link GraphQL Schema definition
- type BankTransaction implements Node {
- # A globally unique identifier. Can be used in various places throughout the
- # system to identify this single value.
- : ID!
- : UUID!
- : UUID!
- : String
- : BankIban
- : BankBic
- : UUID
- : BankTransactionType!
- : Float
- : Float
- : Float!
- : CurrencyCode
- : Float
- : [String]
- : Date!
- : Date
- : [String]
- : UUID
- : UUID
- : UpdatedTime
- : CreatedTime
- # Reads a single `BankAccount` that is related to this `BankTransaction`.
- : BankAccount!
- # Reads a single `PartnerCompany` that is related to this `BankTransaction`.
- : PartnerCompany
- # Reads a single `Document` that is related to this `BankTransaction`.
- : Document
- }