TaxLotCreationError
Error information for a failed tax lot creation.
type TaxLotCreationError {
error: String!
index: Int!
}
Fields
TaxLotCreationError.error ● String! non-null scalar
Error message describing what went wrong
TaxLotCreationError.index ● Int! non-null scalar
Index of the tax lot in the input array that failed
Member Of
CreateManualTaxLotsBulk object