|
32 | 32 | | `PaymentMethod` | *string* | :heavy_minus_sign: | Payment method used for the transaction, such as cash, credit card, bank transfer, or check | cash | |
33 | 33 | | `Terms` | *string* | :heavy_minus_sign: | Terms of payment. | Net 30 days | |
34 | 34 | | `Channel` | *string* | :heavy_minus_sign: | The channel through which the transaction is processed. | email | |
| 35 | +| `IssuedMethod` | *string* | :heavy_minus_sign: | Method of issuance of the purchase order for the supplier | Email | |
| 36 | +| `IssuedEmail` | *string * | :heavy_minus_sign: | Email address of the person who issued the purchase order for the supplier | [email protected] | |
35 | 37 | | `CustomMappings` | Dictionary<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` | *string* | :heavy_minus_sign: | The user who last updated the object. | 12345 | |
38 | 42 | | `CreatedBy` | *string* | :heavy_minus_sign: | The user who created the object. | 12345 | |
39 | 43 | | `UpdatedAt` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | The date and time when the object was last updated. | 2020-09-30T07:43:32.000Z | |
40 | 44 | | `CreatedAt` | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0) | :heavy_minus_sign: | The date and time when the object was created. | 2020-09-30T07:43:32.000Z | |
41 | 45 | | `RowVersion` | *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` | *string* | :heavy_minus_sign: | The subsidiary the supplier belongs to. | 12345 | |
| 47 | +| `SubsidiaryId` | *string* | :heavy_minus_sign: | The subsidiary the supplier belongs to. | 12345 | |
| 48 | +| `IntegrationSystemId` | *string* | :heavy_minus_sign: | The integration system the supplier belongs to. | 12345 | |
0 commit comments