|
32 | 32 | | `paymentMethod` | *JsonNullable\<String>* | :heavy_minus_sign: | Payment method used for the transaction, such as cash, credit card, bank transfer, or check | cash | |
33 | 33 | | `terms` | *JsonNullable\<String>* | :heavy_minus_sign: | Terms of payment. | Net 30 days | |
34 | 34 | | `channel` | *JsonNullable\<String>* | :heavy_minus_sign: | The channel through which the transaction is processed. | email | |
| 35 | +| `issuedMethod` | *JsonNullable\<String>* | :heavy_minus_sign: | Method of issuance of the purchase order for the supplier | Email | |
| 36 | +| `issuedEmail` | *JsonNullable\<String>* | :heavy_minus_sign: | Email address of the person who issued the purchase order for the supplier | john.doe@example.com | |
35 | 37 | | `customMappings` | Map\<String, *Object*> | :heavy_minus_sign: | When custom mappings are configured on the resource, the result is included here. | | |
36 | 38 | | `customFields` | List\<[CustomField](../../models/components/CustomField.md)> | :heavy_minus_sign: | N/A | | |
| 39 | +| `taxDetails` | List\<[LinkedTaxDetail](../../models/components/LinkedTaxDetail.md)> | :heavy_minus_sign: | N/A | | |
| 40 | +| `taxStatusDetails` | List\<[LinkedTaxStatusDetail](../../models/components/LinkedTaxStatusDetail.md)> | :heavy_minus_sign: | N/A | | |
37 | 41 | | `updatedBy` | *JsonNullable\<String>* | :heavy_minus_sign: | The user who last updated the object. | 12345 | |
38 | 42 | | `createdBy` | *JsonNullable\<String>* | :heavy_minus_sign: | The user who created the object. | 12345 | |
39 | 43 | | `updatedAt` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | The date and time when the object was last updated. | 2020-09-30T07:43:32.000Z | |
40 | 44 | | `createdAt` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | The date and time when the object was created. | 2020-09-30T07:43:32.000Z | |
41 | 45 | | `rowVersion` | *JsonNullable\<String>* | :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 | | `passThrough` | List\<[PassThroughBody](../../models/components/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 | | -| `subsidiaryId` | *Optional\<String>* | :heavy_minus_sign: | The subsidiary the supplier belongs to. | 12345 | |
| 47 | +| `subsidiaryId` | *Optional\<String>* | :heavy_minus_sign: | The subsidiary the supplier belongs to. | 12345 | |
| 48 | +| `integrationSystemId` | *Optional\<String>* | :heavy_minus_sign: | The integration system the supplier belongs to. | 12345 | |
0 commit comments