refactor xero__net_fees_by_deal

This commit is contained in:
Joaquin 2025-04-25 11:55:14 +02:00
parent 0ffcfca6a8
commit 423457126f
4 changed files with 44 additions and 9 deletions

View file

@ -661,6 +661,32 @@ models:
data_type: character varying
description: Xero's unique identifier for the credit note.
- name: credit_note_issued_at_utc
data_type: timestamp with time zone
description: Date on which the credit note was issued.
- name: credit_note_status
data_type: character varying
description: |
The status of the credit note.
Can be one of: PAID, VOIDED, DRAFT, DELETED, AUTHORISED, SUBMITTED.
data_tests:
- not_null
- accepted_values:
values:
- PAID
- VOIDED
- DRAFT
- DELETED
- AUTHORISED
- SUBMITTED
- name: id_contact
data_type: text
description: |
Xero's unique id for the contact related to this transaction.
- name: id_line_item
data_type: text
description: Xero's unique identifier for the line item.