Name | Type | Description | Notes |
---|---|---|---|
id | str | A unique identifier for an object. | [readonly] |
downstream_id | str, none_type | The third-party API ID of original entity | [optional] [readonly] |
display_id | str, none_type | Display ID | [optional] |
display_name | str, none_type | Display name | [optional] |
company_name | str, none_type | The name of the company. | [optional] |
company_id | str, none_type | The company or subsidiary id the transaction belongs to | [optional] |
title | str, none_type | The job title of the person. | [optional] |
first_name | str, none_type | The first name of the person. | [optional] |
middle_name | str, none_type | Middle name of the person. | [optional] |
last_name | str, none_type | The last name of the person. | [optional] |
suffix | str, none_type | [optional] | |
individual | bool, none_type | Is this an individual or business supplier | [optional] |
addresses | [Address] | [optional] | |
phone_numbers | [PhoneNumber] | [optional] | |
emails | [Email] | [optional] | |
websites | [Website] | [optional] | |
bank_accounts | [BankAccount] | [optional] | |
notes | str, none_type | Some notes about this supplier | [optional] |
tax_rate | LinkedTaxRate | [optional] | |
tax_number | str, none_type | [optional] | |
currency | Currency | [optional] | |
account | LinkedLedgerAccount | [optional] | |
status | str, none_type | Supplier status | [optional] |
payment_method | str, none_type | Payment method used for the transaction, such as cash, credit card, bank transfer, or check | [optional] |
channel | str, none_type | The channel through which the transaction is processed. | [optional] |
custom_mappings | {str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type | When custom mappings are configured on the resource, the result is included here. | [optional] [readonly] |
updated_by | str, none_type | The user who last updated the object. | [optional] [readonly] |
created_by | str, none_type | The user who created the object. | [optional] [readonly] |
updated_at | datetime, none_type | The date and time when the object was last updated. | [optional] [readonly] |
created_at | datetime, none_type | The date and time when the object was created. | [optional] [readonly] |
row_version | str, none_type | A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. | [optional] |
pass_through | PassThroughBody | [optional] |