Skip to main content

BookTransactionInput

No description

input BookTransactionInput {
amount: Float!
clientId: ClientID!
comment: String!
type: CareAccountTypes!
}

Fields

BookTransactionInput.amount ● Float! non-null scalar

The amount of this transaction.

BookTransactionInput.clientId ● ClientID! non-null scalar

The client this transaction is added to.

BookTransactionInput.comment ● String! non-null scalar

An optional comment describing the transaction.

BookTransactionInput.type ● CareAccountTypes! non-null enum

The type of account this transaction should be recorded to.

Member Of

bookTransaction mutation