CreateExpenseLineInput
Provides the fields and values to use when creating an expense line.
input CreateExpenseLineInput {
quantity: Decimal
amount: Decimal
unit: ProductUnit
discount: Decimal
notes: String
taxId: ID
sortOrder: Int
}
Fields
CreateExpenseLineInput.quantity
● Decimal
scalar
The expense line's quantity.
CreateExpenseLineInput.amount
● Decimal
scalar
The expense line's amount.
CreateExpenseLineInput.unit
● ProductUnit
enum
The expense line's unit.
CreateExpenseLineInput.discount
● Decimal
scalar
The expense line's discount.
CreateExpenseLineInput.notes
● String
scalar
The expense line's notes.
CreateExpenseLineInput.taxId
● ID
scalar
The expense line's tax.
CreateExpenseLineInput.sortOrder
● Int
scalar
The expense line's sort order.
Member Of
CreateExpenseLinesInput
input ● UpdateExpenseLinesInput
input