Skip to content

Commit

Permalink
HG-3421 / Add fields to CreditNotesStream's schema
Browse files Browse the repository at this point in the history
  • Loading branch information
hsyyid committed Sep 5, 2024
1 parent 5d0f646 commit 0c44714
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tap_chargebee/schemas/credit_notes.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,15 @@
"currency_code": {
"type": ["null", "string"]
},
"base_currency_code": {
"type": ["null", "string"]
},
"local_currency_code": {
"type": ["null", "string"]
},
"local_currency_exchange_rate": {
"type": ["null", "number"]
},
"exchange_rate": {
"type": ["null", "number"]
},
Expand Down

0 comments on commit 0c44714

Please sign in to comment.