Avalara · Schema

CommitTransactionModel

Taxes

Properties

Name Type Description
commit boolean Set to true to commit the transaction
View JSON Schema on GitHub

JSON Schema

avalara-committransactionmodel-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CommitTransactionModel",
  "title": "CommitTransactionModel",
  "type": "object",
  "required": [
    "commit"
  ],
  "properties": {
    "commit": {
      "type": "boolean",
      "description": "Set to true to commit the transaction"
    }
  }
}