|
32 | 32 | | `payment_method` | *OptionalNullable[str]* | :heavy_minus_sign: | Payment method used for the transaction, such as cash, credit card, bank transfer, or check | cash |
|
33 | 33 | | `terms` | *OptionalNullable[str]* | :heavy_minus_sign: | Terms of payment. | Net 30 days |
|
34 | 34 | | `channel` | *OptionalNullable[str]* | :heavy_minus_sign: | The channel through which the transaction is processed. | email |
|
| 35 | +| `issued_method` | *OptionalNullable[str]* | :heavy_minus_sign: | Method of issuance of the purchase order for the supplier | Email | |
| 36 | +| `issued_email` | *OptionalNullable[str]* | :heavy_minus_sign: | Email address of the person who issued the purchase order for the supplier | john.doe@example.com | |
35 | 37 | | `custom_mappings` | Dict[str, *Any*] | :heavy_minus_sign: | When custom mappings are configured on the resource, the result is included here. | |
|
36 | 38 | | `custom_fields` | List[[models.CustomField](../models/customfield.md)] | :heavy_minus_sign: | N/A | |
|
| 39 | +| `tax_details` | List[[Nullable[models.LinkedTaxDetail]](../models/linkedtaxdetail.md)] | :heavy_minus_sign: | N/A | | |
| 40 | +| `tax_status_details` | List[[Nullable[models.LinkedTaxStatusDetail]](../models/linkedtaxstatusdetail.md)] | :heavy_minus_sign: | N/A | | |
37 | 41 | | `updated_by` | *OptionalNullable[str]* | :heavy_minus_sign: | The user who last updated the object. | 12345 |
|
38 | 42 | | `created_by` | *OptionalNullable[str]* | :heavy_minus_sign: | The user who created the object. | 12345 |
|
39 | 43 | | `updated_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | The date and time when the object was last updated. | 2020-09-30T07:43:32.000Z |
|
40 | 44 | | `created_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | The date and time when the object was created. | 2020-09-30T07:43:32.000Z |
|
41 | 45 | | `row_version` | *OptionalNullable[str]* | :heavy_minus_sign: | 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. | 1-12345 |
|
42 | 46 | | `pass_through` | List[[models.PassThroughBody](../models/passthroughbody.md)] | :heavy_minus_sign: | The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources. | |
|
43 |
| -| `subsidiary_id` | *Optional[str]* | :heavy_minus_sign: | The subsidiary the supplier belongs to. | 12345 | |
| 47 | +| `subsidiary_id` | *Optional[str]* | :heavy_minus_sign: | The subsidiary the supplier belongs to. | 12345 | |
| 48 | +| `integration_system_id` | *Optional[str]* | :heavy_minus_sign: | The integration system the supplier belongs to. | 12345 | |
0 commit comments