Transaction
No description
type Transaction {
amount: Float!
comment: String
timestamp: LocalDateTime!
}
Fields
Transaction.amount ● Float! non-null scalar
The amount of this transaction.
Transaction.comment ● String scalar
An optional comment describing the transaction.
Transaction.timestamp ● LocalDateTime! non-null scalar
The timestamp of when the transaction occurred.
Member Of
BankAccount object