diff --git a/tap_chargebee/schemas/invoices.json b/tap_chargebee/schemas/invoices.json index ac5629a..178e988 100644 --- a/tap_chargebee/schemas/invoices.json +++ b/tap_chargebee/schemas/invoices.json @@ -281,6 +281,18 @@ }, "tax_juris_code": { "type": ["null", "string"] + }, + "tax_amount_in_local_currency": { + "type": [ + "null", + "number" + ] + }, + "local_currency_code": { + "type": [ + "null", + "string" + ] } } } @@ -579,6 +591,12 @@ }, "business_entity_id": { "type": ["null", "string"] + }, + "local_currency_code": { + "type": ["null", "string"] + }, + "local_currency_exchange_rate": { + "type": ["null", "number"] } } }