Skip to content

Commit

Permalink
Estimates catalog fix (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
xacadil authored Dec 11, 2023
1 parent 11d0633 commit 9e47ef3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions tap_quickbooks/quickbooks/schemas/object_definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -609,22 +609,22 @@
{"name": "SyncToken", "type": "string"},
{"name": "domain", "type": "string"},
{"name": "TxnStatus", "type": "string"},
{"name": "BillEmail", "type": "object", "child_type": "string"},
{"name": "BillEmail", "type": "string"},
{"name": "TxnDate", "type": "string"},
{"name": "TotalAmt", "type": "string"},
{"name": "CustomerRef", "type": "object", "child_type": "string"},
{"name": "ShipAddr", "type": "object", "child_type": "string"},
{"name": "ProjectRef", "type": "object", "child_type": "string"},
{"name": "CustomerRef", "type": "string"},
{"name": "ShipAddr", "type": "string"},
{"name": "ProjectRef", "type": "string"},
{"name": "PrintStatus", "type": "string"},
{"name": "BillAddr", "type": "object", "child_type": "string"},
{"name": "BillAddr", "type": "string"},
{"name": "sparse", "type": "boolean"},
{"name": "EmailStatus", "type": "string"},
{"name": "Line", "type": "array", "child_type": "string"},
{"name": "Line", "type": "string"},
{"name": "ApplyTaxAfterDiscount", "type": "boolean"},
{"name": "CustomField", "type": "array", "child_type": "string"},
{"name": "Id", "type": "string"},
{"name": "TxnTaxDetail", "type": "object", "child_type": "string"},
{"name": "MetaData", "type": "object", "child_type": "string"},
{"name": "TxnTaxDetail", "type": "string"},
{"name":"MetaData", "type": "string"},
{"name": "time", "type": "string"}
]
}

0 comments on commit 9e47ef3

Please sign in to comment.