AvaTax
CreateTransactionBatchRequestModel
Represents a create transaction batch request model.
This model is used in the following APIs:
The user-friendly readable name for this batch.
The list of transactions contained in this batch.
Any optional flags provided for this batch
Skips upload-time transaction type, company code existence, and nested model validation when true. The transactions are instead validated individually while BatchV2 processes the batch, and transaction validation failures are written to the batch error file.
This only defers validation. Transactions that omit a company code still inherit the company from the batch URL regardless of this setting.
An explicit value overrides the BatchProcessing configuration default. If omitted, the configured SkipTransactionValidation value is used.