LedgerEntryInput
No description
input LedgerEntryInput {
amount: Decimal!
ledger: ID!
}
Fields
LedgerEntryInput.amount ● Decimal! non-null scalar
Amount of the entry
LedgerEntryInput.ledger ● ID! non-null scalar
ID of the ledger to insert the amount into
Member Of
JournalEntryCorrectInput input