From 877b8393b4e938cb1b850423249be0eec3438d81 Mon Sep 17 00:00:00 2001 From: fern-api <115122769+fern-api[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 23:40:04 +0000 Subject: [PATCH] SDK regeneration --- reference.md | 14317 +++++++++++++++- src/Merge.Client.sln | 20 +- .../Accounting/AccountingClient.cs | 6 + .../AccountingPeriodsClient.cs | 4 + .../AccountingPeriodsRetrieveRequest.cs | 5 + .../Accounting/Accounts/AccountsClient.cs | 8 + .../Accounts/Requests/AccountsListRequest.cs | 5 + .../Requests/AccountsRetrieveRequest.cs | 5 + .../Accounting/Addresses/AddressesClient.cs | 4 + .../Requests/AddressesRetrieveRequest.cs | 5 + .../Attachments/AttachmentsClient.cs | 4 + .../Requests/AttachmentsRetrieveRequest.cs | 5 + .../Requests/AuditTrailListRequest.cs | 2 +- .../BalanceSheets/BalanceSheetsClient.cs | 4 + .../Requests/BalanceSheetsRetrieveRequest.cs | 5 + .../BankFeedAccountsClient.cs | 4 + .../BankFeedAccountsRetrieveRequest.cs | 5 + .../BankFeedTransactionsClient.cs | 4 + .../BankFeedTransactionsRetrieveRequest.cs | 5 + .../CashFlowStatementsClient.cs | 4 + .../CashFlowStatementsRetrieveRequest.cs | 5 + .../CompanyInfo/CompanyInfoClient.cs | 4 + .../Requests/CompanyInfoRetrieveRequest.cs | 5 + .../Accounting/Contacts/ContactsClient.cs | 4 + .../Requests/ContactsRetrieveRequest.cs | 5 + .../CreditNotes/CreditNotesClient.cs | 4 + .../Requests/CreditNotesRetrieveRequest.cs | 5 + .../Accounting/Employees/EmployeesClient.cs | 4 + .../Requests/EmployeesRetrieveRequest.cs | 5 + .../Accounting/Expenses/ExpensesClient.cs | 4 + .../Requests/ExpensesRetrieveRequest.cs | 5 + .../ForceResync/ForceResyncClient.cs | 2 +- .../GeneralLedgerTransactionsClient.cs | 4 + ...eneralLedgerTransactionsRetrieveRequest.cs | 5 + .../IncomeStatementsClient.cs | 4 + .../IncomeStatementsRetrieveRequest.cs | 5 + .../Accounting/Invoices/InvoicesClient.cs | 4 + .../Requests/InvoicesRetrieveRequest.cs | 5 + .../Types/InvoicesListRequestExpand.cs | 9530 +++++++++- .../Types/InvoicesRetrieveRequestExpand.cs | 9530 +++++++++- .../Accounting/Items/ItemsClient.cs | 4 + .../Items/Requests/ItemsRetrieveRequest.cs | 5 + .../JournalEntries/JournalEntriesClient.cs | 4 + .../Requests/JournalEntriesRetrieveRequest.cs | 5 + .../PaymentMethods/PaymentMethodsClient.cs | 141 + .../Requests/PaymentMethodsListRequest.cs | 36 + .../Requests/PaymentMethodsRetrieveRequest.cs | 21 + .../PaymentTerms/PaymentTermsClient.cs | 149 + .../Requests/PaymentTermsListRequest.cs | 41 + .../Requests/PaymentTermsRetrieveRequest.cs | 26 + .../Accounting/Payments/PaymentsClient.cs | 4 + .../Requests/PaymentsRetrieveRequest.cs | 5 + .../Types/PaymentsListRequestExpand.cs | 212 + .../Types/PaymentsRetrieveRequestExpand.cs | 212 + .../PhoneNumbers/PhoneNumbersClient.cs | 4 + .../Requests/PhoneNumbersRetrieveRequest.cs | 5 + .../PurchaseOrders/PurchaseOrdersClient.cs | 4 + .../Requests/PurchaseOrdersRetrieveRequest.cs | 5 + .../Types/PurchaseOrdersListRequestExpand.cs | 212 + .../PurchaseOrdersRetrieveRequestExpand.cs | 212 + .../Accounting/SyncStatus/SyncStatusClient.cs | 2 +- .../TaxRates/Requests/TaxRatesListRequest.cs | 5 + .../Requests/TaxRatesRetrieveRequest.cs | 5 + .../Accounting/TaxRates/TaxRatesClient.cs | 8 + .../Requests/TrackingCategoriesListRequest.cs | 5 + .../TrackingCategoriesRetrieveRequest.cs | 5 + .../TrackingCategoriesClient.cs | 8 + .../Requests/TransactionsRetrieveRequest.cs | 5 + .../Transactions/TransactionsClient.cs | 4 + .../Accounting/Types/AccountToken.cs | 3 + .../Accounting/Types/AuditLogEvent.cs | 1 + .../Accounting/Types/EventTypeEnum.cs | 3 + .../Types/ExternalTargetFieldApiResponse.cs | 6 + .../Types/FieldMappingApiInstanceResponse.cs | 6 + src/Merge.Client/Accounting/Types/Invoice.cs | 6 + .../Accounting/Types/InvoiceRequest.cs | 6 + ...tusStatusEnum.cs => LastSyncResultEnum.cs} | 4 +- .../Accounting/Types/MethodTypeEnum.cs | 24 + .../Types/PaginatedPaymentMethodList.cs | 21 + .../Types/PaginatedPaymentTermList.cs | 21 + .../Accounting/Types/PatchedPaymentRequest.cs | 6 + src/Merge.Client/Accounting/Types/Payment.cs | 6 + .../Accounting/Types/PaymentMethod.cs | 69 + .../Accounting/Types/PaymentRequest.cs | 6 + .../Accounting/Types/PaymentTerm.cs | 76 + .../Accounting/Types/PurchaseOrder.cs | 6 + .../Accounting/Types/PurchaseOrderRequest.cs | 6 + .../Accounting/Types/RemoteField.cs | 2 +- .../Types/RemoteFieldApiResponse.cs | 6 + .../Accounting/Types/StatusFd5Enum.cs | 27 + .../Accounting/Types/SyncStatus.cs | 8 +- .../Requests/VendorCreditsRetrieveRequest.cs | 5 + .../VendorCredits/VendorCreditsClient.cs | 4 + .../Ats/Activities/ActivitiesClient.cs | 4 + .../Requests/ActivitiesRetrieveRequest.cs | 5 + .../Ats/Applications/ApplicationsClient.cs | 4 + .../Requests/ApplicationsRetrieveRequest.cs | 5 + .../Ats/Attachments/AttachmentsClient.cs | 4 + .../Requests/AttachmentsRetrieveRequest.cs | 5 + .../Requests/AuditTrailListRequest.cs | 2 +- .../Ats/Candidates/CandidatesClient.cs | 4 + .../Requests/CandidatesRetrieveRequest.cs | 5 + .../Ats/Departments/DepartmentsClient.cs | 4 + .../Requests/DepartmentsRetrieveRequest.cs | 5 + src/Merge.Client/Ats/Eeocs/EeocsClient.cs | 4 + .../Eeocs/Requests/EeocsRetrieveRequest.cs | 5 + .../Ats/ForceResync/ForceResyncClient.cs | 2 +- .../Ats/Interviews/InterviewsClient.cs | 4 + .../Requests/InterviewsRetrieveRequest.cs | 5 + .../JobInterviewStagesClient.cs | 4 + .../JobInterviewStagesRetrieveRequest.cs | 5 + .../Ats/JobPostings/JobPostingsClient.cs | 4 + .../Requests/JobPostingsRetrieveRequest.cs | 5 + src/Merge.Client/Ats/Jobs/JobsClient.cs | 4 + .../Ats/Jobs/Requests/JobsRetrieveRequest.cs | 5 + src/Merge.Client/Ats/Offers/OffersClient.cs | 4 + .../Offers/Requests/OffersRetrieveRequest.cs | 5 + src/Merge.Client/Ats/Offices/OfficesClient.cs | 4 + .../Requests/OfficesRetrieveRequest.cs | 5 + .../Ats/RejectReasons/RejectReasonsClient.cs | 4 + .../Requests/RejectReasonsRetrieveRequest.cs | 5 + .../Requests/ScorecardsRetrieveRequest.cs | 5 + .../Ats/Scorecards/ScorecardsClient.cs | 4 + .../Ats/SyncStatus/SyncStatusClient.cs | 2 +- src/Merge.Client/Ats/Types/AccountToken.cs | 3 + src/Merge.Client/Ats/Types/AuditLogEvent.cs | 1 + src/Merge.Client/Ats/Types/EventTypeEnum.cs | 3 + ...tusStatusEnum.cs => LastSyncResultEnum.cs} | 4 +- src/Merge.Client/Ats/Types/StatusFd5Enum.cs | 27 + src/Merge.Client/Ats/Types/SyncStatus.cs | 8 +- .../Users/Requests/UsersRetrieveRequest.cs | 5 + src/Merge.Client/Ats/Users/UsersClient.cs | 4 + src/Merge.Client/Core/Public/Version.cs | 2 +- .../Crm/Accounts/AccountsClient.cs | 4 + .../Requests/AccountsRetrieveRequest.cs | 5 + .../AssociationTypesClient.cs | 4 + ...tClassesAssociationTypesRetrieveRequest.cs | 5 + .../Requests/AuditTrailListRequest.cs | 2 +- .../Crm/Contacts/ContactsClient.cs | 4 + .../Requests/ContactsRetrieveRequest.cs | 5 + .../CustomObjectClassesClient.cs | 4 + .../CustomObjectClassesRetrieveRequest.cs | 5 + .../Crm/CustomObjects/CustomObjectsClient.cs | 4 + ...jectClassesCustomObjectsRetrieveRequest.cs | 5 + .../EngagementTypes/EngagementTypesClient.cs | 4 + .../EngagementTypesRetrieveRequest.cs | 5 + .../Crm/Engagements/EngagementsClient.cs | 4 + .../Requests/EngagementsRetrieveRequest.cs | 5 + .../Crm/ForceResync/ForceResyncClient.cs | 2 +- src/Merge.Client/Crm/Leads/LeadsClient.cs | 4 + .../Leads/Requests/LeadsRetrieveRequest.cs | 5 + src/Merge.Client/Crm/Notes/NotesClient.cs | 4 + .../Notes/Requests/NotesRetrieveRequest.cs | 5 + .../Crm/Opportunities/OpportunitiesClient.cs | 4 + .../Requests/OpportunitiesRetrieveRequest.cs | 5 + .../Stages/Requests/StagesRetrieveRequest.cs | 5 + src/Merge.Client/Crm/Stages/StagesClient.cs | 4 + .../Tasks/Requests/TasksRetrieveRequest.cs | 5 + src/Merge.Client/Crm/Tasks/TasksClient.cs | 4 + src/Merge.Client/Crm/Types/AccountToken.cs | 3 + src/Merge.Client/Crm/Types/AuditLogEvent.cs | 1 + src/Merge.Client/Crm/Types/EventTypeEnum.cs | 3 + ...tusStatusEnum.cs => LastSyncResultEnum.cs} | 4 +- src/Merge.Client/Crm/Types/RemoteField.cs | 2 +- src/Merge.Client/Crm/Types/StatusFd5Enum.cs | 27 + src/Merge.Client/Crm/Types/SyncStatus.cs | 8 +- .../Users/Requests/UsersRetrieveRequest.cs | 5 + src/Merge.Client/Crm/Users/UsersClient.cs | 4 + .../Requests/AuditTrailListRequest.cs | 2 +- .../Filestorage/Drives/DrivesClient.cs | 4 + .../Drives/Requests/DrivesRetrieveRequest.cs | 5 + .../Filestorage/Files/FilesClient.cs | 132 +- .../FilesDownloadRequestMetaListRequest.cs | 31 + ...FilesDownloadRequestMetaRetrieveRequest.cs | 16 + .../Requests/FilesDownloadRetrieveRequest.cs | 5 + .../Files/Requests/FilesRetrieveRequest.cs | 5 + .../Filestorage/Folders/FoldersClient.cs | 4 + .../Requests/FoldersRetrieveRequest.cs | 5 + .../ForceResync/ForceResyncClient.cs | 2 +- .../Filestorage/Groups/GroupsClient.cs | 4 + .../Groups/Requests/GroupsRetrieveRequest.cs | 5 + .../Filestorage/Types/AccountToken.cs | 3 + .../Filestorage/Types/AuditLogEvent.cs | 1 + .../Filestorage/Types/DownloadRequestMeta.cs | 27 + .../Filestorage/Types/EventTypeEnum.cs | 3 + ...tusStatusEnum.cs => LastSyncResultEnum.cs} | 4 +- .../Types/PaginatedDownloadRequestMetaList.cs | 21 + .../Filestorage/Types/StatusFd5Enum.cs | 27 + .../Filestorage/Types/SyncStatus.cs | 8 +- .../Users/Requests/UsersRetrieveRequest.cs | 5 + .../Filestorage/Users/UsersClient.cs | 4 + .../Requests/AuditTrailListRequest.cs | 2 +- .../Hris/BankInfo/BankInfoClient.cs | 4 + .../Requests/BankInfoRetrieveRequest.cs | 5 + .../Hris/Benefits/BenefitsClient.cs | 4 + .../Requests/BenefitsRetrieveRequest.cs | 5 + .../Hris/Companies/CompaniesClient.cs | 4 + .../Requests/CompaniesRetrieveRequest.cs | 5 + .../Hris/Dependents/DependentsClient.cs | 4 + .../Requests/DependentsRetrieveRequest.cs | 5 + .../EmployeePayrollRunsClient.cs | 4 + .../EmployeePayrollRunsRetrieveRequest.cs | 5 + .../Hris/Employees/EmployeesClient.cs | 4 + .../Requests/EmployeesRetrieveRequest.cs | 5 + .../EmployerBenefitsClient.cs | 4 + .../EmployerBenefitsRetrieveRequest.cs | 5 + .../Hris/Employments/EmploymentsClient.cs | 4 + .../Requests/EmploymentsRetrieveRequest.cs | 5 + .../Hris/ForceResync/ForceResyncClient.cs | 2 +- src/Merge.Client/Hris/Groups/GroupsClient.cs | 4 + .../Groups/Requests/GroupsRetrieveRequest.cs | 5 + .../Hris/Locations/LocationsClient.cs | 4 + .../Requests/LocationsRetrieveRequest.cs | 5 + .../Hris/PayGroups/PayGroupsClient.cs | 4 + .../Requests/PayGroupsRetrieveRequest.cs | 5 + .../Hris/PayrollRuns/PayrollRunsClient.cs | 4 + .../Requests/PayrollRunsRetrieveRequest.cs | 5 + .../Hris/SyncStatus/SyncStatusClient.cs | 2 +- .../Teams/Requests/TeamsRetrieveRequest.cs | 5 + src/Merge.Client/Hris/Teams/TeamsClient.cs | 4 + .../Requests/TimeOffRetrieveRequest.cs | 5 + .../Hris/TimeOff/TimeOffClient.cs | 4 + .../TimeOffBalancesRetrieveRequest.cs | 5 + .../TimeOffBalances/TimeOffBalancesClient.cs | 4 + .../TimesheetEntriesRetrieveRequest.cs | 5 + .../TimesheetEntriesClient.cs | 4 + src/Merge.Client/Hris/Types/AccountToken.cs | 3 + src/Merge.Client/Hris/Types/AuditLogEvent.cs | 1 + src/Merge.Client/Hris/Types/EventTypeEnum.cs | 3 + src/Merge.Client/Hris/Types/Group.cs | 12 +- ...tusStatusEnum.cs => LastSyncResultEnum.cs} | 4 +- src/Merge.Client/Hris/Types/StatusFd5Enum.cs | 27 + src/Merge.Client/Hris/Types/SyncStatus.cs | 8 +- src/Merge.Client/Merge.Client.csproj | 2 +- src/Merge.Client/Merge.cs | 2 +- .../Ticketing/Accounts/AccountsClient.cs | 4 + .../Requests/AccountsRetrieveRequest.cs | 5 + .../Attachments/AttachmentsClient.cs | 10 +- .../AttachmentsDownloadRetrieveRequest.cs | 5 + .../Requests/AttachmentsRetrieveRequest.cs | 5 + .../Requests/AuditTrailListRequest.cs | 2 +- .../Collections/CollectionsClient.cs | 84 +- .../Requests/CollectionsListRequest.cs | 2 +- .../Requests/CollectionsRetrieveRequest.cs | 7 +- .../Requests/CollectionsViewersListRequest.cs | 41 + .../Types/CollectionsListRequestExpand.cs | 18 - .../Types/CollectionsRetrieveRequestExpand.cs | 18 - .../CollectionsViewersListRequestExpand.cs | 18 + .../Ticketing/Comments/CommentsClient.cs | 4 + .../Requests/CommentsRetrieveRequest.cs | 5 + .../Ticketing/Contacts/ContactsClient.cs | 4 + .../Requests/ContactsRetrieveRequest.cs | 5 + .../ForceResync/ForceResyncClient.cs | 2 +- .../Ticketing/Projects/ProjectsClient.cs | 4 + .../Requests/ProjectsRetrieveRequest.cs | 5 + .../Roles/Requests/RolesRetrieveRequest.cs | 5 + .../Ticketing/Roles/RolesClient.cs | 4 + .../Ticketing/SyncStatus/SyncStatusClient.cs | 2 +- .../Tags/Requests/TagsRetrieveRequest.cs | 5 + src/Merge.Client/Ticketing/Tags/TagsClient.cs | 4 + .../Teams/Requests/TeamsRetrieveRequest.cs | 5 + .../Ticketing/Teams/TeamsClient.cs | 4 + .../TicketsRemoteFieldClassesListRequest.cs | 5 + .../Requests/TicketsRetrieveRequest.cs | 5 + .../Ticketing/Tickets/TicketsClient.cs | 10 +- .../Ticketing/Types/AccountToken.cs | 3 + .../Ticketing/Types/AuditLogEvent.cs | 1 + .../Ticketing/Types/Collection.cs | 3 - .../Ticketing/Types/EventTypeEnum.cs | 3 + ...tusStatusEnum.cs => LastSyncResultEnum.cs} | 4 +- .../Ticketing/Types/PatchedTicketRequest.cs | 4 +- .../Ticketing/Types/RemoteField.cs | 2 +- .../Ticketing/Types/StatusFd5Enum.cs | 27 + .../Ticketing/Types/SyncStatus.cs | 8 +- src/Merge.Client/Ticketing/Types/Ticket.cs | 4 +- .../Ticketing/Types/TicketRequest.cs | 4 +- .../Users/Requests/UsersListRequest.cs | 5 + .../Users/Requests/UsersRetrieveRequest.cs | 5 + .../Ticketing/Users/UsersClient.cs | 8 + 279 files changed, 36168 insertions(+), 345 deletions(-) create mode 100644 src/Merge.Client/Accounting/PaymentMethods/PaymentMethodsClient.cs create mode 100644 src/Merge.Client/Accounting/PaymentMethods/Requests/PaymentMethodsListRequest.cs create mode 100644 src/Merge.Client/Accounting/PaymentMethods/Requests/PaymentMethodsRetrieveRequest.cs create mode 100644 src/Merge.Client/Accounting/PaymentTerms/PaymentTermsClient.cs create mode 100644 src/Merge.Client/Accounting/PaymentTerms/Requests/PaymentTermsListRequest.cs create mode 100644 src/Merge.Client/Accounting/PaymentTerms/Requests/PaymentTermsRetrieveRequest.cs rename src/Merge.Client/Accounting/Types/{SyncStatusStatusEnum.cs => LastSyncResultEnum.cs} (82%) create mode 100644 src/Merge.Client/Accounting/Types/MethodTypeEnum.cs create mode 100644 src/Merge.Client/Accounting/Types/PaginatedPaymentMethodList.cs create mode 100644 src/Merge.Client/Accounting/Types/PaginatedPaymentTermList.cs create mode 100644 src/Merge.Client/Accounting/Types/PaymentMethod.cs create mode 100644 src/Merge.Client/Accounting/Types/PaymentTerm.cs create mode 100644 src/Merge.Client/Accounting/Types/StatusFd5Enum.cs rename src/Merge.Client/Ats/Types/{SyncStatusStatusEnum.cs => LastSyncResultEnum.cs} (82%) create mode 100644 src/Merge.Client/Ats/Types/StatusFd5Enum.cs rename src/Merge.Client/Crm/Types/{SyncStatusStatusEnum.cs => LastSyncResultEnum.cs} (82%) create mode 100644 src/Merge.Client/Crm/Types/StatusFd5Enum.cs create mode 100644 src/Merge.Client/Filestorage/Files/Requests/FilesDownloadRequestMetaListRequest.cs create mode 100644 src/Merge.Client/Filestorage/Files/Requests/FilesDownloadRequestMetaRetrieveRequest.cs create mode 100644 src/Merge.Client/Filestorage/Types/DownloadRequestMeta.cs rename src/Merge.Client/Filestorage/Types/{SyncStatusStatusEnum.cs => LastSyncResultEnum.cs} (82%) create mode 100644 src/Merge.Client/Filestorage/Types/PaginatedDownloadRequestMetaList.cs create mode 100644 src/Merge.Client/Filestorage/Types/StatusFd5Enum.cs rename src/Merge.Client/Hris/Types/{SyncStatusStatusEnum.cs => LastSyncResultEnum.cs} (82%) create mode 100644 src/Merge.Client/Hris/Types/StatusFd5Enum.cs create mode 100644 src/Merge.Client/Ticketing/Collections/Requests/CollectionsViewersListRequest.cs delete mode 100644 src/Merge.Client/Ticketing/Collections/Types/CollectionsListRequestExpand.cs delete mode 100644 src/Merge.Client/Ticketing/Collections/Types/CollectionsRetrieveRequestExpand.cs create mode 100644 src/Merge.Client/Ticketing/Collections/Types/CollectionsViewersListRequestExpand.cs rename src/Merge.Client/Ticketing/Types/{SyncStatusStatusEnum.cs => LastSyncResultEnum.cs} (82%) create mode 100644 src/Merge.Client/Ticketing/Types/StatusFd5Enum.cs diff --git a/reference.md b/reference.md index 44266a18..fe3c70de 100644 --- a/reference.md +++ b/reference.md @@ -3738,7 +3738,7 @@ await client.Ats.Scorecards.RetrieveAsync("id", new ScorecardsRetrieveRequest())
-Get syncing status. Possible values: `DISABLED`, `DONE`, `FAILED`, `PARTIALLY_SYNCED`, `PAUSED`, `SYNCING`. Learn more about sync status in our [Help Center](https://help.merge.dev/en/articles/8184193-merge-sync-statuses). +Get sync status for the current sync and the most recently finished sync. `last_sync_start` represents the most recent time any sync began. `last_sync_finished` represents the most recent time any sync completed. These timestamps may correspond to different sync instances which may result in a sync start time being later than a separate sync completed time. To ensure you are retrieving the latest available data reference the `last_sync_finished` timestamp where `last_sync_result` is `DONE`. Possible values for `status` and `last_sync_result` are `DISABLED`, `DONE`, `FAILED`, `PARTIALLY_SYNCED`, `PAUSED`, `SYNCING`. Learn more about sync status in our [Help Center](https://help.merge.dev/en/articles/8184193-merge-sync-statuses).
@@ -3793,7 +3793,7 @@ await client.Ats.SyncStatus.ListAsync(new SyncStatusListRequest());
-Force re-sync of all models. This is available for all organizations via the dashboard. Force re-sync is also available programmatically via API for monthly, quarterly, and highest sync frequency customers on the Professional or Enterprise plans. Doing so will consume a sync credit for the relevant linked account. +Force re-sync of all models. This endpoint is available for monthly, quarterly, and highest sync frequency customers on the Professional or Enterprise plans. Doing so will consume a sync credit for the relevant linked account. Force re-syncs can also be triggered manually in the Merge Dashboard and is available for all customers.
@@ -8798,7 +8798,7 @@ await client.Crm.SyncStatus.ListAsync(new SyncStatusListRequest());
-Force re-sync of all models. This is available for all organizations via the dashboard. Force re-sync is also available programmatically via API for monthly, quarterly, and highest sync frequency customers on the Professional or Enterprise plans. Doing so will consume a sync credit for the relevant linked account. +Force re-sync of all models. This endpoint is available for monthly, quarterly, and highest sync frequency customers on the Professional or Enterprise plans. Doing so will consume a sync credit for the relevant linked account. Force re-syncs can also be triggered manually in the Merge Dashboard and is available for all customers.
@@ -10725,7 +10725,7 @@ Returns the `File` content with the given `id` as a stream of bytes. ```csharp await client.Filestorage.Files.DownloadRetrieveAsync( "string", - new FilesDownloadRetrieveRequest { MimeType = "string" } + new FilesDownloadRetrieveRequest { IncludeShellData = true, MimeType = "string" } ); ``` @@ -10757,6 +10757,127 @@ await client.Filestorage.Files.DownloadRetrieveAsync( + + + + +
client.Filestorage.Files.DownloadRequestMetaRetrieveAsync(id, FilesDownloadRequestMetaRetrieveRequest { ... }) -> DownloadRequestMeta +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns metadata to construct an authenticated file download request for a singular file, allowing you to download file directly from the third-party. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Filestorage.Files.DownloadRequestMetaRetrieveAsync( + "id", + new FilesDownloadRequestMetaRetrieveRequest() +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+ +
+
+ +**request:** `FilesDownloadRequestMetaRetrieveRequest` + +
+
+
+
+ + +
+
+
+ +
client.Filestorage.Files.DownloadRequestMetaListAsync(FilesDownloadRequestMetaListRequest { ... }) -> PaginatedDownloadRequestMetaList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns metadata to construct authenticated file download requests, allowing you to download files directly from the third-party. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Filestorage.Files.DownloadRequestMetaListAsync( + new FilesDownloadRequestMetaListRequest() +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `FilesDownloadRequestMetaListRequest` + +
+
+
+
+ +
@@ -11475,4 +11596,14190 @@ await client.Filestorage.Passthrough.CreateAsync( - \ No newline at end of file + + + +## Filestorage RegenerateKey +
client.Filestorage.RegenerateKey.CreateAsync(RemoteKeyForRegenerationRequest { ... }) -> Filestorage.RemoteKey +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Exchange remote keys. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Filestorage.RegenerateKey.CreateAsync( + new RemoteKeyForRegenerationRequest { Name = "Remote Deployment Key 1" } +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `RemoteKeyForRegenerationRequest` + +
+
+
+
+ + +
+
+
+ +## Filestorage SyncStatus +
client.Filestorage.SyncStatus.ListAsync(SyncStatusListRequest { ... }) -> Filestorage.PaginatedSyncStatusList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Get syncing status. Possible values: `DISABLED`, `DONE`, `FAILED`, `PARTIALLY_SYNCED`, `PAUSED`, `SYNCING`. Learn more about sync status in our [Help Center](https://help.merge.dev/en/articles/8184193-merge-sync-statuses). +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Filestorage.SyncStatus.ListAsync(new SyncStatusListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `SyncStatusListRequest` + +
+
+
+
+ + +
+
+
+ +## Filestorage ForceResync +
client.Filestorage.ForceResync.SyncStatusResyncCreateAsync() -> IEnumerable +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Force re-sync of all models. This endpoint is available for monthly, quarterly, and highest sync frequency customers on the Professional or Enterprise plans. Doing so will consume a sync credit for the relevant linked account. Force re-syncs can also be triggered manually in the Merge Dashboard and is available for all customers. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Filestorage.ForceResync.SyncStatusResyncCreateAsync(); +``` +
+
+
+
+ + +
+
+
+ +## Filestorage Users +
client.Filestorage.Users.ListAsync(UsersListRequest { ... }) -> Filestorage.PaginatedUserList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `User` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Filestorage.Users.ListAsync(new UsersListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `UsersListRequest` + +
+
+
+
+ + +
+
+
+ +
client.Filestorage.Users.RetrieveAsync(id, UsersRetrieveRequest { ... }) -> Filestorage.User +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a `User` object with the given `id`. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Filestorage.Users.RetrieveAsync("id", new UsersRetrieveRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+ +
+
+ +**request:** `UsersRetrieveRequest` + +
+
+
+
+ + +
+
+
+ +## Filestorage WebhookReceivers +
client.Filestorage.WebhookReceivers.ListAsync() -> IEnumerable +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `WebhookReceiver` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Filestorage.WebhookReceivers.ListAsync(); +``` +
+
+
+
+ + +
+
+
+ +
client.Filestorage.WebhookReceivers.CreateAsync(WebhookReceiverRequest { ... }) -> Filestorage.WebhookReceiver +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Creates a `WebhookReceiver` object with the given values. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Filestorage.WebhookReceivers.CreateAsync( + new WebhookReceiverRequest { Event = "event", IsActive = true } +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `WebhookReceiverRequest` + +
+
+
+
+ + +
+
+
+ +## Hris AccountDetails +
client.Hris.AccountDetails.RetrieveAsync() -> Hris.AccountDetails +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Get details for a linked account. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.AccountDetails.RetrieveAsync(); +``` +
+
+
+
+ + +
+
+
+ +## Hris AccountToken +
client.Hris.AccountToken.RetrieveAsync(publicToken) -> Hris.AccountToken +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns the account token for the end user with the provided public token. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.AccountToken.RetrieveAsync("public_token"); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**publicToken:** `string` + +
+
+
+
+ + +
+
+
+ +## Hris AsyncPassthrough +
client.Hris.AsyncPassthrough.CreateAsync(Hris.DataPassthroughRequest { ... }) -> Hris.AsyncPassthroughReciept +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Asynchronously pull data from an endpoint not currently supported by Merge. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.AsyncPassthrough.CreateAsync( + new Merge.Client.Hris.DataPassthroughRequest + { + Method = Merge.Client.Hris.MethodEnum.Get, + Path = "/scooters", + } +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `Hris.DataPassthroughRequest` + +
+
+
+
+ + +
+
+
+ +
client.Hris.AsyncPassthrough.RetrieveAsync(asyncPassthroughReceiptId) -> OneOf +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Retrieves data from earlier async-passthrough POST request +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.AsyncPassthrough.RetrieveAsync("async_passthrough_receipt_id"); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**asyncPassthroughReceiptId:** `string` + +
+
+
+
+ + +
+
+
+ +## Hris AuditTrail +
client.Hris.AuditTrail.ListAsync(AuditTrailListRequest { ... }) -> Hris.PaginatedAuditLogEventList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Gets a list of audit trail events. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.AuditTrail.ListAsync(new AuditTrailListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `AuditTrailListRequest` + +
+
+
+
+ + +
+
+
+ +## Hris AvailableActions +
client.Hris.AvailableActions.RetrieveAsync() -> Hris.AvailableActions +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of models and actions available for an account. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.AvailableActions.RetrieveAsync(); +``` +
+
+
+
+ + +
+
+
+ +## Hris BankInfo +
client.Hris.BankInfo.ListAsync(BankInfoListRequest { ... }) -> PaginatedBankInfoList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `BankInfo` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.BankInfo.ListAsync(new BankInfoListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `BankInfoListRequest` + +
+
+
+
+ + +
+
+
+ +
client.Hris.BankInfo.RetrieveAsync(id, BankInfoRetrieveRequest { ... }) -> BankInfo +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a `BankInfo` object with the given `id`. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.BankInfo.RetrieveAsync("id", new BankInfoRetrieveRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+ +
+
+ +**request:** `BankInfoRetrieveRequest` + +
+
+
+
+ + +
+
+
+ +## Hris Benefits +
client.Hris.Benefits.ListAsync(BenefitsListRequest { ... }) -> PaginatedBenefitList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `Benefit` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.Benefits.ListAsync(new BenefitsListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `BenefitsListRequest` + +
+
+
+
+ + +
+
+
+ +
client.Hris.Benefits.RetrieveAsync(id, BenefitsRetrieveRequest { ... }) -> Benefit +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a `Benefit` object with the given `id`. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.Benefits.RetrieveAsync("id", new BenefitsRetrieveRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+ +
+
+ +**request:** `BenefitsRetrieveRequest` + +
+
+
+
+ + +
+
+
+ +## Hris Companies +
client.Hris.Companies.ListAsync(CompaniesListRequest { ... }) -> PaginatedCompanyList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `Company` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.Companies.ListAsync(new CompaniesListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `CompaniesListRequest` + +
+
+
+
+ + +
+
+
+ +
client.Hris.Companies.RetrieveAsync(id, CompaniesRetrieveRequest { ... }) -> Company +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a `Company` object with the given `id`. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.Companies.RetrieveAsync("id", new CompaniesRetrieveRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+ +
+
+ +**request:** `CompaniesRetrieveRequest` + +
+
+
+
+ + +
+
+
+ +## Hris Scopes +
client.Hris.Scopes.DefaultScopesRetrieveAsync() -> Hris.CommonModelScopeApi +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Get the default permissions for Merge Common Models and fields across all Linked Accounts of a given category. [Learn more](https://help.merge.dev/en/articles/5950052-common-model-and-field-scopes). +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.Scopes.DefaultScopesRetrieveAsync(); +``` +
+
+
+
+ + +
+
+
+ +
client.Hris.Scopes.LinkedAccountScopesRetrieveAsync() -> Hris.CommonModelScopeApi +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Get all available permissions for Merge Common Models and fields for a single Linked Account. [Learn more](https://help.merge.dev/en/articles/5950052-common-model-and-field-scopes). +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.Scopes.LinkedAccountScopesRetrieveAsync(); +``` +
+
+
+
+ + +
+
+
+ +
client.Hris.Scopes.LinkedAccountScopesCreateAsync(LinkedAccountCommonModelScopeDeserializerRequest { ... }) -> Hris.CommonModelScopeApi +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Update permissions for any Common Model or field for a single Linked Account. Any Scopes not set in this POST request will inherit the default Scopes. [Learn more](https://help.merge.dev/en/articles/5950052-common-model-and-field-scopes) +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.Scopes.LinkedAccountScopesCreateAsync( + new LinkedAccountCommonModelScopeDeserializerRequest + { + CommonModels = new List() + { + new Merge.Client.Hris.IndividualCommonModelScopeDeserializerRequest + { + ModelName = "Employee", + ModelPermissions = new Dictionary< + string, + Merge.Client.Hris.ModelPermissionDeserializerRequest + >() + { + { + "READ", + new Merge.Client.Hris.ModelPermissionDeserializerRequest + { + IsEnabled = true, + } + }, + { + "WRITE", + new Merge.Client.Hris.ModelPermissionDeserializerRequest + { + IsEnabled = false, + } + }, + }, + FieldPermissions = new Merge.Client.Hris.FieldPermissionDeserializerRequest + { + EnabledFields = new List() { "avatar", "home_location" }, + DisabledFields = new List() { "work_location" }, + }, + }, + new Merge.Client.Hris.IndividualCommonModelScopeDeserializerRequest + { + ModelName = "Benefit", + ModelPermissions = new Dictionary< + string, + Merge.Client.Hris.ModelPermissionDeserializerRequest + >() + { + { + "WRITE", + new Merge.Client.Hris.ModelPermissionDeserializerRequest + { + IsEnabled = false, + } + }, + }, + }, + }, + } +); +``` + + + + + +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `LinkedAccountCommonModelScopeDeserializerRequest` + +
+
+
+
+ + + + + + +## Hris DeleteAccount +
client.Hris.DeleteAccount.DeleteAsync() +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Delete a linked account. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.DeleteAccount.DeleteAsync(); +``` +
+
+
+
+ + +
+
+
+ +## Hris Dependents +
client.Hris.Dependents.ListAsync(DependentsListRequest { ... }) -> PaginatedDependentList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `Dependent` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.Dependents.ListAsync(new DependentsListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `DependentsListRequest` + +
+
+
+
+ + +
+
+
+ +
client.Hris.Dependents.RetrieveAsync(id, DependentsRetrieveRequest { ... }) -> Dependent +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a `Dependent` object with the given `id`. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.Dependents.RetrieveAsync("id", new DependentsRetrieveRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+ +
+
+ +**request:** `DependentsRetrieveRequest` + +
+
+
+
+ + +
+
+
+ +## Hris EmployeePayrollRuns +
client.Hris.EmployeePayrollRuns.ListAsync(EmployeePayrollRunsListRequest { ... }) -> PaginatedEmployeePayrollRunList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `EmployeePayrollRun` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.EmployeePayrollRuns.ListAsync(new EmployeePayrollRunsListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `EmployeePayrollRunsListRequest` + +
+
+
+
+ + +
+
+
+ +
client.Hris.EmployeePayrollRuns.RetrieveAsync(id, EmployeePayrollRunsRetrieveRequest { ... }) -> EmployeePayrollRun +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns an `EmployeePayrollRun` object with the given `id`. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.EmployeePayrollRuns.RetrieveAsync("id", new EmployeePayrollRunsRetrieveRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+ +
+
+ +**request:** `EmployeePayrollRunsRetrieveRequest` + +
+
+
+
+ + +
+
+
+ +## Hris Employees +
client.Hris.Employees.ListAsync(EmployeesListRequest { ... }) -> Hris.PaginatedEmployeeList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `Employee` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.Employees.ListAsync(new EmployeesListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `EmployeesListRequest` + +
+
+
+
+ + +
+
+
+ +
client.Hris.Employees.CreateAsync(EmployeeEndpointRequest { ... }) -> EmployeeResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Creates an `Employee` object with the given values. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.Employees.CreateAsync( + new EmployeeEndpointRequest { Model = new EmployeeRequest() } +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `EmployeeEndpointRequest` + +
+
+
+
+ + +
+
+
+ +
client.Hris.Employees.RetrieveAsync(id, EmployeesRetrieveRequest { ... }) -> Hris.Employee +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns an `Employee` object with the given `id`. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.Employees.RetrieveAsync("id", new EmployeesRetrieveRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+ +
+
+ +**request:** `EmployeesRetrieveRequest` + +
+
+
+
+ + +
+
+
+ +
client.Hris.Employees.IgnoreCreateAsync(modelId, Hris.IgnoreCommonModelRequest { ... }) +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Ignores a specific row based on the `model_id` in the url. These records will have their properties set to null, and will not be updated in future syncs. The "reason" and "message" fields in the request body will be stored for audit purposes. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.Employees.IgnoreCreateAsync( + "model_id", + new Merge.Client.Hris.IgnoreCommonModelRequest + { + Reason = Merge.Client.Hris.ReasonEnum.GeneralCustomerRequest, + } +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**modelId:** `string` + +
+
+ +
+
+ +**request:** `Hris.IgnoreCommonModelRequest` + +
+
+
+
+ + +
+
+
+ +
client.Hris.Employees.MetaPostRetrieveAsync() -> Hris.MetaResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns metadata for `Employee` POSTs. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.Employees.MetaPostRetrieveAsync(); +``` +
+
+
+
+ + +
+
+
+ +## Hris EmployerBenefits +
client.Hris.EmployerBenefits.ListAsync(EmployerBenefitsListRequest { ... }) -> PaginatedEmployerBenefitList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `EmployerBenefit` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.EmployerBenefits.ListAsync(new EmployerBenefitsListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `EmployerBenefitsListRequest` + +
+
+
+
+ + +
+
+
+ +
client.Hris.EmployerBenefits.RetrieveAsync(id, EmployerBenefitsRetrieveRequest { ... }) -> EmployerBenefit +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns an `EmployerBenefit` object with the given `id`. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.EmployerBenefits.RetrieveAsync("id", new EmployerBenefitsRetrieveRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+ +
+
+ +**request:** `EmployerBenefitsRetrieveRequest` + +
+
+
+
+ + +
+
+
+ +## Hris Employments +
client.Hris.Employments.ListAsync(EmploymentsListRequest { ... }) -> PaginatedEmploymentList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `Employment` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.Employments.ListAsync(new EmploymentsListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `EmploymentsListRequest` + +
+
+
+
+ + +
+
+
+ +
client.Hris.Employments.RetrieveAsync(id, EmploymentsRetrieveRequest { ... }) -> Employment +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns an `Employment` object with the given `id`. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.Employments.RetrieveAsync("id", new EmploymentsRetrieveRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+ +
+
+ +**request:** `EmploymentsRetrieveRequest` + +
+
+
+
+ + +
+
+
+ +## Hris FieldMapping +
client.Hris.FieldMapping.FieldMappingsRetrieveAsync(FieldMappingsRetrieveRequest { ... }) -> Hris.FieldMappingApiInstanceResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Get all Field Mappings for this Linked Account. Field Mappings are mappings between third-party Remote Fields and user defined Merge fields. [Learn more](https://docs.merge.dev/supplemental-data/field-mappings/overview/). +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.FieldMapping.FieldMappingsRetrieveAsync(new FieldMappingsRetrieveRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `FieldMappingsRetrieveRequest` + +
+
+
+
+ + +
+
+
+ +
client.Hris.FieldMapping.FieldMappingsCreateAsync(CreateFieldMappingRequest { ... }) -> Hris.FieldMappingInstanceResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Create new Field Mappings that will be available after the next scheduled sync. This will cause the next sync for this Linked Account to sync **ALL** data from start. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.FieldMapping.FieldMappingsCreateAsync( + new CreateFieldMappingRequest + { + TargetFieldName = "example_target_field_name", + TargetFieldDescription = "this is a example description of the target field", + RemoteFieldTraversalPath = new List() { "example_remote_field" }, + RemoteMethod = "GET", + RemoteUrlPath = "/example-url-path", + CommonModelName = "ExampleCommonModel", + } +); +``` + + + + + +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `CreateFieldMappingRequest` + +
+
+
+
+ + + + + + +
client.Hris.FieldMapping.FieldMappingsDestroyAsync(fieldMappingId) -> Hris.FieldMappingInstanceResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Deletes Field Mappings for a Linked Account. All data related to this Field Mapping will be deleted and these changes will be reflected after the next scheduled sync. This will cause the next sync for this Linked Account to sync **ALL** data from start. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.FieldMapping.FieldMappingsDestroyAsync("field_mapping_id"); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**fieldMappingId:** `string` + +
+
+
+
+ + +
+
+
+ +
client.Hris.FieldMapping.FieldMappingsPartialUpdateAsync(fieldMappingId, PatchedEditFieldMappingRequest { ... }) -> Hris.FieldMappingInstanceResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Create or update existing Field Mappings for a Linked Account. Changes will be reflected after the next scheduled sync. This will cause the next sync for this Linked Account to sync **ALL** data from start. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.FieldMapping.FieldMappingsPartialUpdateAsync( + "field_mapping_id", + new PatchedEditFieldMappingRequest() +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**fieldMappingId:** `string` + +
+
+ +
+
+ +**request:** `PatchedEditFieldMappingRequest` + +
+
+
+
+ + +
+
+
+ +
client.Hris.FieldMapping.RemoteFieldsRetrieveAsync(RemoteFieldsRetrieveRequest { ... }) -> Hris.RemoteFieldApiResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Get all remote fields for a Linked Account. Remote fields are third-party fields that are accessible after initial sync if remote_data is enabled. You can use remote fields to override existing Merge fields or map a new Merge field. [Learn more](https://docs.merge.dev/supplemental-data/field-mappings/overview/). +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.FieldMapping.RemoteFieldsRetrieveAsync(new RemoteFieldsRetrieveRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `RemoteFieldsRetrieveRequest` + +
+
+
+
+ + +
+
+
+ +
client.Hris.FieldMapping.TargetFieldsRetrieveAsync() -> Hris.ExternalTargetFieldApiResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Get all organization-wide Target Fields, this will not include any Linked Account specific Target Fields. Organization-wide Target Fields are additional fields appended to the Merge Common Model for all Linked Accounts in a category. [Learn more](https://docs.merge.dev/supplemental-data/field-mappings/target-fields/). +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.FieldMapping.TargetFieldsRetrieveAsync(); +``` +
+
+
+
+ + +
+
+
+ +## Hris GenerateKey +
client.Hris.GenerateKey.CreateAsync(GenerateRemoteKeyRequest { ... }) -> Hris.RemoteKey +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Create a remote key. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.GenerateKey.CreateAsync( + new GenerateRemoteKeyRequest { Name = "Remote Deployment Key 1" } +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `GenerateRemoteKeyRequest` + +
+
+
+
+ + +
+
+
+ +## Hris Groups +
client.Hris.Groups.ListAsync(GroupsListRequest { ... }) -> Hris.PaginatedGroupList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `Group` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.Groups.ListAsync(new GroupsListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `GroupsListRequest` + +
+
+
+
+ + +
+
+
+ +
client.Hris.Groups.RetrieveAsync(id, GroupsRetrieveRequest { ... }) -> Hris.Group +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a `Group` object with the given `id`. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.Groups.RetrieveAsync("id", new GroupsRetrieveRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+ +
+
+ +**request:** `GroupsRetrieveRequest` + +
+
+
+
+ + +
+
+
+ +## Hris Issues +
client.Hris.Issues.ListAsync(IssuesListRequest { ... }) -> Hris.PaginatedIssueList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Gets all issues for Organization. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.Issues.ListAsync(new IssuesListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `IssuesListRequest` + +
+
+
+
+ + +
+
+
+ +
client.Hris.Issues.RetrieveAsync(id) -> Hris.Issue +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Get a specific issue. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.Issues.RetrieveAsync("id"); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+
+
+ + +
+
+
+ +## Hris LinkToken +
client.Hris.LinkToken.CreateAsync(EndUserDetailsRequest { ... }) -> Hris.LinkToken +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Creates a link token to be used when linking a new end user. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.LinkToken.CreateAsync( + new EndUserDetailsRequest + { + EndUserEmailAddress = "example@gmail.com", + EndUserOrganizationName = "Test Organization", + EndUserOriginId = "12345", + Categories = new List() + { + Merge.Client.Hris.CategoriesEnum.Hris, + Merge.Client.Hris.CategoriesEnum.Ats, + }, + } +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `EndUserDetailsRequest` + +
+
+
+
+ + +
+
+
+ +## Hris LinkedAccounts +
client.Hris.LinkedAccounts.ListAsync(LinkedAccountsListRequest { ... }) -> Hris.PaginatedAccountDetailsAndActionsList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +List linked accounts for your organization. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.LinkedAccounts.ListAsync(new LinkedAccountsListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `LinkedAccountsListRequest` + +
+
+
+
+ + +
+
+
+ +## Hris Locations +
client.Hris.Locations.ListAsync(LocationsListRequest { ... }) -> PaginatedLocationList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `Location` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.Locations.ListAsync(new LocationsListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `LocationsListRequest` + +
+
+
+
+ + +
+
+
+ +
client.Hris.Locations.RetrieveAsync(id, LocationsRetrieveRequest { ... }) -> Location +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a `Location` object with the given `id`. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.Locations.RetrieveAsync("id", new LocationsRetrieveRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+ +
+
+ +**request:** `LocationsRetrieveRequest` + +
+
+
+
+ + +
+
+
+ +## Hris Passthrough +
client.Hris.Passthrough.CreateAsync(Hris.DataPassthroughRequest { ... }) -> Hris.RemoteResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Pull data from an endpoint not currently supported by Merge. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.Passthrough.CreateAsync( + new Merge.Client.Hris.DataPassthroughRequest + { + Method = Merge.Client.Hris.MethodEnum.Get, + Path = "/scooters", + } +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `Hris.DataPassthroughRequest` + +
+
+
+
+ + +
+
+
+ +## Hris PayGroups +
client.Hris.PayGroups.ListAsync(PayGroupsListRequest { ... }) -> PaginatedPayGroupList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `PayGroup` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.PayGroups.ListAsync(new PayGroupsListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `PayGroupsListRequest` + +
+
+
+
+ + +
+
+
+ +
client.Hris.PayGroups.RetrieveAsync(id, PayGroupsRetrieveRequest { ... }) -> PayGroup +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a `PayGroup` object with the given `id`. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.PayGroups.RetrieveAsync("id", new PayGroupsRetrieveRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+ +
+
+ +**request:** `PayGroupsRetrieveRequest` + +
+
+
+
+ + +
+
+
+ +## Hris PayrollRuns +
client.Hris.PayrollRuns.ListAsync(PayrollRunsListRequest { ... }) -> PaginatedPayrollRunList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `PayrollRun` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.PayrollRuns.ListAsync(new PayrollRunsListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `PayrollRunsListRequest` + +
+
+
+
+ + +
+
+
+ +
client.Hris.PayrollRuns.RetrieveAsync(id, PayrollRunsRetrieveRequest { ... }) -> PayrollRun +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a `PayrollRun` object with the given `id`. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.PayrollRuns.RetrieveAsync("id", new PayrollRunsRetrieveRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+ +
+
+ +**request:** `PayrollRunsRetrieveRequest` + +
+
+
+
+ + +
+
+
+ +## Hris RegenerateKey +
client.Hris.RegenerateKey.CreateAsync(RemoteKeyForRegenerationRequest { ... }) -> Hris.RemoteKey +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Exchange remote keys. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.RegenerateKey.CreateAsync( + new RemoteKeyForRegenerationRequest { Name = "Remote Deployment Key 1" } +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `RemoteKeyForRegenerationRequest` + +
+
+
+
+ + +
+
+
+ +## Hris SyncStatus +
client.Hris.SyncStatus.ListAsync(SyncStatusListRequest { ... }) -> Hris.PaginatedSyncStatusList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Get sync status for the current sync and the most recently finished sync. `last_sync_start` represents the most recent time any sync began. `last_sync_finished` represents the most recent time any sync completed. These timestamps may correspond to different sync instances which may result in a sync start time being later than a separate sync completed time. To ensure you are retrieving the latest available data reference the `last_sync_finished` timestamp where `last_sync_result` is `DONE`. Possible values for `status` and `last_sync_result` are `DISABLED`, `DONE`, `FAILED`, `PARTIALLY_SYNCED`, `PAUSED`, `SYNCING`. Learn more about sync status in our [Help Center](https://help.merge.dev/en/articles/8184193-merge-sync-statuses). +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.SyncStatus.ListAsync(new SyncStatusListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `SyncStatusListRequest` + +
+
+
+
+ + +
+
+
+ +## Hris ForceResync +
client.Hris.ForceResync.SyncStatusResyncCreateAsync() -> IEnumerable +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Force re-sync of all models. This endpoint is available for monthly, quarterly, and highest sync frequency customers on the Professional or Enterprise plans. Doing so will consume a sync credit for the relevant linked account. Force re-syncs can also be triggered manually in the Merge Dashboard and is available for all customers. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.ForceResync.SyncStatusResyncCreateAsync(); +``` +
+
+
+
+ + +
+
+
+ +## Hris Teams +
client.Hris.Teams.ListAsync(TeamsListRequest { ... }) -> Hris.PaginatedTeamList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `Team` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.Teams.ListAsync(new TeamsListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `TeamsListRequest` + +
+
+
+
+ + +
+
+
+ +
client.Hris.Teams.RetrieveAsync(id, TeamsRetrieveRequest { ... }) -> Hris.Team +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a `Team` object with the given `id`. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.Teams.RetrieveAsync("id", new TeamsRetrieveRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+ +
+
+ +**request:** `TeamsRetrieveRequest` + +
+
+
+
+ + +
+
+
+ +## Hris TimeOff +
client.Hris.TimeOff.ListAsync(TimeOffListRequest { ... }) -> PaginatedTimeOffList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `TimeOff` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.TimeOff.ListAsync(new TimeOffListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `TimeOffListRequest` + +
+
+
+
+ + +
+
+
+ +
client.Hris.TimeOff.CreateAsync(TimeOffEndpointRequest { ... }) -> TimeOffResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Creates a `TimeOff` object with the given values. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.TimeOff.CreateAsync(new TimeOffEndpointRequest { Model = new TimeOffRequest() }); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `TimeOffEndpointRequest` + +
+
+
+
+ + +
+
+
+ +
client.Hris.TimeOff.RetrieveAsync(id, TimeOffRetrieveRequest { ... }) -> TimeOff +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a `TimeOff` object with the given `id`. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.TimeOff.RetrieveAsync("id", new TimeOffRetrieveRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+ +
+
+ +**request:** `TimeOffRetrieveRequest` + +
+
+
+
+ + +
+
+
+ +
client.Hris.TimeOff.MetaPostRetrieveAsync() -> Hris.MetaResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns metadata for `TimeOff` POSTs. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.TimeOff.MetaPostRetrieveAsync(); +``` +
+
+
+
+ + +
+
+
+ +## Hris TimeOffBalances +
client.Hris.TimeOffBalances.ListAsync(TimeOffBalancesListRequest { ... }) -> PaginatedTimeOffBalanceList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `TimeOffBalance` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.TimeOffBalances.ListAsync(new TimeOffBalancesListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `TimeOffBalancesListRequest` + +
+
+
+
+ + +
+
+
+ +
client.Hris.TimeOffBalances.RetrieveAsync(id, TimeOffBalancesRetrieveRequest { ... }) -> TimeOffBalance +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a `TimeOffBalance` object with the given `id`. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.TimeOffBalances.RetrieveAsync("id", new TimeOffBalancesRetrieveRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+ +
+
+ +**request:** `TimeOffBalancesRetrieveRequest` + +
+
+
+
+ + +
+
+
+ +## Hris TimesheetEntries +
client.Hris.TimesheetEntries.ListAsync(TimesheetEntriesListRequest { ... }) -> PaginatedTimesheetEntryList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `TimesheetEntry` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.TimesheetEntries.ListAsync(new TimesheetEntriesListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `TimesheetEntriesListRequest` + +
+
+
+
+ + +
+
+
+ +
client.Hris.TimesheetEntries.CreateAsync(TimesheetEntryEndpointRequest { ... }) -> TimesheetEntryResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Creates a `TimesheetEntry` object with the given values. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.TimesheetEntries.CreateAsync( + new TimesheetEntryEndpointRequest { Model = new TimesheetEntryRequest() } +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `TimesheetEntryEndpointRequest` + +
+
+
+
+ + +
+
+
+ +
client.Hris.TimesheetEntries.RetrieveAsync(id, TimesheetEntriesRetrieveRequest { ... }) -> TimesheetEntry +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a `TimesheetEntry` object with the given `id`. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.TimesheetEntries.RetrieveAsync("id", new TimesheetEntriesRetrieveRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+ +
+
+ +**request:** `TimesheetEntriesRetrieveRequest` + +
+
+
+
+ + +
+
+
+ +
client.Hris.TimesheetEntries.MetaPostRetrieveAsync() -> Hris.MetaResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns metadata for `TimesheetEntry` POSTs. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.TimesheetEntries.MetaPostRetrieveAsync(); +``` +
+
+
+
+ + +
+
+
+ +## Hris WebhookReceivers +
client.Hris.WebhookReceivers.ListAsync() -> IEnumerable +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `WebhookReceiver` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.WebhookReceivers.ListAsync(); +``` +
+
+
+
+ + +
+
+
+ +
client.Hris.WebhookReceivers.CreateAsync(WebhookReceiverRequest { ... }) -> Hris.WebhookReceiver +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Creates a `WebhookReceiver` object with the given values. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Hris.WebhookReceivers.CreateAsync( + new WebhookReceiverRequest { Event = "event", IsActive = true } +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `WebhookReceiverRequest` + +
+
+
+
+ + +
+
+
+ +## Ticketing AccountDetails +
client.Ticketing.AccountDetails.RetrieveAsync() -> Ticketing.AccountDetails +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Get details for a linked account. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Ticketing.AccountDetails.RetrieveAsync(); +``` +
+
+
+
+ + +
+
+
+ +## Ticketing AccountToken +
client.Ticketing.AccountToken.RetrieveAsync(publicToken) -> Ticketing.AccountToken +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns the account token for the end user with the provided public token. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Ticketing.AccountToken.RetrieveAsync("public_token"); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**publicToken:** `string` + +
+
+
+
+ + +
+
+
+ +## Ticketing Accounts +
client.Ticketing.Accounts.ListAsync(AccountsListRequest { ... }) -> Ticketing.PaginatedAccountList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `Account` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Ticketing.Accounts.ListAsync(new AccountsListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `AccountsListRequest` + +
+
+
+
+ + +
+
+
+ +
client.Ticketing.Accounts.RetrieveAsync(id, AccountsRetrieveRequest { ... }) -> Ticketing.Account +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns an `Account` object with the given `id`. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Ticketing.Accounts.RetrieveAsync("id", new AccountsRetrieveRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+ +
+
+ +**request:** `AccountsRetrieveRequest` + +
+
+
+
+ + +
+
+
+ +## Ticketing AsyncPassthrough +
client.Ticketing.AsyncPassthrough.CreateAsync(Ticketing.DataPassthroughRequest { ... }) -> Ticketing.AsyncPassthroughReciept +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Asynchronously pull data from an endpoint not currently supported by Merge. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Ticketing.AsyncPassthrough.CreateAsync( + new Merge.Client.Ticketing.DataPassthroughRequest + { + Method = Merge.Client.Ticketing.MethodEnum.Get, + Path = "/scooters", + } +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `Ticketing.DataPassthroughRequest` + +
+
+
+
+ + +
+
+
+ +
client.Ticketing.AsyncPassthrough.RetrieveAsync(asyncPassthroughReceiptId) -> OneOf +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Retrieves data from earlier async-passthrough POST request +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Ticketing.AsyncPassthrough.RetrieveAsync("async_passthrough_receipt_id"); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**asyncPassthroughReceiptId:** `string` + +
+
+
+
+ + +
+
+
+ +## Ticketing Attachments +
client.Ticketing.Attachments.ListAsync(AttachmentsListRequest { ... }) -> Ticketing.PaginatedAttachmentList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `Attachment` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Ticketing.Attachments.ListAsync(new AttachmentsListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `AttachmentsListRequest` + +
+
+
+
+ + +
+
+
+ +
client.Ticketing.Attachments.CreateAsync(TicketingAttachmentEndpointRequest { ... }) -> TicketingAttachmentResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Creates an `Attachment` object with the given values. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Ticketing.Attachments.CreateAsync( + new TicketingAttachmentEndpointRequest + { + Model = new Merge.Client.Ticketing.AttachmentRequest(), + } +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `TicketingAttachmentEndpointRequest` + +
+
+
+
+ + +
+
+
+ +
client.Ticketing.Attachments.RetrieveAsync(id, AttachmentsRetrieveRequest { ... }) -> Ticketing.Attachment +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns an `Attachment` object with the given `id`. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Ticketing.Attachments.RetrieveAsync("id", new AttachmentsRetrieveRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+ +
+
+ +**request:** `AttachmentsRetrieveRequest` + +
+
+
+
+ + +
+
+
+ +
client.Ticketing.Attachments.DownloadRetrieveAsync(id, AttachmentsDownloadRetrieveRequest { ... }) +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns the `File` content with the given `id` as a stream of bytes. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Ticketing.Attachments.DownloadRetrieveAsync( + "string", + new AttachmentsDownloadRetrieveRequest { IncludeShellData = true, MimeType = "string" } +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+ +
+
+ +**request:** `AttachmentsDownloadRetrieveRequest` + +
+
+
+
+ + +
+
+
+ +
client.Ticketing.Attachments.MetaPostRetrieveAsync() -> Ticketing.MetaResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns metadata for `TicketingAttachment` POSTs. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Ticketing.Attachments.MetaPostRetrieveAsync(); +``` +
+
+
+
+ + +
+
+
+ +## Ticketing AuditTrail +
client.Ticketing.AuditTrail.ListAsync(AuditTrailListRequest { ... }) -> Ticketing.PaginatedAuditLogEventList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Gets a list of audit trail events. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Ticketing.AuditTrail.ListAsync(new AuditTrailListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `AuditTrailListRequest` + +
+
+
+
+ + +
+
+
+ +## Ticketing AvailableActions +
client.Ticketing.AvailableActions.RetrieveAsync() -> Ticketing.AvailableActions +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of models and actions available for an account. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Ticketing.AvailableActions.RetrieveAsync(); +``` +
+
+
+
+ + +
+
+
+ +## Ticketing Collections +
client.Ticketing.Collections.ListAsync(CollectionsListRequest { ... }) -> PaginatedCollectionList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `Collection` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Ticketing.Collections.ListAsync(new CollectionsListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `CollectionsListRequest` + +
+
+
+
+ + +
+
+
+ +
client.Ticketing.Collections.ViewersListAsync(collectionId, CollectionsViewersListRequest { ... }) -> PaginatedViewerList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `Viewer` objects that point to a User id or Team id that is either an assignee or viewer on a `Collection` with the given id. [Learn more.](https://help.merge.dev/en/articles/10333658-ticketing-access-control-list-acls) +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Ticketing.Collections.ViewersListAsync( + "collection_id", + new CollectionsViewersListRequest() +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**collectionId:** `string` + +
+
+ +
+
+ +**request:** `CollectionsViewersListRequest` + +
+
+
+
+ + +
+
+
+ +
client.Ticketing.Collections.RetrieveAsync(id, CollectionsRetrieveRequest { ... }) -> Collection +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a `Collection` object with the given `id`. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Ticketing.Collections.RetrieveAsync("id", new CollectionsRetrieveRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+ +
+
+ +**request:** `CollectionsRetrieveRequest` + +
+
+
+
+ + +
+
+
+ +## Ticketing Comments +
client.Ticketing.Comments.ListAsync(CommentsListRequest { ... }) -> PaginatedCommentList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `Comment` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Ticketing.Comments.ListAsync(new CommentsListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `CommentsListRequest` + +
+
+
+
+ + +
+
+
+ +
client.Ticketing.Comments.CreateAsync(CommentEndpointRequest { ... }) -> CommentResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Creates a `Comment` object with the given values. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Ticketing.Comments.CreateAsync( + new CommentEndpointRequest { Model = new CommentRequest() } +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `CommentEndpointRequest` + +
+
+
+
+ + +
+
+
+ +
client.Ticketing.Comments.RetrieveAsync(id, CommentsRetrieveRequest { ... }) -> Comment +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a `Comment` object with the given `id`. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Ticketing.Comments.RetrieveAsync("id", new CommentsRetrieveRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+ +
+
+ +**request:** `CommentsRetrieveRequest` + +
+
+
+
+ + +
+
+
+ +
client.Ticketing.Comments.MetaPostRetrieveAsync() -> Ticketing.MetaResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns metadata for `Comment` POSTs. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Ticketing.Comments.MetaPostRetrieveAsync(); +``` +
+
+
+
+ + +
+
+
+ +## Ticketing Contacts +
client.Ticketing.Contacts.ListAsync(ContactsListRequest { ... }) -> Ticketing.PaginatedContactList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `Contact` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Ticketing.Contacts.ListAsync(new ContactsListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `ContactsListRequest` + +
+
+
+
+ + +
+
+
+ +
client.Ticketing.Contacts.CreateAsync(TicketingContactEndpointRequest { ... }) -> TicketingContactResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Creates a `Contact` object with the given values. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Ticketing.Contacts.CreateAsync( + new TicketingContactEndpointRequest { Model = new Merge.Client.Ticketing.ContactRequest() } +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `TicketingContactEndpointRequest` + +
+
+
+
+ + +
+
+
+ +
client.Ticketing.Contacts.RetrieveAsync(id, ContactsRetrieveRequest { ... }) -> Ticketing.Contact +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a `Contact` object with the given `id`. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Ticketing.Contacts.RetrieveAsync("id", new ContactsRetrieveRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+ +
+
+ +**request:** `ContactsRetrieveRequest` + +
+
+
+
+ + +
+
+
+ +
client.Ticketing.Contacts.MetaPostRetrieveAsync() -> Ticketing.MetaResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns metadata for `TicketingContact` POSTs. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Ticketing.Contacts.MetaPostRetrieveAsync(); +``` +
+
+
+
+ + +
+
+
+ +## Ticketing Scopes +
client.Ticketing.Scopes.DefaultScopesRetrieveAsync() -> Ticketing.CommonModelScopeApi +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Get the default permissions for Merge Common Models and fields across all Linked Accounts of a given category. [Learn more](https://help.merge.dev/en/articles/5950052-common-model-and-field-scopes). +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Ticketing.Scopes.DefaultScopesRetrieveAsync(); +``` +
+
+
+
+ + +
+
+
+ +
client.Ticketing.Scopes.LinkedAccountScopesRetrieveAsync() -> Ticketing.CommonModelScopeApi +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Get all available permissions for Merge Common Models and fields for a single Linked Account. [Learn more](https://help.merge.dev/en/articles/5950052-common-model-and-field-scopes). +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Ticketing.Scopes.LinkedAccountScopesRetrieveAsync(); +``` +
+
+
+
+ + +
+
+
+ +
client.Ticketing.Scopes.LinkedAccountScopesCreateAsync(LinkedAccountCommonModelScopeDeserializerRequest { ... }) -> Ticketing.CommonModelScopeApi +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Update permissions for any Common Model or field for a single Linked Account. Any Scopes not set in this POST request will inherit the default Scopes. [Learn more](https://help.merge.dev/en/articles/5950052-common-model-and-field-scopes) +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Ticketing.Scopes.LinkedAccountScopesCreateAsync( + new LinkedAccountCommonModelScopeDeserializerRequest + { + CommonModels = + new List() + { + new Merge.Client.Ticketing.IndividualCommonModelScopeDeserializerRequest + { + ModelName = "Employee", + ModelPermissions = new Dictionary< + string, + Merge.Client.Ticketing.ModelPermissionDeserializerRequest + >() + { + { + "READ", + new Merge.Client.Ticketing.ModelPermissionDeserializerRequest + { + IsEnabled = true, + } + }, + { + "WRITE", + new Merge.Client.Ticketing.ModelPermissionDeserializerRequest + { + IsEnabled = false, + } + }, + }, + FieldPermissions = new Merge.Client.Ticketing.FieldPermissionDeserializerRequest + { + EnabledFields = new List() { "avatar", "home_location" }, + DisabledFields = new List() { "work_location" }, + }, + }, + new Merge.Client.Ticketing.IndividualCommonModelScopeDeserializerRequest + { + ModelName = "Benefit", + ModelPermissions = new Dictionary< + string, + Merge.Client.Ticketing.ModelPermissionDeserializerRequest + >() + { + { + "WRITE", + new Merge.Client.Ticketing.ModelPermissionDeserializerRequest + { + IsEnabled = false, + } + }, + }, + }, + }, + } +); +``` + + + + + +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `LinkedAccountCommonModelScopeDeserializerRequest` + +
+
+
+
+ + + + + + +## Ticketing DeleteAccount +
client.Ticketing.DeleteAccount.DeleteAsync() +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Delete a linked account. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Ticketing.DeleteAccount.DeleteAsync(); +``` +
+
+
+
+ + +
+
+
+ +## Ticketing FieldMapping +
client.Ticketing.FieldMapping.FieldMappingsRetrieveAsync(FieldMappingsRetrieveRequest { ... }) -> Ticketing.FieldMappingApiInstanceResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Get all Field Mappings for this Linked Account. Field Mappings are mappings between third-party Remote Fields and user defined Merge fields. [Learn more](https://docs.merge.dev/supplemental-data/field-mappings/overview/). +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Ticketing.FieldMapping.FieldMappingsRetrieveAsync(new FieldMappingsRetrieveRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `FieldMappingsRetrieveRequest` + +
+
+
+
+ + +
+
+
+ +
client.Ticketing.FieldMapping.FieldMappingsCreateAsync(CreateFieldMappingRequest { ... }) -> Ticketing.FieldMappingInstanceResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Create new Field Mappings that will be available after the next scheduled sync. This will cause the next sync for this Linked Account to sync **ALL** data from start. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Ticketing.FieldMapping.FieldMappingsCreateAsync( + new CreateFieldMappingRequest + { + TargetFieldName = "example_target_field_name", + TargetFieldDescription = "this is a example description of the target field", + RemoteFieldTraversalPath = new List() { "example_remote_field" }, + RemoteMethod = "GET", + RemoteUrlPath = "/example-url-path", + CommonModelName = "ExampleCommonModel", + } +); +``` + + + + + +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `CreateFieldMappingRequest` + +
+
+
+
+ + + + + + +
client.Ticketing.FieldMapping.FieldMappingsDestroyAsync(fieldMappingId) -> Ticketing.FieldMappingInstanceResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Deletes Field Mappings for a Linked Account. All data related to this Field Mapping will be deleted and these changes will be reflected after the next scheduled sync. This will cause the next sync for this Linked Account to sync **ALL** data from start. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Ticketing.FieldMapping.FieldMappingsDestroyAsync("field_mapping_id"); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**fieldMappingId:** `string` + +
+
+
+
+ + +
+
+
+ +
client.Ticketing.FieldMapping.FieldMappingsPartialUpdateAsync(fieldMappingId, PatchedEditFieldMappingRequest { ... }) -> Ticketing.FieldMappingInstanceResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Create or update existing Field Mappings for a Linked Account. Changes will be reflected after the next scheduled sync. This will cause the next sync for this Linked Account to sync **ALL** data from start. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Ticketing.FieldMapping.FieldMappingsPartialUpdateAsync( + "field_mapping_id", + new PatchedEditFieldMappingRequest() +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**fieldMappingId:** `string` + +
+
+ +
+
+ +**request:** `PatchedEditFieldMappingRequest` + +
+
+
+
+ + +
+
+
+ +
client.Ticketing.FieldMapping.RemoteFieldsRetrieveAsync(RemoteFieldsRetrieveRequest { ... }) -> Ticketing.RemoteFieldApiResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Get all remote fields for a Linked Account. Remote fields are third-party fields that are accessible after initial sync if remote_data is enabled. You can use remote fields to override existing Merge fields or map a new Merge field. [Learn more](https://docs.merge.dev/supplemental-data/field-mappings/overview/). +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Ticketing.FieldMapping.RemoteFieldsRetrieveAsync(new RemoteFieldsRetrieveRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `RemoteFieldsRetrieveRequest` + +
+
+
+
+ + +
+
+
+ +
client.Ticketing.FieldMapping.TargetFieldsRetrieveAsync() -> Ticketing.ExternalTargetFieldApiResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Get all organization-wide Target Fields, this will not include any Linked Account specific Target Fields. Organization-wide Target Fields are additional fields appended to the Merge Common Model for all Linked Accounts in a category. [Learn more](https://docs.merge.dev/supplemental-data/field-mappings/target-fields/). +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Ticketing.FieldMapping.TargetFieldsRetrieveAsync(); +``` +
+
+
+
+ + +
+
+
+ +## Ticketing GenerateKey +
client.Ticketing.GenerateKey.CreateAsync(GenerateRemoteKeyRequest { ... }) -> Ticketing.RemoteKey +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Create a remote key. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Ticketing.GenerateKey.CreateAsync( + new GenerateRemoteKeyRequest { Name = "Remote Deployment Key 1" } +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `GenerateRemoteKeyRequest` + +
+
+
+
+ + +
+
+
+ +## Ticketing Issues +
client.Ticketing.Issues.ListAsync(IssuesListRequest { ... }) -> Ticketing.PaginatedIssueList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Gets all issues for Organization. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Ticketing.Issues.ListAsync(new IssuesListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `IssuesListRequest` + +
+
+
+
+ + +
+
+
+ +
client.Ticketing.Issues.RetrieveAsync(id) -> Ticketing.Issue +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Get a specific issue. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Ticketing.Issues.RetrieveAsync("id"); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+
+
+ + +
+
+
+ +## Ticketing LinkToken +
client.Ticketing.LinkToken.CreateAsync(EndUserDetailsRequest { ... }) -> Ticketing.LinkToken +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Creates a link token to be used when linking a new end user. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Ticketing.LinkToken.CreateAsync( + new EndUserDetailsRequest + { + EndUserEmailAddress = "example@gmail.com", + EndUserOrganizationName = "Test Organization", + EndUserOriginId = "12345", + Categories = new List() + { + Merge.Client.Ticketing.CategoriesEnum.Hris, + Merge.Client.Ticketing.CategoriesEnum.Ats, + }, + } +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `EndUserDetailsRequest` + +
+
+
+
+ + +
+
+
+ +## Ticketing LinkedAccounts +
client.Ticketing.LinkedAccounts.ListAsync(LinkedAccountsListRequest { ... }) -> Ticketing.PaginatedAccountDetailsAndActionsList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +List linked accounts for your organization. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Ticketing.LinkedAccounts.ListAsync(new LinkedAccountsListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `LinkedAccountsListRequest` + +
+
+
+
+ + +
+
+
+ +## Ticketing Passthrough +
client.Ticketing.Passthrough.CreateAsync(Ticketing.DataPassthroughRequest { ... }) -> Ticketing.RemoteResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Pull data from an endpoint not currently supported by Merge. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Ticketing.Passthrough.CreateAsync( + new Merge.Client.Ticketing.DataPassthroughRequest + { + Method = Merge.Client.Ticketing.MethodEnum.Get, + Path = "/scooters", + } +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `Ticketing.DataPassthroughRequest` + +
+
+
+
+ + +
+
+
+ +## Ticketing Projects +
client.Ticketing.Projects.ListAsync(ProjectsListRequest { ... }) -> PaginatedProjectList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `Project` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Ticketing.Projects.ListAsync(new ProjectsListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `ProjectsListRequest` + +
+
+
+
+ + +
+
+
+ +
client.Ticketing.Projects.RetrieveAsync(id, ProjectsRetrieveRequest { ... }) -> Project +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a `Project` object with the given `id`. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Ticketing.Projects.RetrieveAsync("id", new ProjectsRetrieveRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+ +
+
+ +**request:** `ProjectsRetrieveRequest` + +
+
+
+
+ + +
+
+
+ +
client.Ticketing.Projects.UsersListAsync(parentId, ProjectsUsersListRequest { ... }) -> Ticketing.PaginatedUserList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `User` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Ticketing.Projects.UsersListAsync("parent_id", new ProjectsUsersListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**parentId:** `string` + +
+
+ +
+
+ +**request:** `ProjectsUsersListRequest` + +
+
+
+
+ + +
+
+
+ +## Ticketing RegenerateKey +
client.Ticketing.RegenerateKey.CreateAsync(RemoteKeyForRegenerationRequest { ... }) -> Ticketing.RemoteKey +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Exchange remote keys. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Ticketing.RegenerateKey.CreateAsync( + new RemoteKeyForRegenerationRequest { Name = "Remote Deployment Key 1" } +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `RemoteKeyForRegenerationRequest` + +
+
+
+
+ + +
+
+
+ +## Ticketing Roles +
client.Ticketing.Roles.ListAsync(RolesListRequest { ... }) -> PaginatedRoleList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `Role` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Ticketing.Roles.ListAsync(new RolesListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `RolesListRequest` + +
+
+
+
+ + +
+
+
+ +
client.Ticketing.Roles.RetrieveAsync(id, RolesRetrieveRequest { ... }) -> Role +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a `Role` object with the given `id`. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Ticketing.Roles.RetrieveAsync("id", new RolesRetrieveRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+ +
+
+ +**request:** `RolesRetrieveRequest` + +
+
+
+
+ + +
+
+
+ +## Ticketing SyncStatus +
client.Ticketing.SyncStatus.ListAsync(SyncStatusListRequest { ... }) -> Ticketing.PaginatedSyncStatusList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Get sync status for the current sync and the most recently finished sync. `last_sync_start` represents the most recent time any sync began. `last_sync_finished` represents the most recent time any sync completed. These timestamps may correspond to different sync instances which may result in a sync start time being later than a separate sync completed time. To ensure you are retrieving the latest available data reference the `last_sync_finished` timestamp where `last_sync_result` is `DONE`. Possible values for `status` and `last_sync_result` are `DISABLED`, `DONE`, `FAILED`, `PARTIALLY_SYNCED`, `PAUSED`, `SYNCING`. Learn more about sync status in our [Help Center](https://help.merge.dev/en/articles/8184193-merge-sync-statuses). +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Ticketing.SyncStatus.ListAsync(new SyncStatusListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `SyncStatusListRequest` + +
+
+
+
+ + +
+
+
+ +## Ticketing ForceResync +
client.Ticketing.ForceResync.SyncStatusResyncCreateAsync() -> IEnumerable +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Force re-sync of all models. This endpoint is available for monthly, quarterly, and highest sync frequency customers on the Professional or Enterprise plans. Doing so will consume a sync credit for the relevant linked account. Force re-syncs can also be triggered manually in the Merge Dashboard and is available for all customers. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Ticketing.ForceResync.SyncStatusResyncCreateAsync(); +``` +
+
+
+
+ + +
+
+
+ +## Ticketing Tags +
client.Ticketing.Tags.ListAsync(TagsListRequest { ... }) -> Ticketing.PaginatedTagList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `Tag` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Ticketing.Tags.ListAsync(new TagsListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `TagsListRequest` + +
+
+
+
+ + +
+
+
+ +
client.Ticketing.Tags.RetrieveAsync(id, TagsRetrieveRequest { ... }) -> Ticketing.Tag +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a `Tag` object with the given `id`. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Ticketing.Tags.RetrieveAsync("id", new TagsRetrieveRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+ +
+
+ +**request:** `TagsRetrieveRequest` + +
+
+
+
+ + +
+
+
+ +## Ticketing Teams +
client.Ticketing.Teams.ListAsync(TeamsListRequest { ... }) -> Ticketing.PaginatedTeamList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `Team` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Ticketing.Teams.ListAsync(new TeamsListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `TeamsListRequest` + +
+
+
+
+ + +
+
+
+ +
client.Ticketing.Teams.RetrieveAsync(id, TeamsRetrieveRequest { ... }) -> Ticketing.Team +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a `Team` object with the given `id`. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Ticketing.Teams.RetrieveAsync("id", new TeamsRetrieveRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+ +
+
+ +**request:** `TeamsRetrieveRequest` + +
+
+
+
+ + +
+
+
+ +## Ticketing Tickets +
client.Ticketing.Tickets.ListAsync(TicketsListRequest { ... }) -> PaginatedTicketList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `Ticket` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Ticketing.Tickets.ListAsync(new TicketsListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `TicketsListRequest` + +
+
+
+
+ + +
+
+
+ +
client.Ticketing.Tickets.CreateAsync(TicketEndpointRequest { ... }) -> TicketResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Creates a `Ticket` object with the given values. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Ticketing.Tickets.CreateAsync( + new TicketEndpointRequest { Model = new TicketRequest() } +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `TicketEndpointRequest` + +
+
+
+
+ + +
+
+
+ +
client.Ticketing.Tickets.RetrieveAsync(id, TicketsRetrieveRequest { ... }) -> Ticket +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a `Ticket` object with the given `id`. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Ticketing.Tickets.RetrieveAsync("id", new TicketsRetrieveRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+ +
+
+ +**request:** `TicketsRetrieveRequest` + +
+
+
+
+ + +
+
+
+ +
client.Ticketing.Tickets.PartialUpdateAsync(id, PatchedTicketEndpointRequest { ... }) -> TicketResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Updates a `Ticket` object with the given `id`. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Ticketing.Tickets.PartialUpdateAsync( + "id", + new PatchedTicketEndpointRequest { Model = new PatchedTicketRequest() } +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+ +
+
+ +**request:** `PatchedTicketEndpointRequest` + +
+
+
+
+ + +
+
+
+ +
client.Ticketing.Tickets.ViewersListAsync(ticketId, TicketsViewersListRequest { ... }) -> PaginatedViewerList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `Viewer` objects that point to a User id or Team id that is either an assignee or viewer on a `Ticket` with the given id. [Learn more.](https://help.merge.dev/en/articles/10333658-ticketing-access-control-list-acls) +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Ticketing.Tickets.ViewersListAsync("ticket_id", new TicketsViewersListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**ticketId:** `string` + +
+
+ +
+
+ +**request:** `TicketsViewersListRequest` + +
+
+
+
+ + +
+
+
+ +
client.Ticketing.Tickets.MetaPatchRetrieveAsync(id) -> Ticketing.MetaResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns metadata for `Ticket` PATCHs. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Ticketing.Tickets.MetaPatchRetrieveAsync("id"); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+
+
+ + +
+
+
+ +
client.Ticketing.Tickets.MetaPostRetrieveAsync() -> Ticketing.MetaResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns metadata for `Ticket` POSTs. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Ticketing.Tickets.MetaPostRetrieveAsync(); +``` +
+
+
+
+ + +
+
+
+ +
client.Ticketing.Tickets.RemoteFieldClassesListAsync(TicketsRemoteFieldClassesListRequest { ... }) -> Ticketing.PaginatedRemoteFieldClassList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `RemoteFieldClass` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Ticketing.Tickets.RemoteFieldClassesListAsync( + new TicketsRemoteFieldClassesListRequest() +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `TicketsRemoteFieldClassesListRequest` + +
+
+
+
+ + +
+
+
+ +## Ticketing Users +
client.Ticketing.Users.ListAsync(UsersListRequest { ... }) -> Ticketing.PaginatedUserList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `User` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Ticketing.Users.ListAsync(new UsersListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `UsersListRequest` + +
+
+
+
+ + +
+
+
+ +
client.Ticketing.Users.RetrieveAsync(id, UsersRetrieveRequest { ... }) -> Ticketing.User +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a `User` object with the given `id`. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Ticketing.Users.RetrieveAsync("id", new UsersRetrieveRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+ +
+
+ +**request:** `UsersRetrieveRequest` + +
+
+
+
+ + +
+
+
+ +## Ticketing WebhookReceivers +
client.Ticketing.WebhookReceivers.ListAsync() -> IEnumerable +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `WebhookReceiver` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Ticketing.WebhookReceivers.ListAsync(); +``` +
+
+
+
+ + +
+
+
+ +
client.Ticketing.WebhookReceivers.CreateAsync(WebhookReceiverRequest { ... }) -> Ticketing.WebhookReceiver +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Creates a `WebhookReceiver` object with the given values. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Ticketing.WebhookReceivers.CreateAsync( + new WebhookReceiverRequest { Event = "event", IsActive = true } +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `WebhookReceiverRequest` + +
+
+
+
+ + +
+
+
+ +## Accounting AccountDetails +
client.Accounting.AccountDetails.RetrieveAsync() -> Accounting.AccountDetails +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Get details for a linked account. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.AccountDetails.RetrieveAsync(); +``` +
+
+
+
+ + +
+
+
+ +## Accounting AccountToken +
client.Accounting.AccountToken.RetrieveAsync(publicToken) -> Accounting.AccountToken +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns the account token for the end user with the provided public token. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.AccountToken.RetrieveAsync("public_token"); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**publicToken:** `string` + +
+
+
+
+ + +
+
+
+ +## Accounting AccountingPeriods +
client.Accounting.AccountingPeriods.ListAsync(AccountingPeriodsListRequest { ... }) -> PaginatedAccountingPeriodList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `AccountingPeriod` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.AccountingPeriods.ListAsync(new AccountingPeriodsListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `AccountingPeriodsListRequest` + +
+
+
+
+ + +
+
+
+ +
client.Accounting.AccountingPeriods.RetrieveAsync(id, AccountingPeriodsRetrieveRequest { ... }) -> AccountingPeriod +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns an `AccountingPeriod` object with the given `id`. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.AccountingPeriods.RetrieveAsync( + "id", + new AccountingPeriodsRetrieveRequest() +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+ +
+
+ +**request:** `AccountingPeriodsRetrieveRequest` + +
+
+
+
+ + +
+
+
+ +## Accounting Accounts +
client.Accounting.Accounts.ListAsync(AccountsListRequest { ... }) -> Accounting.PaginatedAccountList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `Account` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.Accounts.ListAsync(new AccountsListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `AccountsListRequest` + +
+
+
+
+ + +
+
+
+ +
client.Accounting.Accounts.CreateAsync(AccountEndpointRequest { ... }) -> AccountResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Creates an `Account` object with the given values. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.Accounts.CreateAsync( + new AccountEndpointRequest { Model = new Merge.Client.Accounting.AccountRequest() } +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `AccountEndpointRequest` + +
+
+
+
+ + +
+
+
+ +
client.Accounting.Accounts.RetrieveAsync(id, AccountsRetrieveRequest { ... }) -> Accounting.Account +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns an `Account` object with the given `id`. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.Accounts.RetrieveAsync("id", new AccountsRetrieveRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+ +
+
+ +**request:** `AccountsRetrieveRequest` + +
+
+
+
+ + +
+
+
+ +
client.Accounting.Accounts.MetaPostRetrieveAsync() -> Accounting.MetaResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns metadata for `Account` POSTs. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.Accounts.MetaPostRetrieveAsync(); +``` +
+
+
+
+ + +
+
+
+ +## Accounting Addresses +
client.Accounting.Addresses.RetrieveAsync(id, AddressesRetrieveRequest { ... }) -> Accounting.Address +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns an `Address` object with the given `id`. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.Addresses.RetrieveAsync("id", new AddressesRetrieveRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+ +
+
+ +**request:** `AddressesRetrieveRequest` + +
+
+
+
+ + +
+
+
+ +## Accounting AsyncPassthrough +
client.Accounting.AsyncPassthrough.CreateAsync(Accounting.DataPassthroughRequest { ... }) -> Accounting.AsyncPassthroughReciept +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Asynchronously pull data from an endpoint not currently supported by Merge. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.AsyncPassthrough.CreateAsync( + new Merge.Client.Accounting.DataPassthroughRequest + { + Method = Merge.Client.Accounting.MethodEnum.Get, + Path = "/scooters", + } +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `Accounting.DataPassthroughRequest` + +
+
+
+
+ + +
+
+
+ +
client.Accounting.AsyncPassthrough.RetrieveAsync(asyncPassthroughReceiptId) -> OneOf +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Retrieves data from earlier async-passthrough POST request +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.AsyncPassthrough.RetrieveAsync("async_passthrough_receipt_id"); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**asyncPassthroughReceiptId:** `string` + +
+
+
+
+ + +
+
+
+ +## Accounting AsyncTasks +
client.Accounting.AsyncTasks.RetrieveAsync(id) -> AsyncPostTask +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns an `AsyncPostTask` object with the given `id`. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.AsyncTasks.RetrieveAsync("id"); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+
+
+ + +
+
+
+ +## Accounting Attachments +
client.Accounting.Attachments.ListAsync(AttachmentsListRequest { ... }) -> PaginatedAccountingAttachmentList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `AccountingAttachment` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.Attachments.ListAsync(new AttachmentsListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `AttachmentsListRequest` + +
+
+
+
+ + +
+
+
+ +
client.Accounting.Attachments.CreateAsync(AccountingAttachmentEndpointRequest { ... }) -> AccountingAttachmentResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Creates an `AccountingAttachment` object with the given values. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.Attachments.CreateAsync( + new AccountingAttachmentEndpointRequest { Model = new AccountingAttachmentRequest() } +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `AccountingAttachmentEndpointRequest` + +
+
+
+
+ + +
+
+
+ +
client.Accounting.Attachments.RetrieveAsync(id, AttachmentsRetrieveRequest { ... }) -> AccountingAttachment +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns an `AccountingAttachment` object with the given `id`. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.Attachments.RetrieveAsync("id", new AttachmentsRetrieveRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+ +
+
+ +**request:** `AttachmentsRetrieveRequest` + +
+
+
+
+ + +
+
+
+ +
client.Accounting.Attachments.MetaPostRetrieveAsync() -> Accounting.MetaResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns metadata for `AccountingAttachment` POSTs. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.Attachments.MetaPostRetrieveAsync(); +``` +
+
+
+
+ + +
+
+
+ +## Accounting AuditTrail +
client.Accounting.AuditTrail.ListAsync(AuditTrailListRequest { ... }) -> Accounting.PaginatedAuditLogEventList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Gets a list of audit trail events. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.AuditTrail.ListAsync(new AuditTrailListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `AuditTrailListRequest` + +
+
+
+
+ + +
+
+
+ +## Accounting AvailableActions +
client.Accounting.AvailableActions.RetrieveAsync() -> Accounting.AvailableActions +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of models and actions available for an account. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.AvailableActions.RetrieveAsync(); +``` +
+
+
+
+ + +
+
+
+ +## Accounting BalanceSheets +
client.Accounting.BalanceSheets.ListAsync(BalanceSheetsListRequest { ... }) -> PaginatedBalanceSheetList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `BalanceSheet` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.BalanceSheets.ListAsync(new BalanceSheetsListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `BalanceSheetsListRequest` + +
+
+
+
+ + +
+
+
+ +
client.Accounting.BalanceSheets.RetrieveAsync(id, BalanceSheetsRetrieveRequest { ... }) -> BalanceSheet +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a `BalanceSheet` object with the given `id`. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.BalanceSheets.RetrieveAsync("id", new BalanceSheetsRetrieveRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+ +
+
+ +**request:** `BalanceSheetsRetrieveRequest` + +
+
+
+
+ + +
+
+
+ +## Accounting BankFeedAccounts +
client.Accounting.BankFeedAccounts.ListAsync(BankFeedAccountsListRequest { ... }) -> PaginatedBankFeedAccountList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `BankFeedAccount` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.BankFeedAccounts.ListAsync(new BankFeedAccountsListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `BankFeedAccountsListRequest` + +
+
+
+
+ + +
+
+
+ +
client.Accounting.BankFeedAccounts.CreateAsync(BankFeedAccountEndpointRequest { ... }) -> BankFeedAccountResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Creates a `BankFeedAccount` object with the given values. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.BankFeedAccounts.CreateAsync( + new BankFeedAccountEndpointRequest { Model = new BankFeedAccountRequest() } +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `BankFeedAccountEndpointRequest` + +
+
+
+
+ + +
+
+
+ +
client.Accounting.BankFeedAccounts.RetrieveAsync(id, BankFeedAccountsRetrieveRequest { ... }) -> BankFeedAccount +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a `BankFeedAccount` object with the given `id`. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.BankFeedAccounts.RetrieveAsync("id", new BankFeedAccountsRetrieveRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+ +
+
+ +**request:** `BankFeedAccountsRetrieveRequest` + +
+
+
+
+ + +
+
+
+ +
client.Accounting.BankFeedAccounts.MetaPostRetrieveAsync() -> Accounting.MetaResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns metadata for `BankFeedAccount` POSTs. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.BankFeedAccounts.MetaPostRetrieveAsync(); +``` +
+
+
+
+ + +
+
+
+ +## Accounting BankFeedTransactions +
client.Accounting.BankFeedTransactions.ListAsync(BankFeedTransactionsListRequest { ... }) -> PaginatedBankFeedTransactionList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `BankFeedTransaction` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.BankFeedTransactions.ListAsync(new BankFeedTransactionsListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `BankFeedTransactionsListRequest` + +
+
+
+
+ + +
+
+
+ +
client.Accounting.BankFeedTransactions.CreateAsync(BankFeedTransactionEndpointRequest { ... }) -> BankFeedTransactionResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Creates a `BankFeedTransaction` object with the given values. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.BankFeedTransactions.CreateAsync( + new BankFeedTransactionEndpointRequest { Model = new BankFeedTransactionRequestRequest() } +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `BankFeedTransactionEndpointRequest` + +
+
+
+
+ + +
+
+
+ +
client.Accounting.BankFeedTransactions.RetrieveAsync(id, BankFeedTransactionsRetrieveRequest { ... }) -> BankFeedTransaction +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a `BankFeedTransaction` object with the given `id`. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.BankFeedTransactions.RetrieveAsync( + "id", + new BankFeedTransactionsRetrieveRequest() +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+ +
+
+ +**request:** `BankFeedTransactionsRetrieveRequest` + +
+
+
+
+ + +
+
+
+ +
client.Accounting.BankFeedTransactions.MetaPostRetrieveAsync() -> Accounting.MetaResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns metadata for `BankFeedTransaction` POSTs. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.BankFeedTransactions.MetaPostRetrieveAsync(); +``` +
+
+
+
+ + +
+
+
+ +## Accounting CashFlowStatements +
client.Accounting.CashFlowStatements.ListAsync(CashFlowStatementsListRequest { ... }) -> PaginatedCashFlowStatementList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `CashFlowStatement` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.CashFlowStatements.ListAsync(new CashFlowStatementsListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `CashFlowStatementsListRequest` + +
+
+
+
+ + +
+
+
+ +
client.Accounting.CashFlowStatements.RetrieveAsync(id, CashFlowStatementsRetrieveRequest { ... }) -> CashFlowStatement +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a `CashFlowStatement` object with the given `id`. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.CashFlowStatements.RetrieveAsync( + "id", + new CashFlowStatementsRetrieveRequest() +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+ +
+
+ +**request:** `CashFlowStatementsRetrieveRequest` + +
+
+
+
+ + +
+
+
+ +## Accounting CompanyInfo +
client.Accounting.CompanyInfo.ListAsync(CompanyInfoListRequest { ... }) -> PaginatedCompanyInfoList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `CompanyInfo` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.CompanyInfo.ListAsync(new CompanyInfoListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `CompanyInfoListRequest` + +
+
+
+
+ + +
+
+
+ +
client.Accounting.CompanyInfo.RetrieveAsync(id, CompanyInfoRetrieveRequest { ... }) -> CompanyInfo +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a `CompanyInfo` object with the given `id`. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.CompanyInfo.RetrieveAsync("id", new CompanyInfoRetrieveRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+ +
+
+ +**request:** `CompanyInfoRetrieveRequest` + +
+
+
+
+ + +
+
+
+ +## Accounting Contacts +
client.Accounting.Contacts.ListAsync(ContactsListRequest { ... }) -> Accounting.PaginatedContactList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `Contact` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.Contacts.ListAsync(new ContactsListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `ContactsListRequest` + +
+
+
+
+ + +
+
+
+ +
client.Accounting.Contacts.CreateAsync(ContactEndpointRequest { ... }) -> ContactResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Creates a `Contact` object with the given values. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.Contacts.CreateAsync( + new ContactEndpointRequest { Model = new Merge.Client.Accounting.ContactRequest() } +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `ContactEndpointRequest` + +
+
+
+
+ + +
+
+
+ +
client.Accounting.Contacts.RetrieveAsync(id, ContactsRetrieveRequest { ... }) -> Accounting.Contact +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a `Contact` object with the given `id`. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.Contacts.RetrieveAsync("id", new ContactsRetrieveRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+ +
+
+ +**request:** `ContactsRetrieveRequest` + +
+
+
+
+ + +
+
+
+ +
client.Accounting.Contacts.MetaPostRetrieveAsync() -> Accounting.MetaResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns metadata for `Contact` POSTs. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.Contacts.MetaPostRetrieveAsync(); +``` +
+
+
+
+ + +
+
+
+ +
client.Accounting.Contacts.RemoteFieldClassesListAsync(ContactsRemoteFieldClassesListRequest { ... }) -> Accounting.PaginatedRemoteFieldClassList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `RemoteFieldClass` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.Contacts.RemoteFieldClassesListAsync( + new ContactsRemoteFieldClassesListRequest() +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `ContactsRemoteFieldClassesListRequest` + +
+
+
+
+ + +
+
+
+ +## Accounting CreditNotes +
client.Accounting.CreditNotes.ListAsync(CreditNotesListRequest { ... }) -> PaginatedCreditNoteList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `CreditNote` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.CreditNotes.ListAsync(new CreditNotesListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `CreditNotesListRequest` + +
+
+
+
+ + +
+
+
+ +
client.Accounting.CreditNotes.CreateAsync(CreditNoteEndpointRequest { ... }) -> CreditNoteResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Creates a `CreditNote` object with the given values. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.CreditNotes.CreateAsync( + new CreditNoteEndpointRequest { Model = new CreditNoteRequest() } +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `CreditNoteEndpointRequest` + +
+
+
+
+ + +
+
+
+ +
client.Accounting.CreditNotes.RetrieveAsync(id, CreditNotesRetrieveRequest { ... }) -> CreditNote +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a `CreditNote` object with the given `id`. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.CreditNotes.RetrieveAsync("id", new CreditNotesRetrieveRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+ +
+
+ +**request:** `CreditNotesRetrieveRequest` + +
+
+
+
+ + +
+
+
+ +
client.Accounting.CreditNotes.MetaPostRetrieveAsync() -> Accounting.MetaResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns metadata for `CreditNote` POSTs. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.CreditNotes.MetaPostRetrieveAsync(); +``` +
+
+
+
+ + +
+
+
+ +## Accounting Scopes +
client.Accounting.Scopes.DefaultScopesRetrieveAsync() -> Accounting.CommonModelScopeApi +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Get the default permissions for Merge Common Models and fields across all Linked Accounts of a given category. [Learn more](https://help.merge.dev/en/articles/5950052-common-model-and-field-scopes). +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.Scopes.DefaultScopesRetrieveAsync(); +``` +
+
+
+
+ + +
+
+
+ +
client.Accounting.Scopes.LinkedAccountScopesRetrieveAsync() -> Accounting.CommonModelScopeApi +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Get all available permissions for Merge Common Models and fields for a single Linked Account. [Learn more](https://help.merge.dev/en/articles/5950052-common-model-and-field-scopes). +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.Scopes.LinkedAccountScopesRetrieveAsync(); +``` +
+
+
+
+ + +
+
+
+ +
client.Accounting.Scopes.LinkedAccountScopesCreateAsync(LinkedAccountCommonModelScopeDeserializerRequest { ... }) -> Accounting.CommonModelScopeApi +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Update permissions for any Common Model or field for a single Linked Account. Any Scopes not set in this POST request will inherit the default Scopes. [Learn more](https://help.merge.dev/en/articles/5950052-common-model-and-field-scopes) +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.Scopes.LinkedAccountScopesCreateAsync( + new LinkedAccountCommonModelScopeDeserializerRequest + { + CommonModels = + new List() + { + new Merge.Client.Accounting.IndividualCommonModelScopeDeserializerRequest + { + ModelName = "Employee", + ModelPermissions = new Dictionary< + string, + Merge.Client.Accounting.ModelPermissionDeserializerRequest + >() + { + { + "READ", + new Merge.Client.Accounting.ModelPermissionDeserializerRequest + { + IsEnabled = true, + } + }, + { + "WRITE", + new Merge.Client.Accounting.ModelPermissionDeserializerRequest + { + IsEnabled = false, + } + }, + }, + FieldPermissions = + new Merge.Client.Accounting.FieldPermissionDeserializerRequest + { + EnabledFields = new List() { "avatar", "home_location" }, + DisabledFields = new List() { "work_location" }, + }, + }, + new Merge.Client.Accounting.IndividualCommonModelScopeDeserializerRequest + { + ModelName = "Benefit", + ModelPermissions = new Dictionary< + string, + Merge.Client.Accounting.ModelPermissionDeserializerRequest + >() + { + { + "WRITE", + new Merge.Client.Accounting.ModelPermissionDeserializerRequest + { + IsEnabled = false, + } + }, + }, + }, + }, + } +); +``` + + + + + +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `LinkedAccountCommonModelScopeDeserializerRequest` + +
+
+
+
+ + + + + + +## Accounting DeleteAccount +
client.Accounting.DeleteAccount.DeleteAsync() +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Delete a linked account. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.DeleteAccount.DeleteAsync(); +``` +
+
+
+
+ + +
+
+
+ +## Accounting Employees +
client.Accounting.Employees.ListAsync(EmployeesListRequest { ... }) -> Accounting.PaginatedEmployeeList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `Employee` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.Employees.ListAsync(new EmployeesListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `EmployeesListRequest` + +
+
+
+
+ + +
+
+
+ +
client.Accounting.Employees.RetrieveAsync(id, EmployeesRetrieveRequest { ... }) -> Accounting.Employee +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns an `Employee` object with the given `id`. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.Employees.RetrieveAsync("id", new EmployeesRetrieveRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+ +
+
+ +**request:** `EmployeesRetrieveRequest` + +
+
+
+
+ + +
+
+
+ +## Accounting Expenses +
client.Accounting.Expenses.ListAsync(ExpensesListRequest { ... }) -> PaginatedExpenseList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `Expense` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.Expenses.ListAsync(new ExpensesListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `ExpensesListRequest` + +
+
+
+
+ + +
+
+
+ +
client.Accounting.Expenses.CreateAsync(ExpenseEndpointRequest { ... }) -> ExpenseResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Creates an `Expense` object with the given values. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.Expenses.CreateAsync( + new ExpenseEndpointRequest { Model = new ExpenseRequest() } +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `ExpenseEndpointRequest` + +
+
+
+
+ + +
+
+
+ +
client.Accounting.Expenses.RetrieveAsync(id, ExpensesRetrieveRequest { ... }) -> Expense +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns an `Expense` object with the given `id`. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.Expenses.RetrieveAsync("id", new ExpensesRetrieveRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+ +
+
+ +**request:** `ExpensesRetrieveRequest` + +
+
+
+
+ + +
+
+
+ +
client.Accounting.Expenses.LinesRemoteFieldClassesListAsync(ExpensesLinesRemoteFieldClassesListRequest { ... }) -> Accounting.PaginatedRemoteFieldClassList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `RemoteFieldClass` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.Expenses.LinesRemoteFieldClassesListAsync( + new ExpensesLinesRemoteFieldClassesListRequest() +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `ExpensesLinesRemoteFieldClassesListRequest` + +
+
+
+
+ + +
+
+
+ +
client.Accounting.Expenses.MetaPostRetrieveAsync() -> Accounting.MetaResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns metadata for `Expense` POSTs. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.Expenses.MetaPostRetrieveAsync(); +``` +
+
+
+
+ + +
+
+
+ +
client.Accounting.Expenses.RemoteFieldClassesListAsync(ExpensesRemoteFieldClassesListRequest { ... }) -> Accounting.PaginatedRemoteFieldClassList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `RemoteFieldClass` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.Expenses.RemoteFieldClassesListAsync( + new ExpensesRemoteFieldClassesListRequest() +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `ExpensesRemoteFieldClassesListRequest` + +
+
+
+
+ + +
+
+
+ +## Accounting FieldMapping +
client.Accounting.FieldMapping.FieldMappingsRetrieveAsync(FieldMappingsRetrieveRequest { ... }) -> Accounting.FieldMappingApiInstanceResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Get all Field Mappings for this Linked Account. Field Mappings are mappings between third-party Remote Fields and user defined Merge fields. [Learn more](https://docs.merge.dev/supplemental-data/field-mappings/overview/). +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.FieldMapping.FieldMappingsRetrieveAsync(new FieldMappingsRetrieveRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `FieldMappingsRetrieveRequest` + +
+
+
+
+ + +
+
+
+ +
client.Accounting.FieldMapping.FieldMappingsCreateAsync(CreateFieldMappingRequest { ... }) -> Accounting.FieldMappingInstanceResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Create new Field Mappings that will be available after the next scheduled sync. This will cause the next sync for this Linked Account to sync **ALL** data from start. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.FieldMapping.FieldMappingsCreateAsync( + new CreateFieldMappingRequest + { + TargetFieldName = "example_target_field_name", + TargetFieldDescription = "this is a example description of the target field", + RemoteFieldTraversalPath = new List() { "example_remote_field" }, + RemoteMethod = "GET", + RemoteUrlPath = "/example-url-path", + CommonModelName = "ExampleCommonModel", + } +); +``` + + + + + +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `CreateFieldMappingRequest` + +
+
+
+
+ + + + + + +
client.Accounting.FieldMapping.FieldMappingsDestroyAsync(fieldMappingId) -> Accounting.FieldMappingInstanceResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Deletes Field Mappings for a Linked Account. All data related to this Field Mapping will be deleted and these changes will be reflected after the next scheduled sync. This will cause the next sync for this Linked Account to sync **ALL** data from start. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.FieldMapping.FieldMappingsDestroyAsync("field_mapping_id"); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**fieldMappingId:** `string` + +
+
+
+
+ + +
+
+
+ +
client.Accounting.FieldMapping.FieldMappingsPartialUpdateAsync(fieldMappingId, PatchedEditFieldMappingRequest { ... }) -> Accounting.FieldMappingInstanceResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Create or update existing Field Mappings for a Linked Account. Changes will be reflected after the next scheduled sync. This will cause the next sync for this Linked Account to sync **ALL** data from start. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.FieldMapping.FieldMappingsPartialUpdateAsync( + "field_mapping_id", + new PatchedEditFieldMappingRequest() +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**fieldMappingId:** `string` + +
+
+ +
+
+ +**request:** `PatchedEditFieldMappingRequest` + +
+
+
+
+ + +
+
+
+ +
client.Accounting.FieldMapping.RemoteFieldsRetrieveAsync(RemoteFieldsRetrieveRequest { ... }) -> Accounting.RemoteFieldApiResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Get all remote fields for a Linked Account. Remote fields are third-party fields that are accessible after initial sync if remote_data is enabled. You can use remote fields to override existing Merge fields or map a new Merge field. [Learn more](https://docs.merge.dev/supplemental-data/field-mappings/overview/). +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.FieldMapping.RemoteFieldsRetrieveAsync(new RemoteFieldsRetrieveRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `RemoteFieldsRetrieveRequest` + +
+
+
+
+ + +
+
+
+ +
client.Accounting.FieldMapping.TargetFieldsRetrieveAsync() -> Accounting.ExternalTargetFieldApiResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Get all organization-wide Target Fields, this will not include any Linked Account specific Target Fields. Organization-wide Target Fields are additional fields appended to the Merge Common Model for all Linked Accounts in a category. [Learn more](https://docs.merge.dev/supplemental-data/field-mappings/target-fields/). +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.FieldMapping.TargetFieldsRetrieveAsync(); +``` +
+
+
+
+ + +
+
+
+ +## Accounting GeneralLedgerTransactions +
client.Accounting.GeneralLedgerTransactions.ListAsync(GeneralLedgerTransactionsListRequest { ... }) -> PaginatedGeneralLedgerTransactionList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `GeneralLedgerTransaction` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.GeneralLedgerTransactions.ListAsync( + new GeneralLedgerTransactionsListRequest() +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `GeneralLedgerTransactionsListRequest` + +
+
+
+
+ + +
+
+
+ +
client.Accounting.GeneralLedgerTransactions.RetrieveAsync(id, GeneralLedgerTransactionsRetrieveRequest { ... }) -> GeneralLedgerTransaction +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a `GeneralLedgerTransaction` object with the given `id`. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.GeneralLedgerTransactions.RetrieveAsync( + "id", + new GeneralLedgerTransactionsRetrieveRequest() +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+ +
+
+ +**request:** `GeneralLedgerTransactionsRetrieveRequest` + +
+
+
+
+ + +
+
+
+ +## Accounting GenerateKey +
client.Accounting.GenerateKey.CreateAsync(GenerateRemoteKeyRequest { ... }) -> Accounting.RemoteKey +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Create a remote key. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.GenerateKey.CreateAsync( + new GenerateRemoteKeyRequest { Name = "Remote Deployment Key 1" } +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `GenerateRemoteKeyRequest` + +
+
+
+
+ + +
+
+
+ +## Accounting IncomeStatements +
client.Accounting.IncomeStatements.ListAsync(IncomeStatementsListRequest { ... }) -> PaginatedIncomeStatementList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `IncomeStatement` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.IncomeStatements.ListAsync(new IncomeStatementsListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `IncomeStatementsListRequest` + +
+
+
+
+ + +
+
+
+ +
client.Accounting.IncomeStatements.RetrieveAsync(id, IncomeStatementsRetrieveRequest { ... }) -> IncomeStatement +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns an `IncomeStatement` object with the given `id`. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.IncomeStatements.RetrieveAsync("id", new IncomeStatementsRetrieveRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+ +
+
+ +**request:** `IncomeStatementsRetrieveRequest` + +
+
+
+
+ + +
+
+
+ +## Accounting Invoices +
client.Accounting.Invoices.ListAsync(InvoicesListRequest { ... }) -> PaginatedInvoiceList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `Invoice` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.Invoices.ListAsync(new InvoicesListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `InvoicesListRequest` + +
+
+
+
+ + +
+
+
+ +
client.Accounting.Invoices.CreateAsync(InvoiceEndpointRequest { ... }) -> InvoiceResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Creates an `Invoice` object with the given values. +Including a `PurchaseOrder` id in the `purchase_orders` property will generate an Accounts Payable Invoice from the specified Purchase Order(s). +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.Invoices.CreateAsync( + new InvoiceEndpointRequest { Model = new InvoiceRequest() } +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `InvoiceEndpointRequest` + +
+
+
+
+ + +
+
+
+ +
client.Accounting.Invoices.RetrieveAsync(id, InvoicesRetrieveRequest { ... }) -> Invoice +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns an `Invoice` object with the given `id`. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.Invoices.RetrieveAsync("id", new InvoicesRetrieveRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+ +
+
+ +**request:** `InvoicesRetrieveRequest` + +
+
+
+
+ + +
+
+
+ +
client.Accounting.Invoices.PartialUpdateAsync(id, PatchedInvoiceEndpointRequest { ... }) -> InvoiceResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Updates an `Invoice` object with the given `id`. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.Invoices.PartialUpdateAsync( + "id", + new PatchedInvoiceEndpointRequest { Model = new InvoiceRequest() } +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+ +
+
+ +**request:** `PatchedInvoiceEndpointRequest` + +
+
+
+
+ + +
+
+
+ +
client.Accounting.Invoices.LineItemsRemoteFieldClassesListAsync(InvoicesLineItemsRemoteFieldClassesListRequest { ... }) -> Accounting.PaginatedRemoteFieldClassList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `RemoteFieldClass` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.Invoices.LineItemsRemoteFieldClassesListAsync( + new InvoicesLineItemsRemoteFieldClassesListRequest() +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `InvoicesLineItemsRemoteFieldClassesListRequest` + +
+
+
+
+ + +
+
+
+ +
client.Accounting.Invoices.MetaPatchRetrieveAsync(id) -> Accounting.MetaResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns metadata for `Invoice` PATCHs. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.Invoices.MetaPatchRetrieveAsync("id"); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+
+
+ + +
+
+
+ +
client.Accounting.Invoices.MetaPostRetrieveAsync() -> Accounting.MetaResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns metadata for `Invoice` POSTs. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.Invoices.MetaPostRetrieveAsync(); +``` +
+
+
+
+ + +
+
+
+ +
client.Accounting.Invoices.RemoteFieldClassesListAsync(InvoicesRemoteFieldClassesListRequest { ... }) -> Accounting.PaginatedRemoteFieldClassList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `RemoteFieldClass` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.Invoices.RemoteFieldClassesListAsync( + new InvoicesRemoteFieldClassesListRequest() +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `InvoicesRemoteFieldClassesListRequest` + +
+
+
+
+ + +
+
+
+ +## Accounting Issues +
client.Accounting.Issues.ListAsync(IssuesListRequest { ... }) -> Accounting.PaginatedIssueList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Gets all issues for Organization. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.Issues.ListAsync(new IssuesListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `IssuesListRequest` + +
+
+
+
+ + +
+
+
+ +
client.Accounting.Issues.RetrieveAsync(id) -> Accounting.Issue +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Get a specific issue. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.Issues.RetrieveAsync("id"); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+
+
+ + +
+
+
+ +## Accounting Items +
client.Accounting.Items.ListAsync(ItemsListRequest { ... }) -> PaginatedItemList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `Item` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.Items.ListAsync(new ItemsListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `ItemsListRequest` + +
+
+
+
+ + +
+
+
+ +
client.Accounting.Items.RetrieveAsync(id, ItemsRetrieveRequest { ... }) -> Item +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns an `Item` object with the given `id`. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.Items.RetrieveAsync("id", new ItemsRetrieveRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+ +
+
+ +**request:** `ItemsRetrieveRequest` + +
+
+
+
+ + +
+
+
+ +## Accounting JournalEntries +
client.Accounting.JournalEntries.ListAsync(JournalEntriesListRequest { ... }) -> PaginatedJournalEntryList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `JournalEntry` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.JournalEntries.ListAsync(new JournalEntriesListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `JournalEntriesListRequest` + +
+
+
+
+ + +
+
+
+ +
client.Accounting.JournalEntries.CreateAsync(JournalEntryEndpointRequest { ... }) -> JournalEntryResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Creates a `JournalEntry` object with the given values. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.JournalEntries.CreateAsync( + new JournalEntryEndpointRequest { Model = new JournalEntryRequest() } +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `JournalEntryEndpointRequest` + +
+
+
+
+ + +
+
+
+ +
client.Accounting.JournalEntries.RetrieveAsync(id, JournalEntriesRetrieveRequest { ... }) -> JournalEntry +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a `JournalEntry` object with the given `id`. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.JournalEntries.RetrieveAsync("id", new JournalEntriesRetrieveRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+ +
+
+ +**request:** `JournalEntriesRetrieveRequest` + +
+
+
+
+ + +
+
+
+ +
client.Accounting.JournalEntries.LinesRemoteFieldClassesListAsync(JournalEntriesLinesRemoteFieldClassesListRequest { ... }) -> Accounting.PaginatedRemoteFieldClassList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `RemoteFieldClass` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.JournalEntries.LinesRemoteFieldClassesListAsync( + new JournalEntriesLinesRemoteFieldClassesListRequest() +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `JournalEntriesLinesRemoteFieldClassesListRequest` + +
+
+
+
+ + +
+
+
+ +
client.Accounting.JournalEntries.MetaPostRetrieveAsync() -> Accounting.MetaResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns metadata for `JournalEntry` POSTs. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.JournalEntries.MetaPostRetrieveAsync(); +``` +
+
+
+
+ + +
+
+
+ +
client.Accounting.JournalEntries.RemoteFieldClassesListAsync(JournalEntriesRemoteFieldClassesListRequest { ... }) -> Accounting.PaginatedRemoteFieldClassList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `RemoteFieldClass` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.JournalEntries.RemoteFieldClassesListAsync( + new JournalEntriesRemoteFieldClassesListRequest() +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `JournalEntriesRemoteFieldClassesListRequest` + +
+
+
+
+ + +
+
+
+ +## Accounting LinkToken +
client.Accounting.LinkToken.CreateAsync(EndUserDetailsRequest { ... }) -> Accounting.LinkToken +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Creates a link token to be used when linking a new end user. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.LinkToken.CreateAsync( + new EndUserDetailsRequest + { + EndUserEmailAddress = "example@gmail.com", + EndUserOrganizationName = "Test Organization", + EndUserOriginId = "12345", + Categories = new List() + { + Merge.Client.Accounting.CategoriesEnum.Hris, + Merge.Client.Accounting.CategoriesEnum.Ats, + }, + } +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `EndUserDetailsRequest` + +
+
+
+
+ + +
+
+
+ +## Accounting LinkedAccounts +
client.Accounting.LinkedAccounts.ListAsync(LinkedAccountsListRequest { ... }) -> Accounting.PaginatedAccountDetailsAndActionsList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +List linked accounts for your organization. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.LinkedAccounts.ListAsync(new LinkedAccountsListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `LinkedAccountsListRequest` + +
+
+
+
+ + +
+
+
+ +## Accounting Passthrough +
client.Accounting.Passthrough.CreateAsync(Accounting.DataPassthroughRequest { ... }) -> Accounting.RemoteResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Pull data from an endpoint not currently supported by Merge. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.Passthrough.CreateAsync( + new Merge.Client.Accounting.DataPassthroughRequest + { + Method = Merge.Client.Accounting.MethodEnum.Get, + Path = "/scooters", + } +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `Accounting.DataPassthroughRequest` + +
+
+
+
+ + +
+
+
+ +## Accounting PaymentMethods +
client.Accounting.PaymentMethods.ListAsync(PaymentMethodsListRequest { ... }) -> PaginatedPaymentMethodList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `PaymentMethod` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.PaymentMethods.ListAsync(new PaymentMethodsListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `PaymentMethodsListRequest` + +
+
+
+
+ + +
+
+
+ +
client.Accounting.PaymentMethods.RetrieveAsync(id, PaymentMethodsRetrieveRequest { ... }) -> PaymentMethod +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a `PaymentMethod` object with the given `id`. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.PaymentMethods.RetrieveAsync("id", new PaymentMethodsRetrieveRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+ +
+
+ +**request:** `PaymentMethodsRetrieveRequest` + +
+
+
+
+ + +
+
+
+ +## Accounting PaymentTerms +
client.Accounting.PaymentTerms.ListAsync(PaymentTermsListRequest { ... }) -> PaginatedPaymentTermList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `PaymentTerm` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.PaymentTerms.ListAsync(new PaymentTermsListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `PaymentTermsListRequest` + +
+
+
+
+ + +
+
+
+ +
client.Accounting.PaymentTerms.RetrieveAsync(id, PaymentTermsRetrieveRequest { ... }) -> PaymentTerm +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a `PaymentTerm` object with the given `id`. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.PaymentTerms.RetrieveAsync("id", new PaymentTermsRetrieveRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+ +
+
+ +**request:** `PaymentTermsRetrieveRequest` + +
+
+
+
+ + +
+
+
+ +## Accounting Payments +
client.Accounting.Payments.ListAsync(PaymentsListRequest { ... }) -> PaginatedPaymentList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `Payment` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.Payments.ListAsync(new PaymentsListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `PaymentsListRequest` + +
+
+
+
+ + +
+
+
+ +
client.Accounting.Payments.CreateAsync(PaymentEndpointRequest { ... }) -> PaymentResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Creates a `Payment` object with the given values. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.Payments.CreateAsync( + new PaymentEndpointRequest { Model = new PaymentRequest() } +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `PaymentEndpointRequest` + +
+
+
+
+ + +
+
+
+ +
client.Accounting.Payments.RetrieveAsync(id, PaymentsRetrieveRequest { ... }) -> Payment +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a `Payment` object with the given `id`. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.Payments.RetrieveAsync("id", new PaymentsRetrieveRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+ +
+
+ +**request:** `PaymentsRetrieveRequest` + +
+
+
+
+ + +
+
+
+ +
client.Accounting.Payments.PartialUpdateAsync(id, PatchedPaymentEndpointRequest { ... }) -> PaymentResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Updates a `Payment` object with the given `id`. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.Payments.PartialUpdateAsync( + "id", + new PatchedPaymentEndpointRequest { Model = new PatchedPaymentRequest() } +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+ +
+
+ +**request:** `PatchedPaymentEndpointRequest` + +
+
+
+
+ + +
+
+
+ +
client.Accounting.Payments.LineItemsRemoteFieldClassesListAsync(PaymentsLineItemsRemoteFieldClassesListRequest { ... }) -> Accounting.PaginatedRemoteFieldClassList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `RemoteFieldClass` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.Payments.LineItemsRemoteFieldClassesListAsync( + new PaymentsLineItemsRemoteFieldClassesListRequest() +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `PaymentsLineItemsRemoteFieldClassesListRequest` + +
+
+
+
+ + +
+
+
+ +
client.Accounting.Payments.MetaPatchRetrieveAsync(id) -> Accounting.MetaResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns metadata for `Payment` PATCHs. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.Payments.MetaPatchRetrieveAsync("id"); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+
+
+ + +
+
+
+ +
client.Accounting.Payments.MetaPostRetrieveAsync() -> Accounting.MetaResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns metadata for `Payment` POSTs. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.Payments.MetaPostRetrieveAsync(); +``` +
+
+
+
+ + +
+
+
+ +
client.Accounting.Payments.RemoteFieldClassesListAsync(PaymentsRemoteFieldClassesListRequest { ... }) -> Accounting.PaginatedRemoteFieldClassList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `RemoteFieldClass` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.Payments.RemoteFieldClassesListAsync( + new PaymentsRemoteFieldClassesListRequest() +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `PaymentsRemoteFieldClassesListRequest` + +
+
+
+
+ + +
+
+
+ +## Accounting PhoneNumbers +
client.Accounting.PhoneNumbers.RetrieveAsync(id, PhoneNumbersRetrieveRequest { ... }) -> AccountingPhoneNumber +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns an `AccountingPhoneNumber` object with the given `id`. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.PhoneNumbers.RetrieveAsync("id", new PhoneNumbersRetrieveRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+ +
+
+ +**request:** `PhoneNumbersRetrieveRequest` + +
+
+
+
+ + +
+
+
+ +## Accounting PurchaseOrders +
client.Accounting.PurchaseOrders.ListAsync(PurchaseOrdersListRequest { ... }) -> PaginatedPurchaseOrderList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `PurchaseOrder` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.PurchaseOrders.ListAsync(new PurchaseOrdersListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `PurchaseOrdersListRequest` + +
+
+
+
+ + +
+
+
+ +
client.Accounting.PurchaseOrders.CreateAsync(PurchaseOrderEndpointRequest { ... }) -> PurchaseOrderResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Creates a `PurchaseOrder` object with the given values. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.PurchaseOrders.CreateAsync( + new PurchaseOrderEndpointRequest { Model = new PurchaseOrderRequest() } +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `PurchaseOrderEndpointRequest` + +
+
+
+
+ + +
+
+
+ +
client.Accounting.PurchaseOrders.RetrieveAsync(id, PurchaseOrdersRetrieveRequest { ... }) -> PurchaseOrder +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a `PurchaseOrder` object with the given `id`. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.PurchaseOrders.RetrieveAsync("id", new PurchaseOrdersRetrieveRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+ +
+
+ +**request:** `PurchaseOrdersRetrieveRequest` + +
+
+
+
+ + +
+
+
+ +
client.Accounting.PurchaseOrders.LineItemsRemoteFieldClassesListAsync(PurchaseOrdersLineItemsRemoteFieldClassesListRequest { ... }) -> Accounting.PaginatedRemoteFieldClassList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `RemoteFieldClass` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.PurchaseOrders.LineItemsRemoteFieldClassesListAsync( + new PurchaseOrdersLineItemsRemoteFieldClassesListRequest() +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `PurchaseOrdersLineItemsRemoteFieldClassesListRequest` + +
+
+
+
+ + +
+
+
+ +
client.Accounting.PurchaseOrders.MetaPostRetrieveAsync() -> Accounting.MetaResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns metadata for `PurchaseOrder` POSTs. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.PurchaseOrders.MetaPostRetrieveAsync(); +``` +
+
+
+
+ + +
+
+
+ +
client.Accounting.PurchaseOrders.RemoteFieldClassesListAsync(PurchaseOrdersRemoteFieldClassesListRequest { ... }) -> Accounting.PaginatedRemoteFieldClassList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `RemoteFieldClass` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.PurchaseOrders.RemoteFieldClassesListAsync( + new PurchaseOrdersRemoteFieldClassesListRequest() +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `PurchaseOrdersRemoteFieldClassesListRequest` + +
+
+
+
+ + +
+
+
+ +## Accounting RegenerateKey +
client.Accounting.RegenerateKey.CreateAsync(RemoteKeyForRegenerationRequest { ... }) -> Accounting.RemoteKey +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Exchange remote keys. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.RegenerateKey.CreateAsync( + new RemoteKeyForRegenerationRequest { Name = "Remote Deployment Key 1" } +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `RemoteKeyForRegenerationRequest` + +
+
+
+
+ + +
+
+
+ +## Accounting SyncStatus +
client.Accounting.SyncStatus.ListAsync(SyncStatusListRequest { ... }) -> Accounting.PaginatedSyncStatusList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Get sync status for the current sync and the most recently finished sync. `last_sync_start` represents the most recent time any sync began. `last_sync_finished` represents the most recent time any sync completed. These timestamps may correspond to different sync instances which may result in a sync start time being later than a separate sync completed time. To ensure you are retrieving the latest available data reference the `last_sync_finished` timestamp where `last_sync_result` is `DONE`. Possible values for `status` and `last_sync_result` are `DISABLED`, `DONE`, `FAILED`, `PARTIALLY_SYNCED`, `PAUSED`, `SYNCING`. Learn more about sync status in our [Help Center](https://help.merge.dev/en/articles/8184193-merge-sync-statuses). +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.SyncStatus.ListAsync(new SyncStatusListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `SyncStatusListRequest` + +
+
+
+
+ + +
+
+
+ +## Accounting ForceResync +
client.Accounting.ForceResync.SyncStatusResyncCreateAsync() -> IEnumerable +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Force re-sync of all models. This endpoint is available for monthly, quarterly, and highest sync frequency customers on the Professional or Enterprise plans. Doing so will consume a sync credit for the relevant linked account. Force re-syncs can also be triggered manually in the Merge Dashboard and is available for all customers. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.ForceResync.SyncStatusResyncCreateAsync(); +``` +
+
+
+
+ + +
+
+
+ +## Accounting TaxRates +
client.Accounting.TaxRates.ListAsync(TaxRatesListRequest { ... }) -> PaginatedTaxRateList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `TaxRate` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.TaxRates.ListAsync(new TaxRatesListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `TaxRatesListRequest` + +
+
+
+
+ + +
+
+
+ +
client.Accounting.TaxRates.RetrieveAsync(id, TaxRatesRetrieveRequest { ... }) -> TaxRate +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a `TaxRate` object with the given `id`. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.TaxRates.RetrieveAsync("id", new TaxRatesRetrieveRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+ +
+
+ +**request:** `TaxRatesRetrieveRequest` + +
+
+
+
+ + +
+
+
+ +## Accounting TrackingCategories +
client.Accounting.TrackingCategories.ListAsync(TrackingCategoriesListRequest { ... }) -> PaginatedTrackingCategoryList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `TrackingCategory` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.TrackingCategories.ListAsync(new TrackingCategoriesListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `TrackingCategoriesListRequest` + +
+
+
+
+ + +
+
+
+ +
client.Accounting.TrackingCategories.RetrieveAsync(id, TrackingCategoriesRetrieveRequest { ... }) -> TrackingCategory +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a `TrackingCategory` object with the given `id`. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.TrackingCategories.RetrieveAsync( + "id", + new TrackingCategoriesRetrieveRequest() +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+ +
+
+ +**request:** `TrackingCategoriesRetrieveRequest` + +
+
+
+
+ + +
+
+
+ +## Accounting Transactions +
client.Accounting.Transactions.ListAsync(TransactionsListRequest { ... }) -> PaginatedTransactionList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `Transaction` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.Transactions.ListAsync(new TransactionsListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `TransactionsListRequest` + +
+
+
+
+ + +
+
+
+ +
client.Accounting.Transactions.RetrieveAsync(id, TransactionsRetrieveRequest { ... }) -> Transaction +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a `Transaction` object with the given `id`. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.Transactions.RetrieveAsync("id", new TransactionsRetrieveRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+ +
+
+ +**request:** `TransactionsRetrieveRequest` + +
+
+
+
+ + +
+
+
+ +## Accounting VendorCredits +
client.Accounting.VendorCredits.ListAsync(VendorCreditsListRequest { ... }) -> PaginatedVendorCreditList +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `VendorCredit` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.VendorCredits.ListAsync(new VendorCreditsListRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `VendorCreditsListRequest` + +
+
+
+
+ + +
+
+
+ +
client.Accounting.VendorCredits.CreateAsync(VendorCreditEndpointRequest { ... }) -> VendorCreditResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Creates a `VendorCredit` object with the given values. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.VendorCredits.CreateAsync( + new VendorCreditEndpointRequest { Model = new VendorCreditRequest() } +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `VendorCreditEndpointRequest` + +
+
+
+
+ + +
+
+
+ +
client.Accounting.VendorCredits.RetrieveAsync(id, VendorCreditsRetrieveRequest { ... }) -> VendorCredit +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a `VendorCredit` object with the given `id`. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.VendorCredits.RetrieveAsync("id", new VendorCreditsRetrieveRequest()); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**id:** `string` + +
+
+ +
+
+ +**request:** `VendorCreditsRetrieveRequest` + +
+
+
+
+ + +
+
+
+ +
client.Accounting.VendorCredits.MetaPostRetrieveAsync() -> Accounting.MetaResponse +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns metadata for `VendorCredit` POSTs. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.VendorCredits.MetaPostRetrieveAsync(); +``` +
+
+
+
+ + +
+
+
+ +## Accounting WebhookReceivers +
client.Accounting.WebhookReceivers.ListAsync() -> IEnumerable +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Returns a list of `WebhookReceiver` objects. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.WebhookReceivers.ListAsync(); +``` +
+
+
+
+ + +
+
+
+ +
client.Accounting.WebhookReceivers.CreateAsync(WebhookReceiverRequest { ... }) -> Accounting.WebhookReceiver +
+
+ +#### 📝 Description + +
+
+ +
+
+ +Creates a `WebhookReceiver` object with the given values. +
+
+
+
+ +#### 🔌 Usage + +
+
+ +
+
+ +```csharp +await client.Accounting.WebhookReceivers.CreateAsync( + new WebhookReceiverRequest { Event = "event", IsActive = true } +); +``` +
+
+
+
+ +#### ⚙️ Parameters + +
+
+ +
+
+ +**request:** `WebhookReceiverRequest` + +
+
+
+
+ + +
+
+
diff --git a/src/Merge.Client.sln b/src/Merge.Client.sln index 0056acbb..f24c7e9b 100644 --- a/src/Merge.Client.sln +++ b/src/Merge.Client.sln @@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.0.31903.59 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Merge.Client", "Merge.Client\Merge.Client.csproj", "{99CD0E0D-82DE-4D05-9ABF-5B67B4058FC8}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Merge.Client", "Merge.Client\Merge.Client.csproj", "{F564FD08-8F64-4BA3-A9FD-3AC19D63B5F6}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Merge.Client.Test", "Merge.Client.Test\Merge.Client.Test.csproj", "{EF07BAED-762B-45DE-A732-0FA850FDEB9C}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Merge.Client.Test", "Merge.Client.Test\Merge.Client.Test.csproj", "{FDEE9F11-6CD6-41A4-A07F-B6C2F83907D9}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -16,13 +16,13 @@ Global HideSolutionNode = FALSE EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {99CD0E0D-82DE-4D05-9ABF-5B67B4058FC8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {99CD0E0D-82DE-4D05-9ABF-5B67B4058FC8}.Debug|Any CPU.Build.0 = Debug|Any CPU - {99CD0E0D-82DE-4D05-9ABF-5B67B4058FC8}.Release|Any CPU.ActiveCfg = Release|Any CPU - {99CD0E0D-82DE-4D05-9ABF-5B67B4058FC8}.Release|Any CPU.Build.0 = Release|Any CPU - {EF07BAED-762B-45DE-A732-0FA850FDEB9C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {EF07BAED-762B-45DE-A732-0FA850FDEB9C}.Debug|Any CPU.Build.0 = Debug|Any CPU - {EF07BAED-762B-45DE-A732-0FA850FDEB9C}.Release|Any CPU.ActiveCfg = Release|Any CPU - {EF07BAED-762B-45DE-A732-0FA850FDEB9C}.Release|Any CPU.Build.0 = Release|Any CPU + {F564FD08-8F64-4BA3-A9FD-3AC19D63B5F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F564FD08-8F64-4BA3-A9FD-3AC19D63B5F6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F564FD08-8F64-4BA3-A9FD-3AC19D63B5F6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F564FD08-8F64-4BA3-A9FD-3AC19D63B5F6}.Release|Any CPU.Build.0 = Release|Any CPU + {FDEE9F11-6CD6-41A4-A07F-B6C2F83907D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FDEE9F11-6CD6-41A4-A07F-B6C2F83907D9}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FDEE9F11-6CD6-41A4-A07F-B6C2F83907D9}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FDEE9F11-6CD6-41A4-A07F-B6C2F83907D9}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection EndGlobal diff --git a/src/Merge.Client/Accounting/AccountingClient.cs b/src/Merge.Client/Accounting/AccountingClient.cs index d8ad1aa2..9974dca3 100644 --- a/src/Merge.Client/Accounting/AccountingClient.cs +++ b/src/Merge.Client/Accounting/AccountingClient.cs @@ -41,6 +41,8 @@ internal AccountingClient(RawClient client) LinkToken = new LinkTokenClient(_client); LinkedAccounts = new LinkedAccountsClient(_client); Passthrough = new PassthroughClient(_client); + PaymentMethods = new PaymentMethodsClient(_client); + PaymentTerms = new PaymentTermsClient(_client); Payments = new PaymentsClient(_client); PhoneNumbers = new PhoneNumbersClient(_client); PurchaseOrders = new PurchaseOrdersClient(_client); @@ -118,6 +120,10 @@ internal AccountingClient(RawClient client) public PassthroughClient Passthrough { get; } + public PaymentMethodsClient PaymentMethods { get; } + + public PaymentTermsClient PaymentTerms { get; } + public PaymentsClient Payments { get; } public PhoneNumbersClient PhoneNumbers { get; } diff --git a/src/Merge.Client/Accounting/AccountingPeriods/AccountingPeriodsClient.cs b/src/Merge.Client/Accounting/AccountingPeriods/AccountingPeriodsClient.cs index 3beb3516..99c2d49f 100644 --- a/src/Merge.Client/Accounting/AccountingPeriods/AccountingPeriodsClient.cs +++ b/src/Merge.Client/Accounting/AccountingPeriods/AccountingPeriodsClient.cs @@ -105,6 +105,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } var response = await _client .MakeRequestAsync( new RawClient.JsonApiRequest diff --git a/src/Merge.Client/Accounting/AccountingPeriods/Requests/AccountingPeriodsRetrieveRequest.cs b/src/Merge.Client/Accounting/AccountingPeriods/Requests/AccountingPeriodsRetrieveRequest.cs index c597e5a0..8a698e76 100644 --- a/src/Merge.Client/Accounting/AccountingPeriods/Requests/AccountingPeriodsRetrieveRequest.cs +++ b/src/Merge.Client/Accounting/AccountingPeriods/Requests/AccountingPeriodsRetrieveRequest.cs @@ -9,6 +9,11 @@ public record AccountingPeriodsRetrieveRequest /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Accounting/Accounts/AccountsClient.cs b/src/Merge.Client/Accounting/Accounts/AccountsClient.cs index 58db9b77..b1661c20 100644 --- a/src/Merge.Client/Accounting/Accounts/AccountsClient.cs +++ b/src/Merge.Client/Accounting/Accounts/AccountsClient.cs @@ -79,6 +79,10 @@ public async System.Threading.Tasks.Task ListAsync( Constants.DateTimeFormat ); } + if (request.Name != null) + { + _query["name"] = request.Name; + } if (request.PageSize != null) { _query["page_size"] = request.PageSize.Value.ToString(); @@ -213,6 +217,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } if (request.RemoteFields != null) { _query["remote_fields"] = request.RemoteFields.Value.Stringify(); diff --git a/src/Merge.Client/Accounting/Accounts/Requests/AccountsListRequest.cs b/src/Merge.Client/Accounting/Accounts/Requests/AccountsListRequest.cs index 55f250af..2e08dc53 100644 --- a/src/Merge.Client/Accounting/Accounts/Requests/AccountsListRequest.cs +++ b/src/Merge.Client/Accounting/Accounts/Requests/AccountsListRequest.cs @@ -59,6 +59,11 @@ public record AccountsListRequest /// public DateTime? ModifiedBefore { get; set; } + /// + /// If provided, will only return Accounts with this name. + /// + public string? Name { get; set; } + /// /// Number of results to return per page. /// diff --git a/src/Merge.Client/Accounting/Accounts/Requests/AccountsRetrieveRequest.cs b/src/Merge.Client/Accounting/Accounts/Requests/AccountsRetrieveRequest.cs index f044a15f..a9362d31 100644 --- a/src/Merge.Client/Accounting/Accounts/Requests/AccountsRetrieveRequest.cs +++ b/src/Merge.Client/Accounting/Accounts/Requests/AccountsRetrieveRequest.cs @@ -14,6 +14,11 @@ public record AccountsRetrieveRequest /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + /// /// Deprecated. Use show_enum_origins. /// diff --git a/src/Merge.Client/Accounting/Addresses/AddressesClient.cs b/src/Merge.Client/Accounting/Addresses/AddressesClient.cs index c9cfb8ac..fa54883b 100644 --- a/src/Merge.Client/Accounting/Addresses/AddressesClient.cs +++ b/src/Merge.Client/Accounting/Addresses/AddressesClient.cs @@ -34,6 +34,10 @@ public async System.Threading.Tasks.Task
RetrieveAsync( { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } if (request.RemoteFields != null) { _query["remote_fields"] = request.RemoteFields.ToString(); diff --git a/src/Merge.Client/Accounting/Addresses/Requests/AddressesRetrieveRequest.cs b/src/Merge.Client/Accounting/Addresses/Requests/AddressesRetrieveRequest.cs index 38a47b27..5011da92 100644 --- a/src/Merge.Client/Accounting/Addresses/Requests/AddressesRetrieveRequest.cs +++ b/src/Merge.Client/Accounting/Addresses/Requests/AddressesRetrieveRequest.cs @@ -9,6 +9,11 @@ public record AddressesRetrieveRequest /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + /// /// Deprecated. Use show_enum_origins. /// diff --git a/src/Merge.Client/Accounting/Attachments/AttachmentsClient.cs b/src/Merge.Client/Accounting/Attachments/AttachmentsClient.cs index 5701feb2..8d57ad85 100644 --- a/src/Merge.Client/Accounting/Attachments/AttachmentsClient.cs +++ b/src/Merge.Client/Accounting/Attachments/AttachmentsClient.cs @@ -193,6 +193,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } var response = await _client .MakeRequestAsync( new RawClient.JsonApiRequest diff --git a/src/Merge.Client/Accounting/Attachments/Requests/AttachmentsRetrieveRequest.cs b/src/Merge.Client/Accounting/Attachments/Requests/AttachmentsRetrieveRequest.cs index 11c9307e..bc1c1e27 100644 --- a/src/Merge.Client/Accounting/Attachments/Requests/AttachmentsRetrieveRequest.cs +++ b/src/Merge.Client/Accounting/Attachments/Requests/AttachmentsRetrieveRequest.cs @@ -9,6 +9,11 @@ public record AttachmentsRetrieveRequest /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Accounting/AuditTrail/Requests/AuditTrailListRequest.cs b/src/Merge.Client/Accounting/AuditTrail/Requests/AuditTrailListRequest.cs index 39cae663..d7b44b36 100644 --- a/src/Merge.Client/Accounting/AuditTrail/Requests/AuditTrailListRequest.cs +++ b/src/Merge.Client/Accounting/AuditTrail/Requests/AuditTrailListRequest.cs @@ -15,7 +15,7 @@ public record AuditTrailListRequest public string? EndDate { get; set; } /// - /// If included, will only include events with the given event type. Possible values include: `CREATED_REMOTE_PRODUCTION_API_KEY`, `DELETED_REMOTE_PRODUCTION_API_KEY`, `CREATED_TEST_API_KEY`, `DELETED_TEST_API_KEY`, `REGENERATED_PRODUCTION_API_KEY`, `INVITED_USER`, `TWO_FACTOR_AUTH_ENABLED`, `TWO_FACTOR_AUTH_DISABLED`, `DELETED_LINKED_ACCOUNT`, `CREATED_DESTINATION`, `DELETED_DESTINATION`, `CHANGED_DESTINATION`, `CHANGED_SCOPES`, `CHANGED_PERSONAL_INFORMATION`, `CHANGED_ORGANIZATION_SETTINGS`, `ENABLED_INTEGRATION`, `DISABLED_INTEGRATION`, `ENABLED_CATEGORY`, `DISABLED_CATEGORY`, `CHANGED_PASSWORD`, `RESET_PASSWORD`, `ENABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION`, `ENABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT`, `DISABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION`, `DISABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT`, `CREATED_INTEGRATION_WIDE_FIELD_MAPPING`, `CREATED_LINKED_ACCOUNT_FIELD_MAPPING`, `CHANGED_INTEGRATION_WIDE_FIELD_MAPPING`, `CHANGED_LINKED_ACCOUNT_FIELD_MAPPING`, `DELETED_INTEGRATION_WIDE_FIELD_MAPPING`, `DELETED_LINKED_ACCOUNT_FIELD_MAPPING`, `CREATED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE`, `CHANGED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE`, `DELETED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE`, `FORCED_LINKED_ACCOUNT_RESYNC`, `MUTED_ISSUE`, `GENERATED_MAGIC_LINK`, `ENABLED_MERGE_WEBHOOK`, `DISABLED_MERGE_WEBHOOK`, `MERGE_WEBHOOK_TARGET_CHANGED`, `END_USER_CREDENTIALS_ACCESSED` + /// If included, will only include events with the given event type. Possible values include: `CREATED_REMOTE_PRODUCTION_API_KEY`, `DELETED_REMOTE_PRODUCTION_API_KEY`, `CREATED_TEST_API_KEY`, `DELETED_TEST_API_KEY`, `REGENERATED_PRODUCTION_API_KEY`, `INVITED_USER`, `TWO_FACTOR_AUTH_ENABLED`, `TWO_FACTOR_AUTH_DISABLED`, `DELETED_LINKED_ACCOUNT`, `DELETED_ALL_COMMON_MODELS_FOR_LINKED_ACCOUNT`, `CREATED_DESTINATION`, `DELETED_DESTINATION`, `CHANGED_DESTINATION`, `CHANGED_SCOPES`, `CHANGED_PERSONAL_INFORMATION`, `CHANGED_ORGANIZATION_SETTINGS`, `ENABLED_INTEGRATION`, `DISABLED_INTEGRATION`, `ENABLED_CATEGORY`, `DISABLED_CATEGORY`, `CHANGED_PASSWORD`, `RESET_PASSWORD`, `ENABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION`, `ENABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT`, `DISABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION`, `DISABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT`, `CREATED_INTEGRATION_WIDE_FIELD_MAPPING`, `CREATED_LINKED_ACCOUNT_FIELD_MAPPING`, `CHANGED_INTEGRATION_WIDE_FIELD_MAPPING`, `CHANGED_LINKED_ACCOUNT_FIELD_MAPPING`, `DELETED_INTEGRATION_WIDE_FIELD_MAPPING`, `DELETED_LINKED_ACCOUNT_FIELD_MAPPING`, `CREATED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE`, `CHANGED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE`, `DELETED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE`, `FORCED_LINKED_ACCOUNT_RESYNC`, `MUTED_ISSUE`, `GENERATED_MAGIC_LINK`, `ENABLED_MERGE_WEBHOOK`, `DISABLED_MERGE_WEBHOOK`, `MERGE_WEBHOOK_TARGET_CHANGED`, `END_USER_CREDENTIALS_ACCESSED` /// public string? EventType { get; set; } diff --git a/src/Merge.Client/Accounting/BalanceSheets/BalanceSheetsClient.cs b/src/Merge.Client/Accounting/BalanceSheets/BalanceSheetsClient.cs index 25316188..4d6b6fb6 100644 --- a/src/Merge.Client/Accounting/BalanceSheets/BalanceSheetsClient.cs +++ b/src/Merge.Client/Accounting/BalanceSheets/BalanceSheetsClient.cs @@ -140,6 +140,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } var response = await _client .MakeRequestAsync( new RawClient.JsonApiRequest diff --git a/src/Merge.Client/Accounting/BalanceSheets/Requests/BalanceSheetsRetrieveRequest.cs b/src/Merge.Client/Accounting/BalanceSheets/Requests/BalanceSheetsRetrieveRequest.cs index e014f9a2..bc8570b1 100644 --- a/src/Merge.Client/Accounting/BalanceSheets/Requests/BalanceSheetsRetrieveRequest.cs +++ b/src/Merge.Client/Accounting/BalanceSheets/Requests/BalanceSheetsRetrieveRequest.cs @@ -14,6 +14,11 @@ public record BalanceSheetsRetrieveRequest /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Accounting/BankFeedAccounts/BankFeedAccountsClient.cs b/src/Merge.Client/Accounting/BankFeedAccounts/BankFeedAccountsClient.cs index cf2876c0..ea0c8c67 100644 --- a/src/Merge.Client/Accounting/BankFeedAccounts/BankFeedAccountsClient.cs +++ b/src/Merge.Client/Accounting/BankFeedAccounts/BankFeedAccountsClient.cs @@ -163,6 +163,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } var response = await _client .MakeRequestAsync( new RawClient.JsonApiRequest diff --git a/src/Merge.Client/Accounting/BankFeedAccounts/Requests/BankFeedAccountsRetrieveRequest.cs b/src/Merge.Client/Accounting/BankFeedAccounts/Requests/BankFeedAccountsRetrieveRequest.cs index 95cabd74..d7b5f88b 100644 --- a/src/Merge.Client/Accounting/BankFeedAccounts/Requests/BankFeedAccountsRetrieveRequest.cs +++ b/src/Merge.Client/Accounting/BankFeedAccounts/Requests/BankFeedAccountsRetrieveRequest.cs @@ -9,6 +9,11 @@ public record BankFeedAccountsRetrieveRequest /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Accounting/BankFeedTransactions/BankFeedTransactionsClient.cs b/src/Merge.Client/Accounting/BankFeedTransactions/BankFeedTransactionsClient.cs index a9a54d3d..9248ffe4 100644 --- a/src/Merge.Client/Accounting/BankFeedTransactions/BankFeedTransactionsClient.cs +++ b/src/Merge.Client/Accounting/BankFeedTransactions/BankFeedTransactionsClient.cs @@ -204,6 +204,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } var response = await _client .MakeRequestAsync( new RawClient.JsonApiRequest diff --git a/src/Merge.Client/Accounting/BankFeedTransactions/Requests/BankFeedTransactionsRetrieveRequest.cs b/src/Merge.Client/Accounting/BankFeedTransactions/Requests/BankFeedTransactionsRetrieveRequest.cs index ab912749..d99aae9f 100644 --- a/src/Merge.Client/Accounting/BankFeedTransactions/Requests/BankFeedTransactionsRetrieveRequest.cs +++ b/src/Merge.Client/Accounting/BankFeedTransactions/Requests/BankFeedTransactionsRetrieveRequest.cs @@ -14,6 +14,11 @@ public record BankFeedTransactionsRetrieveRequest /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Accounting/CashFlowStatements/CashFlowStatementsClient.cs b/src/Merge.Client/Accounting/CashFlowStatements/CashFlowStatementsClient.cs index 90c74589..dd58d535 100644 --- a/src/Merge.Client/Accounting/CashFlowStatements/CashFlowStatementsClient.cs +++ b/src/Merge.Client/Accounting/CashFlowStatements/CashFlowStatementsClient.cs @@ -143,6 +143,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } var response = await _client .MakeRequestAsync( new RawClient.JsonApiRequest diff --git a/src/Merge.Client/Accounting/CashFlowStatements/Requests/CashFlowStatementsRetrieveRequest.cs b/src/Merge.Client/Accounting/CashFlowStatements/Requests/CashFlowStatementsRetrieveRequest.cs index 520101d1..d399b9ef 100644 --- a/src/Merge.Client/Accounting/CashFlowStatements/Requests/CashFlowStatementsRetrieveRequest.cs +++ b/src/Merge.Client/Accounting/CashFlowStatements/Requests/CashFlowStatementsRetrieveRequest.cs @@ -14,6 +14,11 @@ public record CashFlowStatementsRetrieveRequest /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Accounting/CompanyInfo/CompanyInfoClient.cs b/src/Merge.Client/Accounting/CompanyInfo/CompanyInfoClient.cs index fc271dbf..8280630c 100644 --- a/src/Merge.Client/Accounting/CompanyInfo/CompanyInfoClient.cs +++ b/src/Merge.Client/Accounting/CompanyInfo/CompanyInfoClient.cs @@ -136,6 +136,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } var response = await _client .MakeRequestAsync( new RawClient.JsonApiRequest diff --git a/src/Merge.Client/Accounting/CompanyInfo/Requests/CompanyInfoRetrieveRequest.cs b/src/Merge.Client/Accounting/CompanyInfo/Requests/CompanyInfoRetrieveRequest.cs index 5737aa39..4002b1a5 100644 --- a/src/Merge.Client/Accounting/CompanyInfo/Requests/CompanyInfoRetrieveRequest.cs +++ b/src/Merge.Client/Accounting/CompanyInfo/Requests/CompanyInfoRetrieveRequest.cs @@ -14,6 +14,11 @@ public record CompanyInfoRetrieveRequest /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Accounting/Contacts/ContactsClient.cs b/src/Merge.Client/Accounting/Contacts/ContactsClient.cs index d2668875..df0f8c80 100644 --- a/src/Merge.Client/Accounting/Contacts/ContactsClient.cs +++ b/src/Merge.Client/Accounting/Contacts/ContactsClient.cs @@ -237,6 +237,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( request.IncludeRemoteFields.Value ); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } if (request.RemoteFields != null) { _query["remote_fields"] = request.RemoteFields.ToString(); diff --git a/src/Merge.Client/Accounting/Contacts/Requests/ContactsRetrieveRequest.cs b/src/Merge.Client/Accounting/Contacts/Requests/ContactsRetrieveRequest.cs index b1bd8bcf..b79ec46a 100644 --- a/src/Merge.Client/Accounting/Contacts/Requests/ContactsRetrieveRequest.cs +++ b/src/Merge.Client/Accounting/Contacts/Requests/ContactsRetrieveRequest.cs @@ -19,6 +19,11 @@ public record ContactsRetrieveRequest /// public bool? IncludeRemoteFields { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + /// /// Deprecated. Use show_enum_origins. /// diff --git a/src/Merge.Client/Accounting/CreditNotes/CreditNotesClient.cs b/src/Merge.Client/Accounting/CreditNotes/CreditNotesClient.cs index d6675301..446974c7 100644 --- a/src/Merge.Client/Accounting/CreditNotes/CreditNotesClient.cs +++ b/src/Merge.Client/Accounting/CreditNotes/CreditNotesClient.cs @@ -221,6 +221,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } if (request.RemoteFields != null) { _query["remote_fields"] = request.RemoteFields.Value.Stringify(); diff --git a/src/Merge.Client/Accounting/CreditNotes/Requests/CreditNotesRetrieveRequest.cs b/src/Merge.Client/Accounting/CreditNotes/Requests/CreditNotesRetrieveRequest.cs index 6a3bb6c6..7c54cbc5 100644 --- a/src/Merge.Client/Accounting/CreditNotes/Requests/CreditNotesRetrieveRequest.cs +++ b/src/Merge.Client/Accounting/CreditNotes/Requests/CreditNotesRetrieveRequest.cs @@ -14,6 +14,11 @@ public record CreditNotesRetrieveRequest /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + /// /// Deprecated. Use show_enum_origins. /// diff --git a/src/Merge.Client/Accounting/Employees/EmployeesClient.cs b/src/Merge.Client/Accounting/Employees/EmployeesClient.cs index e0602e70..c2808c60 100644 --- a/src/Merge.Client/Accounting/Employees/EmployeesClient.cs +++ b/src/Merge.Client/Accounting/Employees/EmployeesClient.cs @@ -110,6 +110,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } var response = await _client .MakeRequestAsync( new RawClient.JsonApiRequest diff --git a/src/Merge.Client/Accounting/Employees/Requests/EmployeesRetrieveRequest.cs b/src/Merge.Client/Accounting/Employees/Requests/EmployeesRetrieveRequest.cs index 4c865932..cdb034ad 100644 --- a/src/Merge.Client/Accounting/Employees/Requests/EmployeesRetrieveRequest.cs +++ b/src/Merge.Client/Accounting/Employees/Requests/EmployeesRetrieveRequest.cs @@ -14,6 +14,11 @@ public record EmployeesRetrieveRequest /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Accounting/Expenses/ExpensesClient.cs b/src/Merge.Client/Accounting/Expenses/ExpensesClient.cs index 9990b86a..4544481a 100644 --- a/src/Merge.Client/Accounting/Expenses/ExpensesClient.cs +++ b/src/Merge.Client/Accounting/Expenses/ExpensesClient.cs @@ -225,6 +225,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( request.IncludeRemoteFields.Value ); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } var response = await _client .MakeRequestAsync( new RawClient.JsonApiRequest diff --git a/src/Merge.Client/Accounting/Expenses/Requests/ExpensesRetrieveRequest.cs b/src/Merge.Client/Accounting/Expenses/Requests/ExpensesRetrieveRequest.cs index fd65a785..f2024169 100644 --- a/src/Merge.Client/Accounting/Expenses/Requests/ExpensesRetrieveRequest.cs +++ b/src/Merge.Client/Accounting/Expenses/Requests/ExpensesRetrieveRequest.cs @@ -19,6 +19,11 @@ public record ExpensesRetrieveRequest /// public bool? IncludeRemoteFields { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Accounting/ForceResync/ForceResyncClient.cs b/src/Merge.Client/Accounting/ForceResync/ForceResyncClient.cs index 9590d641..24c66a03 100644 --- a/src/Merge.Client/Accounting/ForceResync/ForceResyncClient.cs +++ b/src/Merge.Client/Accounting/ForceResync/ForceResyncClient.cs @@ -15,7 +15,7 @@ internal ForceResyncClient(RawClient client) } /// - /// Force re-sync of all models. This is available for all organizations via the dashboard. Force re-sync is also available programmatically via API for monthly, quarterly, and highest sync frequency customers on the Professional or Enterprise plans. Doing so will consume a sync credit for the relevant linked account. + /// Force re-sync of all models. This endpoint is available for monthly, quarterly, and highest sync frequency customers on the Professional or Enterprise plans. Doing so will consume a sync credit for the relevant linked account. Force re-syncs can also be triggered manually in the Merge Dashboard and is available for all customers. /// /// /// diff --git a/src/Merge.Client/Accounting/GeneralLedgerTransactions/GeneralLedgerTransactionsClient.cs b/src/Merge.Client/Accounting/GeneralLedgerTransactions/GeneralLedgerTransactionsClient.cs index 9e0170de..ef099fa0 100644 --- a/src/Merge.Client/Accounting/GeneralLedgerTransactions/GeneralLedgerTransactionsClient.cs +++ b/src/Merge.Client/Accounting/GeneralLedgerTransactions/GeneralLedgerTransactionsClient.cs @@ -157,6 +157,10 @@ public async System.Threading.Tasks.Task RetrieveAsync { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } var response = await _client .MakeRequestAsync( new RawClient.JsonApiRequest diff --git a/src/Merge.Client/Accounting/GeneralLedgerTransactions/Requests/GeneralLedgerTransactionsRetrieveRequest.cs b/src/Merge.Client/Accounting/GeneralLedgerTransactions/Requests/GeneralLedgerTransactionsRetrieveRequest.cs index 20c7665e..13878c4f 100644 --- a/src/Merge.Client/Accounting/GeneralLedgerTransactions/Requests/GeneralLedgerTransactionsRetrieveRequest.cs +++ b/src/Merge.Client/Accounting/GeneralLedgerTransactions/Requests/GeneralLedgerTransactionsRetrieveRequest.cs @@ -14,6 +14,11 @@ public record GeneralLedgerTransactionsRetrieveRequest /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Accounting/IncomeStatements/IncomeStatementsClient.cs b/src/Merge.Client/Accounting/IncomeStatements/IncomeStatementsClient.cs index fa53deaa..d70d7b44 100644 --- a/src/Merge.Client/Accounting/IncomeStatements/IncomeStatementsClient.cs +++ b/src/Merge.Client/Accounting/IncomeStatements/IncomeStatementsClient.cs @@ -140,6 +140,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } var response = await _client .MakeRequestAsync( new RawClient.JsonApiRequest diff --git a/src/Merge.Client/Accounting/IncomeStatements/Requests/IncomeStatementsRetrieveRequest.cs b/src/Merge.Client/Accounting/IncomeStatements/Requests/IncomeStatementsRetrieveRequest.cs index 2bae25f9..b1a66e0c 100644 --- a/src/Merge.Client/Accounting/IncomeStatements/Requests/IncomeStatementsRetrieveRequest.cs +++ b/src/Merge.Client/Accounting/IncomeStatements/Requests/IncomeStatementsRetrieveRequest.cs @@ -14,6 +14,11 @@ public record IncomeStatementsRetrieveRequest /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Accounting/Invoices/InvoicesClient.cs b/src/Merge.Client/Accounting/Invoices/InvoicesClient.cs index d098e29f..4c6e4fbd 100644 --- a/src/Merge.Client/Accounting/Invoices/InvoicesClient.cs +++ b/src/Merge.Client/Accounting/Invoices/InvoicesClient.cs @@ -250,6 +250,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( request.IncludeRemoteFields.Value ); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } if (request.RemoteFields != null) { _query["remote_fields"] = request.RemoteFields.ToString(); diff --git a/src/Merge.Client/Accounting/Invoices/Requests/InvoicesRetrieveRequest.cs b/src/Merge.Client/Accounting/Invoices/Requests/InvoicesRetrieveRequest.cs index 23739b6a..0917ff35 100644 --- a/src/Merge.Client/Accounting/Invoices/Requests/InvoicesRetrieveRequest.cs +++ b/src/Merge.Client/Accounting/Invoices/Requests/InvoicesRetrieveRequest.cs @@ -19,6 +19,11 @@ public record InvoicesRetrieveRequest /// public bool? IncludeRemoteFields { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + /// /// Deprecated. Use show_enum_origins. /// diff --git a/src/Merge.Client/Accounting/Invoices/Types/InvoicesListRequestExpand.cs b/src/Merge.Client/Accounting/Invoices/Types/InvoicesListRequestExpand.cs index 47a596b3..9f7d61f9 100644 --- a/src/Merge.Client/Accounting/Invoices/Types/InvoicesListRequestExpand.cs +++ b/src/Merge.Client/Accounting/Invoices/Types/InvoicesListRequestExpand.cs @@ -10,24 +10,40 @@ public enum InvoicesListRequestExpand [EnumMember(Value = "accounting_period")] AccountingPeriod, + [EnumMember(Value = "accounting_period,payment_term")] + AccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_credit_notes")] AppliedCreditNotes, [EnumMember(Value = "applied_credit_notes,accounting_period")] AppliedCreditNotesAccountingPeriod, + [EnumMember(Value = "applied_credit_notes,accounting_period,payment_term")] + AppliedCreditNotesAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_credit_notes,applied_vendor_credits")] AppliedCreditNotesAppliedVendorCredits, [EnumMember(Value = "applied_credit_notes,applied_vendor_credits,accounting_period")] AppliedCreditNotesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "applied_credit_notes,applied_vendor_credits,accounting_period,payment_term" + )] + AppliedCreditNotesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_credit_notes,applied_vendor_credits,company")] AppliedCreditNotesAppliedVendorCreditsCompany, [EnumMember(Value = "applied_credit_notes,applied_vendor_credits,company,accounting_period")] AppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "applied_credit_notes,applied_vendor_credits,company,accounting_period,payment_term" + )] + AppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_credit_notes,applied_vendor_credits,company,employee")] AppliedCreditNotesAppliedVendorCreditsCompanyEmployee, @@ -36,12 +52,30 @@ public enum InvoicesListRequestExpand )] AppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_credit_notes,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + AppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_credit_notes,applied_vendor_credits,company,employee,payment_term" + )] + AppliedCreditNotesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember(Value = "applied_credit_notes,applied_vendor_credits,company,payment_term")] + AppliedCreditNotesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember(Value = "applied_credit_notes,applied_vendor_credits,contact")] AppliedCreditNotesAppliedVendorCreditsContact, [EnumMember(Value = "applied_credit_notes,applied_vendor_credits,contact,accounting_period")] AppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "applied_credit_notes,applied_vendor_credits,contact,accounting_period,payment_term" + )] + AppliedCreditNotesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_credit_notes,applied_vendor_credits,contact,company")] AppliedCreditNotesAppliedVendorCreditsContactCompany, @@ -50,6 +84,11 @@ public enum InvoicesListRequestExpand )] AppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "applied_credit_notes,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + AppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_credit_notes,applied_vendor_credits,contact,company,employee")] AppliedCreditNotesAppliedVendorCreditsContactCompanyEmployee, @@ -58,6 +97,19 @@ public enum InvoicesListRequestExpand )] AppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + AppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_credit_notes,applied_vendor_credits,contact,company,employee,payment_term" + )] + AppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "applied_credit_notes,applied_vendor_credits,contact,company,payment_term")] + AppliedCreditNotesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember(Value = "applied_credit_notes,applied_vendor_credits,contact,employee")] AppliedCreditNotesAppliedVendorCreditsContactEmployee, @@ -66,66 +118,143 @@ public enum InvoicesListRequestExpand )] AppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + AppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_credit_notes,applied_vendor_credits,contact,employee,payment_term" + )] + AppliedCreditNotesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember(Value = "applied_credit_notes,applied_vendor_credits,contact,payment_term")] + AppliedCreditNotesAppliedVendorCreditsContactPaymentTerm, + [EnumMember(Value = "applied_credit_notes,applied_vendor_credits,employee")] AppliedCreditNotesAppliedVendorCreditsEmployee, [EnumMember(Value = "applied_credit_notes,applied_vendor_credits,employee,accounting_period")] AppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_credit_notes,applied_vendor_credits,employee,accounting_period,payment_term" + )] + AppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_credit_notes,applied_vendor_credits,employee,payment_term")] + AppliedCreditNotesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember(Value = "applied_credit_notes,applied_vendor_credits,payment_term")] + AppliedCreditNotesAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "applied_credit_notes,company")] AppliedCreditNotesCompany, [EnumMember(Value = "applied_credit_notes,company,accounting_period")] AppliedCreditNotesCompanyAccountingPeriod, + [EnumMember(Value = "applied_credit_notes,company,accounting_period,payment_term")] + AppliedCreditNotesCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_credit_notes,company,employee")] AppliedCreditNotesCompanyEmployee, [EnumMember(Value = "applied_credit_notes,company,employee,accounting_period")] AppliedCreditNotesCompanyEmployeeAccountingPeriod, + [EnumMember(Value = "applied_credit_notes,company,employee,accounting_period,payment_term")] + AppliedCreditNotesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_credit_notes,company,employee,payment_term")] + AppliedCreditNotesCompanyEmployeePaymentTerm, + + [EnumMember(Value = "applied_credit_notes,company,payment_term")] + AppliedCreditNotesCompanyPaymentTerm, + [EnumMember(Value = "applied_credit_notes,contact")] AppliedCreditNotesContact, [EnumMember(Value = "applied_credit_notes,contact,accounting_period")] AppliedCreditNotesContactAccountingPeriod, + [EnumMember(Value = "applied_credit_notes,contact,accounting_period,payment_term")] + AppliedCreditNotesContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_credit_notes,contact,company")] AppliedCreditNotesContactCompany, [EnumMember(Value = "applied_credit_notes,contact,company,accounting_period")] AppliedCreditNotesContactCompanyAccountingPeriod, + [EnumMember(Value = "applied_credit_notes,contact,company,accounting_period,payment_term")] + AppliedCreditNotesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_credit_notes,contact,company,employee")] AppliedCreditNotesContactCompanyEmployee, [EnumMember(Value = "applied_credit_notes,contact,company,employee,accounting_period")] AppliedCreditNotesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_credit_notes,contact,company,employee,accounting_period,payment_term" + )] + AppliedCreditNotesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_credit_notes,contact,company,employee,payment_term")] + AppliedCreditNotesContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "applied_credit_notes,contact,company,payment_term")] + AppliedCreditNotesContactCompanyPaymentTerm, + [EnumMember(Value = "applied_credit_notes,contact,employee")] AppliedCreditNotesContactEmployee, [EnumMember(Value = "applied_credit_notes,contact,employee,accounting_period")] AppliedCreditNotesContactEmployeeAccountingPeriod, + [EnumMember(Value = "applied_credit_notes,contact,employee,accounting_period,payment_term")] + AppliedCreditNotesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_credit_notes,contact,employee,payment_term")] + AppliedCreditNotesContactEmployeePaymentTerm, + + [EnumMember(Value = "applied_credit_notes,contact,payment_term")] + AppliedCreditNotesContactPaymentTerm, + [EnumMember(Value = "applied_credit_notes,employee")] AppliedCreditNotesEmployee, [EnumMember(Value = "applied_credit_notes,employee,accounting_period")] AppliedCreditNotesEmployeeAccountingPeriod, + [EnumMember(Value = "applied_credit_notes,employee,accounting_period,payment_term")] + AppliedCreditNotesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_credit_notes,employee,payment_term")] + AppliedCreditNotesEmployeePaymentTerm, + + [EnumMember(Value = "applied_credit_notes,payment_term")] + AppliedCreditNotesPaymentTerm, + [EnumMember(Value = "applied_payments")] AppliedPayments, [EnumMember(Value = "applied_payments,accounting_period")] AppliedPaymentsAccountingPeriod, + [EnumMember(Value = "applied_payments,accounting_period,payment_term")] + AppliedPaymentsAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,applied_credit_notes")] AppliedPaymentsAppliedCreditNotes, [EnumMember(Value = "applied_payments,applied_credit_notes,accounting_period")] AppliedPaymentsAppliedCreditNotesAccountingPeriod, + [EnumMember(Value = "applied_payments,applied_credit_notes,accounting_period,payment_term")] + AppliedPaymentsAppliedCreditNotesAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,applied_credit_notes,applied_vendor_credits")] AppliedPaymentsAppliedCreditNotesAppliedVendorCredits, @@ -134,6 +263,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsAppliedCreditNotesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "applied_payments,applied_credit_notes,applied_vendor_credits,accounting_period,payment_term" + )] + AppliedPaymentsAppliedCreditNotesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,applied_credit_notes,applied_vendor_credits,company")] AppliedPaymentsAppliedCreditNotesAppliedVendorCreditsCompany, @@ -142,6 +276,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,applied_credit_notes,applied_vendor_credits,company,accounting_period,payment_term" + )] + AppliedPaymentsAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,applied_credit_notes,applied_vendor_credits,company,employee" )] @@ -152,6 +291,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,applied_credit_notes,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,applied_credit_notes,applied_vendor_credits,company,employee,payment_term" + )] + AppliedPaymentsAppliedCreditNotesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,applied_credit_notes,applied_vendor_credits,company,payment_term" + )] + AppliedPaymentsAppliedCreditNotesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember(Value = "applied_payments,applied_credit_notes,applied_vendor_credits,contact")] AppliedPaymentsAppliedCreditNotesAppliedVendorCreditsContact, @@ -160,6 +314,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "applied_payments,applied_credit_notes,applied_vendor_credits,contact,accounting_period,payment_term" + )] + AppliedPaymentsAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,applied_credit_notes,applied_vendor_credits,contact,company" )] @@ -170,6 +329,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + AppliedPaymentsAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,applied_credit_notes,applied_vendor_credits,contact,company,employee" )] @@ -180,6 +344,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,applied_credit_notes,applied_vendor_credits,contact,company,employee,payment_term" + )] + AppliedPaymentsAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,applied_credit_notes,applied_vendor_credits,contact,company,payment_term" + )] + AppliedPaymentsAppliedCreditNotesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "applied_payments,applied_credit_notes,applied_vendor_credits,contact,employee" )] @@ -190,6 +369,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + AppliedPaymentsAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,applied_credit_notes,applied_vendor_credits,contact,employee,payment_term" + )] + AppliedPaymentsAppliedCreditNotesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,applied_credit_notes,applied_vendor_credits,contact,payment_term" + )] + AppliedPaymentsAppliedCreditNotesAppliedVendorCreditsContactPaymentTerm, + [EnumMember(Value = "applied_payments,applied_credit_notes,applied_vendor_credits,employee")] AppliedPaymentsAppliedCreditNotesAppliedVendorCreditsEmployee, @@ -198,30 +392,71 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,applied_credit_notes,applied_vendor_credits,employee,accounting_period,payment_term" + )] + AppliedPaymentsAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,applied_credit_notes,applied_vendor_credits,employee,payment_term" + )] + AppliedPaymentsAppliedCreditNotesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,applied_credit_notes,applied_vendor_credits,payment_term" + )] + AppliedPaymentsAppliedCreditNotesAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "applied_payments,applied_credit_notes,company")] AppliedPaymentsAppliedCreditNotesCompany, [EnumMember(Value = "applied_payments,applied_credit_notes,company,accounting_period")] AppliedPaymentsAppliedCreditNotesCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,applied_credit_notes,company,accounting_period,payment_term" + )] + AppliedPaymentsAppliedCreditNotesCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,applied_credit_notes,company,employee")] AppliedPaymentsAppliedCreditNotesCompanyEmployee, [EnumMember(Value = "applied_payments,applied_credit_notes,company,employee,accounting_period")] AppliedPaymentsAppliedCreditNotesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,applied_credit_notes,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsAppliedCreditNotesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_payments,applied_credit_notes,company,employee,payment_term")] + AppliedPaymentsAppliedCreditNotesCompanyEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,applied_credit_notes,company,payment_term")] + AppliedPaymentsAppliedCreditNotesCompanyPaymentTerm, + [EnumMember(Value = "applied_payments,applied_credit_notes,contact")] AppliedPaymentsAppliedCreditNotesContact, [EnumMember(Value = "applied_payments,applied_credit_notes,contact,accounting_period")] AppliedPaymentsAppliedCreditNotesContactAccountingPeriod, + [EnumMember( + Value = "applied_payments,applied_credit_notes,contact,accounting_period,payment_term" + )] + AppliedPaymentsAppliedCreditNotesContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,applied_credit_notes,contact,company")] AppliedPaymentsAppliedCreditNotesContactCompany, [EnumMember(Value = "applied_payments,applied_credit_notes,contact,company,accounting_period")] AppliedPaymentsAppliedCreditNotesContactCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,applied_credit_notes,contact,company,accounting_period,payment_term" + )] + AppliedPaymentsAppliedCreditNotesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,applied_credit_notes,contact,company,employee")] AppliedPaymentsAppliedCreditNotesContactCompanyEmployee, @@ -230,30 +465,73 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsAppliedCreditNotesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,applied_credit_notes,contact,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsAppliedCreditNotesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,applied_credit_notes,contact,company,employee,payment_term" + )] + AppliedPaymentsAppliedCreditNotesContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,applied_credit_notes,contact,company,payment_term")] + AppliedPaymentsAppliedCreditNotesContactCompanyPaymentTerm, + [EnumMember(Value = "applied_payments,applied_credit_notes,contact,employee")] AppliedPaymentsAppliedCreditNotesContactEmployee, [EnumMember(Value = "applied_payments,applied_credit_notes,contact,employee,accounting_period")] AppliedPaymentsAppliedCreditNotesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,applied_credit_notes,contact,employee,accounting_period,payment_term" + )] + AppliedPaymentsAppliedCreditNotesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_payments,applied_credit_notes,contact,employee,payment_term")] + AppliedPaymentsAppliedCreditNotesContactEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,applied_credit_notes,contact,payment_term")] + AppliedPaymentsAppliedCreditNotesContactPaymentTerm, + [EnumMember(Value = "applied_payments,applied_credit_notes,employee")] AppliedPaymentsAppliedCreditNotesEmployee, [EnumMember(Value = "applied_payments,applied_credit_notes,employee,accounting_period")] AppliedPaymentsAppliedCreditNotesEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,applied_credit_notes,employee,accounting_period,payment_term" + )] + AppliedPaymentsAppliedCreditNotesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_payments,applied_credit_notes,employee,payment_term")] + AppliedPaymentsAppliedCreditNotesEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,applied_credit_notes,payment_term")] + AppliedPaymentsAppliedCreditNotesPaymentTerm, + [EnumMember(Value = "applied_payments,applied_vendor_credits")] AppliedPaymentsAppliedVendorCredits, [EnumMember(Value = "applied_payments,applied_vendor_credits,accounting_period")] AppliedPaymentsAppliedVendorCreditsAccountingPeriod, + [EnumMember(Value = "applied_payments,applied_vendor_credits,accounting_period,payment_term")] + AppliedPaymentsAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,applied_vendor_credits,company")] AppliedPaymentsAppliedVendorCreditsCompany, [EnumMember(Value = "applied_payments,applied_vendor_credits,company,accounting_period")] AppliedPaymentsAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,applied_vendor_credits,company,accounting_period,payment_term" + )] + AppliedPaymentsAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,applied_vendor_credits,company,employee")] AppliedPaymentsAppliedVendorCreditsCompanyEmployee, @@ -262,12 +540,28 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_payments,applied_vendor_credits,company,employee,payment_term")] + AppliedPaymentsAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,applied_vendor_credits,company,payment_term")] + AppliedPaymentsAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember(Value = "applied_payments,applied_vendor_credits,contact")] AppliedPaymentsAppliedVendorCreditsContact, [EnumMember(Value = "applied_payments,applied_vendor_credits,contact,accounting_period")] AppliedPaymentsAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "applied_payments,applied_vendor_credits,contact,accounting_period,payment_term" + )] + AppliedPaymentsAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,applied_vendor_credits,contact,company")] AppliedPaymentsAppliedVendorCreditsContactCompany, @@ -276,6 +570,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + AppliedPaymentsAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,applied_vendor_credits,contact,company,employee")] AppliedPaymentsAppliedVendorCreditsContactCompanyEmployee, @@ -284,6 +583,19 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,applied_vendor_credits,contact,company,employee,payment_term" + )] + AppliedPaymentsAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,applied_vendor_credits,contact,company,payment_term")] + AppliedPaymentsAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember(Value = "applied_payments,applied_vendor_credits,contact,employee")] AppliedPaymentsAppliedVendorCreditsContactEmployee, @@ -292,66 +604,138 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + AppliedPaymentsAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_payments,applied_vendor_credits,contact,employee,payment_term")] + AppliedPaymentsAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,applied_vendor_credits,contact,payment_term")] + AppliedPaymentsAppliedVendorCreditsContactPaymentTerm, + [EnumMember(Value = "applied_payments,applied_vendor_credits,employee")] AppliedPaymentsAppliedVendorCreditsEmployee, [EnumMember(Value = "applied_payments,applied_vendor_credits,employee,accounting_period")] AppliedPaymentsAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,applied_vendor_credits,employee,accounting_period,payment_term" + )] + AppliedPaymentsAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_payments,applied_vendor_credits,employee,payment_term")] + AppliedPaymentsAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,applied_vendor_credits,payment_term")] + AppliedPaymentsAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "applied_payments,company")] AppliedPaymentsCompany, [EnumMember(Value = "applied_payments,company,accounting_period")] AppliedPaymentsCompanyAccountingPeriod, + [EnumMember(Value = "applied_payments,company,accounting_period,payment_term")] + AppliedPaymentsCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,company,employee")] AppliedPaymentsCompanyEmployee, [EnumMember(Value = "applied_payments,company,employee,accounting_period")] AppliedPaymentsCompanyEmployeeAccountingPeriod, + [EnumMember(Value = "applied_payments,company,employee,accounting_period,payment_term")] + AppliedPaymentsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_payments,company,employee,payment_term")] + AppliedPaymentsCompanyEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,company,payment_term")] + AppliedPaymentsCompanyPaymentTerm, + [EnumMember(Value = "applied_payments,contact")] AppliedPaymentsContact, [EnumMember(Value = "applied_payments,contact,accounting_period")] AppliedPaymentsContactAccountingPeriod, + [EnumMember(Value = "applied_payments,contact,accounting_period,payment_term")] + AppliedPaymentsContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,contact,company")] AppliedPaymentsContactCompany, [EnumMember(Value = "applied_payments,contact,company,accounting_period")] AppliedPaymentsContactCompanyAccountingPeriod, + [EnumMember(Value = "applied_payments,contact,company,accounting_period,payment_term")] + AppliedPaymentsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,contact,company,employee")] AppliedPaymentsContactCompanyEmployee, [EnumMember(Value = "applied_payments,contact,company,employee,accounting_period")] AppliedPaymentsContactCompanyEmployeeAccountingPeriod, + [EnumMember(Value = "applied_payments,contact,company,employee,accounting_period,payment_term")] + AppliedPaymentsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_payments,contact,company,employee,payment_term")] + AppliedPaymentsContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,contact,company,payment_term")] + AppliedPaymentsContactCompanyPaymentTerm, + [EnumMember(Value = "applied_payments,contact,employee")] AppliedPaymentsContactEmployee, [EnumMember(Value = "applied_payments,contact,employee,accounting_period")] AppliedPaymentsContactEmployeeAccountingPeriod, + [EnumMember(Value = "applied_payments,contact,employee,accounting_period,payment_term")] + AppliedPaymentsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_payments,contact,employee,payment_term")] + AppliedPaymentsContactEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,contact,payment_term")] + AppliedPaymentsContactPaymentTerm, + [EnumMember(Value = "applied_payments,employee")] AppliedPaymentsEmployee, [EnumMember(Value = "applied_payments,employee,accounting_period")] AppliedPaymentsEmployeeAccountingPeriod, + [EnumMember(Value = "applied_payments,employee,accounting_period,payment_term")] + AppliedPaymentsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_payments,employee,payment_term")] + AppliedPaymentsEmployeePaymentTerm, + [EnumMember(Value = "applied_payments,line_items")] AppliedPaymentsLineItems, [EnumMember(Value = "applied_payments,line_items,accounting_period")] AppliedPaymentsLineItemsAccountingPeriod, + [EnumMember(Value = "applied_payments,line_items,accounting_period,payment_term")] + AppliedPaymentsLineItemsAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,applied_credit_notes")] AppliedPaymentsLineItemsAppliedCreditNotes, [EnumMember(Value = "applied_payments,line_items,applied_credit_notes,accounting_period")] AppliedPaymentsLineItemsAppliedCreditNotesAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,applied_credit_notes,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsAppliedCreditNotesAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,applied_credit_notes,applied_vendor_credits")] AppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCredits, @@ -360,6 +744,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,applied_credit_notes,applied_vendor_credits,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,applied_credit_notes,applied_vendor_credits,company" )] @@ -370,6 +759,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,applied_credit_notes,applied_vendor_credits,company,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,applied_credit_notes,applied_vendor_credits,company,employee" )] @@ -380,6 +774,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,applied_credit_notes,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,applied_credit_notes,applied_vendor_credits,company,employee,payment_term" + )] + AppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,applied_credit_notes,applied_vendor_credits,company,payment_term" + )] + AppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,applied_credit_notes,applied_vendor_credits,contact" )] @@ -390,6 +799,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,applied_credit_notes,applied_vendor_credits,contact,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,applied_credit_notes,applied_vendor_credits,contact,company" )] @@ -400,6 +814,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,applied_credit_notes,applied_vendor_credits,contact,company,employee" )] @@ -410,6 +829,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,applied_credit_notes,applied_vendor_credits,contact,company,employee,payment_term" + )] + AppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,applied_credit_notes,applied_vendor_credits,contact,company,payment_term" + )] + AppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,applied_credit_notes,applied_vendor_credits,contact,employee" )] @@ -420,6 +854,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,applied_credit_notes,applied_vendor_credits,contact,employee,payment_term" + )] + AppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,applied_credit_notes,applied_vendor_credits,contact,payment_term" + )] + AppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,applied_credit_notes,applied_vendor_credits,employee" )] @@ -430,6 +879,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,applied_credit_notes,applied_vendor_credits,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,applied_credit_notes,applied_vendor_credits,employee,payment_term" + )] + AppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,applied_credit_notes,applied_vendor_credits,payment_term" + )] + AppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,applied_credit_notes,company")] AppliedPaymentsLineItemsAppliedCreditNotesCompany, @@ -438,6 +902,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsAppliedCreditNotesCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,applied_credit_notes,company,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsAppliedCreditNotesCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,applied_credit_notes,company,employee")] AppliedPaymentsLineItemsAppliedCreditNotesCompanyEmployee, @@ -446,6 +915,19 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsAppliedCreditNotesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,applied_credit_notes,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsAppliedCreditNotesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,applied_credit_notes,company,employee,payment_term" + )] + AppliedPaymentsLineItemsAppliedCreditNotesCompanyEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,line_items,applied_credit_notes,company,payment_term")] + AppliedPaymentsLineItemsAppliedCreditNotesCompanyPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,applied_credit_notes,contact")] AppliedPaymentsLineItemsAppliedCreditNotesContact, @@ -454,6 +936,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsAppliedCreditNotesContactAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,applied_credit_notes,contact,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsAppliedCreditNotesContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,applied_credit_notes,contact,company")] AppliedPaymentsLineItemsAppliedCreditNotesContactCompany, @@ -462,6 +949,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsAppliedCreditNotesContactCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,applied_credit_notes,contact,company,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsAppliedCreditNotesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,applied_credit_notes,contact,company,employee" )] @@ -472,14 +964,42 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsAppliedCreditNotesContactCompanyEmployeeAccountingPeriod, - [EnumMember(Value = "applied_payments,line_items,applied_credit_notes,contact,employee")] - AppliedPaymentsLineItemsAppliedCreditNotesContactEmployee, - [EnumMember( - Value = "applied_payments,line_items,applied_credit_notes,contact,employee,accounting_period" + Value = "applied_payments,line_items,applied_credit_notes,contact,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsAppliedCreditNotesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,applied_credit_notes,contact,company,employee,payment_term" + )] + AppliedPaymentsLineItemsAppliedCreditNotesContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,applied_credit_notes,contact,company,payment_term" + )] + AppliedPaymentsLineItemsAppliedCreditNotesContactCompanyPaymentTerm, + + [EnumMember(Value = "applied_payments,line_items,applied_credit_notes,contact,employee")] + AppliedPaymentsLineItemsAppliedCreditNotesContactEmployee, + + [EnumMember( + Value = "applied_payments,line_items,applied_credit_notes,contact,employee,accounting_period" )] AppliedPaymentsLineItemsAppliedCreditNotesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,applied_credit_notes,contact,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsAppliedCreditNotesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,applied_credit_notes,contact,employee,payment_term" + )] + AppliedPaymentsLineItemsAppliedCreditNotesContactEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,line_items,applied_credit_notes,contact,payment_term")] + AppliedPaymentsLineItemsAppliedCreditNotesContactPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,applied_credit_notes,employee")] AppliedPaymentsLineItemsAppliedCreditNotesEmployee, @@ -488,12 +1008,28 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsAppliedCreditNotesEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,applied_credit_notes,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsAppliedCreditNotesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_payments,line_items,applied_credit_notes,employee,payment_term")] + AppliedPaymentsLineItemsAppliedCreditNotesEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,line_items,applied_credit_notes,payment_term")] + AppliedPaymentsLineItemsAppliedCreditNotesPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,applied_vendor_credits")] AppliedPaymentsLineItemsAppliedVendorCredits, [EnumMember(Value = "applied_payments,line_items,applied_vendor_credits,accounting_period")] AppliedPaymentsLineItemsAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,applied_vendor_credits,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,applied_vendor_credits,company")] AppliedPaymentsLineItemsAppliedVendorCreditsCompany, @@ -502,6 +1038,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,applied_vendor_credits,company,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,applied_vendor_credits,company,employee")] AppliedPaymentsLineItemsAppliedVendorCreditsCompanyEmployee, @@ -510,6 +1051,19 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,applied_vendor_credits,company,employee,payment_term" + )] + AppliedPaymentsLineItemsAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,line_items,applied_vendor_credits,company,payment_term")] + AppliedPaymentsLineItemsAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,applied_vendor_credits,contact")] AppliedPaymentsLineItemsAppliedVendorCreditsContact, @@ -518,6 +1072,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,applied_vendor_credits,contact,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,applied_vendor_credits,contact,company")] AppliedPaymentsLineItemsAppliedVendorCreditsContactCompany, @@ -526,6 +1085,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,applied_vendor_credits,contact,company,employee" )] @@ -536,6 +1100,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,applied_vendor_credits,contact,company,employee,payment_term" + )] + AppliedPaymentsLineItemsAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,applied_vendor_credits,contact,company,payment_term" + )] + AppliedPaymentsLineItemsAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,applied_vendor_credits,contact,employee")] AppliedPaymentsLineItemsAppliedVendorCreditsContactEmployee, @@ -544,6 +1123,19 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,applied_vendor_credits,contact,employee,payment_term" + )] + AppliedPaymentsLineItemsAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,line_items,applied_vendor_credits,contact,payment_term")] + AppliedPaymentsLineItemsAppliedVendorCreditsContactPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,applied_vendor_credits,employee")] AppliedPaymentsLineItemsAppliedVendorCreditsEmployee, @@ -552,54 +1144,123 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,applied_vendor_credits,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_payments,line_items,applied_vendor_credits,employee,payment_term")] + AppliedPaymentsLineItemsAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,line_items,applied_vendor_credits,payment_term")] + AppliedPaymentsLineItemsAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,company")] AppliedPaymentsLineItemsCompany, [EnumMember(Value = "applied_payments,line_items,company,accounting_period")] AppliedPaymentsLineItemsCompanyAccountingPeriod, + [EnumMember(Value = "applied_payments,line_items,company,accounting_period,payment_term")] + AppliedPaymentsLineItemsCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,company,employee")] AppliedPaymentsLineItemsCompanyEmployee, [EnumMember(Value = "applied_payments,line_items,company,employee,accounting_period")] AppliedPaymentsLineItemsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_payments,line_items,company,employee,payment_term")] + AppliedPaymentsLineItemsCompanyEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,line_items,company,payment_term")] + AppliedPaymentsLineItemsCompanyPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,contact")] AppliedPaymentsLineItemsContact, [EnumMember(Value = "applied_payments,line_items,contact,accounting_period")] AppliedPaymentsLineItemsContactAccountingPeriod, + [EnumMember(Value = "applied_payments,line_items,contact,accounting_period,payment_term")] + AppliedPaymentsLineItemsContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,contact,company")] AppliedPaymentsLineItemsContactCompany, [EnumMember(Value = "applied_payments,line_items,contact,company,accounting_period")] AppliedPaymentsLineItemsContactCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,contact,company,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,contact,company,employee")] AppliedPaymentsLineItemsContactCompanyEmployee, [EnumMember(Value = "applied_payments,line_items,contact,company,employee,accounting_period")] AppliedPaymentsLineItemsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,contact,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_payments,line_items,contact,company,employee,payment_term")] + AppliedPaymentsLineItemsContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,line_items,contact,company,payment_term")] + AppliedPaymentsLineItemsContactCompanyPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,contact,employee")] AppliedPaymentsLineItemsContactEmployee, [EnumMember(Value = "applied_payments,line_items,contact,employee,accounting_period")] AppliedPaymentsLineItemsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,contact,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_payments,line_items,contact,employee,payment_term")] + AppliedPaymentsLineItemsContactEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,line_items,contact,payment_term")] + AppliedPaymentsLineItemsContactPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,employee")] AppliedPaymentsLineItemsEmployee, [EnumMember(Value = "applied_payments,line_items,employee,accounting_period")] AppliedPaymentsLineItemsEmployeeAccountingPeriod, + [EnumMember(Value = "applied_payments,line_items,employee,accounting_period,payment_term")] + AppliedPaymentsLineItemsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_payments,line_items,employee,payment_term")] + AppliedPaymentsLineItemsEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,line_items,payment_term")] + AppliedPaymentsLineItemsPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,purchase_orders")] AppliedPaymentsLineItemsPurchaseOrders, [EnumMember(Value = "applied_payments,line_items,purchase_orders,accounting_period")] AppliedPaymentsLineItemsPurchaseOrdersAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,purchase_orders,applied_credit_notes")] AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotes, @@ -608,6 +1269,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits" )] @@ -618,6 +1284,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,company" )] @@ -628,6 +1299,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,company,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee" )] @@ -638,6 +1314,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,company,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact" )] @@ -648,6 +1339,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company" )] @@ -658,6 +1354,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee" )] @@ -668,6 +1369,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee" )] @@ -678,6 +1394,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,employee" )] @@ -688,6 +1419,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,company")] AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesCompany, @@ -696,6 +1442,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,company,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,company,employee" )] @@ -706,6 +1457,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,company,employee,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,company,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesCompanyPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,contact")] AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesContact, @@ -714,6 +1480,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,contact,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,contact,company" )] @@ -724,6 +1495,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,contact,company,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,contact,company,employee" )] @@ -734,6 +1510,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,contact,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,contact,company,employee,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,contact,company,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactCompanyPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,contact,employee" )] @@ -744,6 +1535,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,contact,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,contact,employee,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,contact,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,employee" )] @@ -754,6 +1560,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,employee,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,purchase_orders,applied_vendor_credits")] AppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCredits, @@ -762,6 +1583,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_vendor_credits,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,purchase_orders,applied_vendor_credits,company" )] @@ -772,6 +1598,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_vendor_credits,company,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,purchase_orders,applied_vendor_credits,company,employee" )] @@ -782,6 +1613,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_vendor_credits,company,employee,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_vendor_credits,company,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,purchase_orders,applied_vendor_credits,contact" )] @@ -792,6 +1638,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_vendor_credits,contact,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,purchase_orders,applied_vendor_credits,contact,company" )] @@ -802,6 +1653,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,purchase_orders,applied_vendor_credits,contact,company,employee" )] @@ -812,6 +1668,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_vendor_credits,contact,company,employee,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_vendor_credits,contact,company,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,purchase_orders,applied_vendor_credits,contact,employee" )] @@ -822,6 +1693,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_vendor_credits,contact,employee,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_vendor_credits,contact,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,purchase_orders,applied_vendor_credits,employee" )] @@ -832,12 +1718,32 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_vendor_credits,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_vendor_credits,employee,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_vendor_credits,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,purchase_orders,company")] AppliedPaymentsLineItemsPurchaseOrdersCompany, [EnumMember(Value = "applied_payments,line_items,purchase_orders,company,accounting_period")] AppliedPaymentsLineItemsPurchaseOrdersCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,company,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,purchase_orders,company,employee")] AppliedPaymentsLineItemsPurchaseOrdersCompanyEmployee, @@ -846,12 +1752,30 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsPurchaseOrdersCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,company,employee,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersCompanyEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,line_items,purchase_orders,company,payment_term")] + AppliedPaymentsLineItemsPurchaseOrdersCompanyPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,purchase_orders,contact")] AppliedPaymentsLineItemsPurchaseOrdersContact, [EnumMember(Value = "applied_payments,line_items,purchase_orders,contact,accounting_period")] AppliedPaymentsLineItemsPurchaseOrdersContactAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,contact,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,purchase_orders,contact,company")] AppliedPaymentsLineItemsPurchaseOrdersContactCompany, @@ -860,6 +1784,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsPurchaseOrdersContactCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,contact,company,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,purchase_orders,contact,company,employee")] AppliedPaymentsLineItemsPurchaseOrdersContactCompanyEmployee, @@ -868,13 +1797,39 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsPurchaseOrdersContactCompanyEmployeeAccountingPeriod, - [EnumMember(Value = "applied_payments,line_items,purchase_orders,contact,employee")] - AppliedPaymentsLineItemsPurchaseOrdersContactEmployee, - [EnumMember( - Value = "applied_payments,line_items,purchase_orders,contact,employee,accounting_period" + Value = "applied_payments,line_items,purchase_orders,contact,company,employee,accounting_period,payment_term" )] - AppliedPaymentsLineItemsPurchaseOrdersContactEmployeeAccountingPeriod, + AppliedPaymentsLineItemsPurchaseOrdersContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,contact,company,employee,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,line_items,purchase_orders,contact,company,payment_term")] + AppliedPaymentsLineItemsPurchaseOrdersContactCompanyPaymentTerm, + + [EnumMember(Value = "applied_payments,line_items,purchase_orders,contact,employee")] + AppliedPaymentsLineItemsPurchaseOrdersContactEmployee, + + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,contact,employee,accounting_period" + )] + AppliedPaymentsLineItemsPurchaseOrdersContactEmployeeAccountingPeriod, + + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,contact,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,contact,employee,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersContactEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,line_items,purchase_orders,contact,payment_term")] + AppliedPaymentsLineItemsPurchaseOrdersContactPaymentTerm, [EnumMember(Value = "applied_payments,line_items,purchase_orders,employee")] AppliedPaymentsLineItemsPurchaseOrdersEmployee, @@ -882,12 +1837,28 @@ public enum InvoicesListRequestExpand [EnumMember(Value = "applied_payments,line_items,purchase_orders,employee,accounting_period")] AppliedPaymentsLineItemsPurchaseOrdersEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_payments,line_items,purchase_orders,employee,payment_term")] + AppliedPaymentsLineItemsPurchaseOrdersEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,line_items,purchase_orders,payment_term")] + AppliedPaymentsLineItemsPurchaseOrdersPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,tracking_categories")] AppliedPaymentsLineItemsTrackingCategories, [EnumMember(Value = "applied_payments,line_items,tracking_categories,accounting_period")] AppliedPaymentsLineItemsTrackingCategoriesAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,tracking_categories,applied_credit_notes")] AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotes, @@ -896,6 +1867,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits" )] @@ -906,6 +1882,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,company" )] @@ -916,6 +1897,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,company,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,company,employee" )] @@ -926,6 +1912,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,company,employee,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,company,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact" )] @@ -936,6 +1937,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company" )] @@ -946,6 +1952,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,employee" )] @@ -956,6 +1967,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,employee,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,employee" )] @@ -966,6 +1992,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,employee,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,employee" )] @@ -976,6 +2017,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,employee,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,company" )] @@ -986,6 +2042,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,company,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,company,employee" )] @@ -996,6 +2057,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,company,employee,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,company,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesCompanyPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,contact" )] @@ -1006,6 +2082,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,contact,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,contact,company" )] @@ -1016,6 +2097,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,contact,company,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,contact,company,employee" )] @@ -1026,6 +2112,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,contact,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,contact,company,employee,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,contact,company,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactCompanyPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,contact,employee" )] @@ -1036,6 +2137,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,contact,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,contact,employee,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,contact,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,employee" )] @@ -1046,6 +2162,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,employee,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,tracking_categories,applied_vendor_credits")] AppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCredits, @@ -1054,6 +2185,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_vendor_credits,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,applied_vendor_credits,company" )] @@ -1064,6 +2200,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_vendor_credits,company,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,applied_vendor_credits,company,employee" )] @@ -1074,6 +2215,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_vendor_credits,company,employee,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_vendor_credits,company,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,applied_vendor_credits,contact" )] @@ -1084,6 +2240,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_vendor_credits,contact,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,applied_vendor_credits,contact,company" )] @@ -1094,6 +2255,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,applied_vendor_credits,contact,company,employee" )] @@ -1104,6 +2270,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_vendor_credits,contact,company,employee,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_vendor_credits,contact,company,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,applied_vendor_credits,contact,employee" )] @@ -1114,6 +2295,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_vendor_credits,contact,employee,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_vendor_credits,contact,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,applied_vendor_credits,employee" )] @@ -1124,6 +2320,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_vendor_credits,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_vendor_credits,employee,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_vendor_credits,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,tracking_categories,company")] AppliedPaymentsLineItemsTrackingCategoriesCompany, @@ -1132,6 +2343,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,company,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,tracking_categories,company,employee")] AppliedPaymentsLineItemsTrackingCategoriesCompanyEmployee, @@ -1140,6 +2356,19 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,company,employee,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesCompanyEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,line_items,tracking_categories,company,payment_term")] + AppliedPaymentsLineItemsTrackingCategoriesCompanyPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,tracking_categories,contact")] AppliedPaymentsLineItemsTrackingCategoriesContact, @@ -1148,6 +2377,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesContactAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,contact,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,tracking_categories,contact,company")] AppliedPaymentsLineItemsTrackingCategoriesContactCompany, @@ -1156,6 +2390,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesContactCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,contact,company,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,tracking_categories,contact,company,employee")] AppliedPaymentsLineItemsTrackingCategoriesContactCompanyEmployee, @@ -1164,6 +2403,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,contact,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,contact,company,employee,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,contact,company,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesContactCompanyPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,tracking_categories,contact,employee")] AppliedPaymentsLineItemsTrackingCategoriesContactEmployee, @@ -1172,6 +2426,19 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,contact,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,contact,employee,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesContactEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,line_items,tracking_categories,contact,payment_term")] + AppliedPaymentsLineItemsTrackingCategoriesContactPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,tracking_categories,employee")] AppliedPaymentsLineItemsTrackingCategoriesEmployee, @@ -1180,6 +2447,17 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_payments,line_items,tracking_categories,employee,payment_term")] + AppliedPaymentsLineItemsTrackingCategoriesEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,line_items,tracking_categories,payment_term")] + AppliedPaymentsLineItemsTrackingCategoriesPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,tracking_categories,purchase_orders")] AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrders, @@ -1188,6 +2466,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes" )] @@ -1198,6 +2481,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits" )] @@ -1208,6 +2496,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company" )] @@ -1218,6 +2511,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee" )] @@ -1228,6 +2526,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact" )] @@ -1238,6 +2551,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company" )] @@ -1248,6 +2566,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee" )] @@ -1259,47 +2582,112 @@ public enum InvoicesListRequestExpand AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, [EnumMember( - Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee" + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" )] - AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployee, + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, [EnumMember( - Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period" + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,payment_term" )] - AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, [EnumMember( - Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,employee" + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,payment_term" )] - AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployee, + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyPaymentTerm, [EnumMember( - Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,accounting_period" + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee" )] - AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployee, [EnumMember( - Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,company" + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period" )] - AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompany, + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, [EnumMember( - Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,company,accounting_period" + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period,payment_term" )] - AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyAccountingPeriod, + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, [EnumMember( - Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,company,employee" + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,payment_term" )] - AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyEmployee, + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeePaymentTerm, [EnumMember( - Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,company,employee,accounting_period" + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,payment_term" )] - AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriod, + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactPaymentTerm, [EnumMember( - Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact" + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,employee" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployee, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,accounting_period" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,company" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompany, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,company,accounting_period" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyAccountingPeriod, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,company,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,company,employee" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyEmployee, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,company,employee,accounting_period" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriod, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,company,employee,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,company,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact" )] AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContact, @@ -1308,6 +2696,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,company" )] @@ -1318,6 +2711,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,company,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,company,employee" )] @@ -1328,6 +2726,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,company,employee,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,company,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,employee" )] @@ -1338,6 +2751,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,employee,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,employee" )] @@ -1348,6 +2776,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,employee,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits" )] @@ -1358,6 +2801,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,company" )] @@ -1368,6 +2816,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,company,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,company,employee" )] @@ -1378,6 +2831,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,company,employee,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,company,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact" )] @@ -1388,6 +2856,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,company" )] @@ -1398,6 +2871,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,employee" )] @@ -1408,6 +2886,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,employee,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,employee" )] @@ -1418,6 +2911,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,employee,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,employee" )] @@ -1428,6 +2936,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,employee,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,tracking_categories,purchase_orders,company")] AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersCompany, @@ -1436,6 +2959,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,company,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,purchase_orders,company,employee" )] @@ -1446,6 +2974,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,company,employee,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,company,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersCompanyPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,tracking_categories,purchase_orders,contact")] AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContact, @@ -1454,6 +2997,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,contact,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,purchase_orders,contact,company" )] @@ -1464,6 +3012,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,contact,company,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,purchase_orders,contact,company,employee" )] @@ -1474,6 +3027,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,contact,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,contact,company,employee,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,contact,company,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompanyPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,purchase_orders,contact,employee" )] @@ -1484,6 +3052,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,contact,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,contact,employee,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,contact,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,tracking_categories,purchase_orders,employee")] AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersEmployee, @@ -1492,18 +3075,44 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,employee,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersPaymentTerm, + + [EnumMember(Value = "applied_payments,payment_term")] + AppliedPaymentsPaymentTerm, + [EnumMember(Value = "applied_payments,purchase_orders")] AppliedPaymentsPurchaseOrders, [EnumMember(Value = "applied_payments,purchase_orders,accounting_period")] AppliedPaymentsPurchaseOrdersAccountingPeriod, + [EnumMember(Value = "applied_payments,purchase_orders,accounting_period,payment_term")] + AppliedPaymentsPurchaseOrdersAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,purchase_orders,applied_credit_notes")] AppliedPaymentsPurchaseOrdersAppliedCreditNotes, [EnumMember(Value = "applied_payments,purchase_orders,applied_credit_notes,accounting_period")] AppliedPaymentsPurchaseOrdersAppliedCreditNotesAccountingPeriod, + [EnumMember( + Value = "applied_payments,purchase_orders,applied_credit_notes,accounting_period,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedCreditNotesAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits" )] @@ -1514,6 +3123,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,accounting_period,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,company" )] @@ -1524,6 +3138,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,company,accounting_period,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee" )] @@ -1534,6 +3153,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,company,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact" )] @@ -1544,6 +3178,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,accounting_period,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company" )] @@ -1554,6 +3193,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee" )] @@ -1564,6 +3208,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee" )] @@ -1574,6 +3233,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactPaymentTerm, + [EnumMember( Value = "applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,employee" )] @@ -1584,6 +3258,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,accounting_period,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "applied_payments,purchase_orders,applied_credit_notes,company")] AppliedPaymentsPurchaseOrdersAppliedCreditNotesCompany, @@ -1592,6 +3281,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsPurchaseOrdersAppliedCreditNotesCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,purchase_orders,applied_credit_notes,company,accounting_period,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedCreditNotesCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,purchase_orders,applied_credit_notes,company,employee")] AppliedPaymentsPurchaseOrdersAppliedCreditNotesCompanyEmployee, @@ -1600,6 +3294,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsPurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,purchase_orders,applied_credit_notes,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,purchase_orders,applied_credit_notes,company,employee,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedCreditNotesCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,purchase_orders,applied_credit_notes,company,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedCreditNotesCompanyPaymentTerm, + [EnumMember(Value = "applied_payments,purchase_orders,applied_credit_notes,contact")] AppliedPaymentsPurchaseOrdersAppliedCreditNotesContact, @@ -1608,6 +3317,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsPurchaseOrdersAppliedCreditNotesContactAccountingPeriod, + [EnumMember( + Value = "applied_payments,purchase_orders,applied_credit_notes,contact,accounting_period,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedCreditNotesContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,purchase_orders,applied_credit_notes,contact,company")] AppliedPaymentsPurchaseOrdersAppliedCreditNotesContactCompany, @@ -1616,6 +3330,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsPurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,purchase_orders,applied_credit_notes,contact,company,accounting_period,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,purchase_orders,applied_credit_notes,contact,company,employee" )] @@ -1626,6 +3345,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsPurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,purchase_orders,applied_credit_notes,contact,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,purchase_orders,applied_credit_notes,contact,company,employee,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedCreditNotesContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,purchase_orders,applied_credit_notes,contact,company,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedCreditNotesContactCompanyPaymentTerm, + [EnumMember(Value = "applied_payments,purchase_orders,applied_credit_notes,contact,employee")] AppliedPaymentsPurchaseOrdersAppliedCreditNotesContactEmployee, @@ -1634,6 +3368,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsPurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,purchase_orders,applied_credit_notes,contact,employee,accounting_period,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,purchase_orders,applied_credit_notes,contact,employee,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedCreditNotesContactEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,purchase_orders,applied_credit_notes,contact,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedCreditNotesContactPaymentTerm, + [EnumMember(Value = "applied_payments,purchase_orders,applied_credit_notes,employee")] AppliedPaymentsPurchaseOrdersAppliedCreditNotesEmployee, @@ -1642,6 +3391,19 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsPurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,purchase_orders,applied_credit_notes,employee,accounting_period,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,purchase_orders,applied_credit_notes,employee,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedCreditNotesEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,purchase_orders,applied_credit_notes,payment_term")] + AppliedPaymentsPurchaseOrdersAppliedCreditNotesPaymentTerm, + [EnumMember(Value = "applied_payments,purchase_orders,applied_vendor_credits")] AppliedPaymentsPurchaseOrdersAppliedVendorCredits, @@ -1650,6 +3412,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsPurchaseOrdersAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "applied_payments,purchase_orders,applied_vendor_credits,accounting_period,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,purchase_orders,applied_vendor_credits,company")] AppliedPaymentsPurchaseOrdersAppliedVendorCreditsCompany, @@ -1658,6 +3425,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsPurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,purchase_orders,applied_vendor_credits,company,accounting_period,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,purchase_orders,applied_vendor_credits,company,employee")] AppliedPaymentsPurchaseOrdersAppliedVendorCreditsCompanyEmployee, @@ -1666,6 +3438,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsPurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,purchase_orders,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,purchase_orders,applied_vendor_credits,company,employee,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,purchase_orders,applied_vendor_credits,company,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember(Value = "applied_payments,purchase_orders,applied_vendor_credits,contact")] AppliedPaymentsPurchaseOrdersAppliedVendorCreditsContact, @@ -1674,6 +3461,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsPurchaseOrdersAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "applied_payments,purchase_orders,applied_vendor_credits,contact,accounting_period,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,purchase_orders,applied_vendor_credits,contact,company")] AppliedPaymentsPurchaseOrdersAppliedVendorCreditsContactCompany, @@ -1682,6 +3474,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsPurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,purchase_orders,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,purchase_orders,applied_vendor_credits,contact,company,employee" )] @@ -1692,13 +3489,43 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,purchase_orders,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,purchase_orders,applied_vendor_credits,contact,company,employee,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,purchase_orders,applied_vendor_credits,contact,company,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember(Value = "applied_payments,purchase_orders,applied_vendor_credits,contact,employee")] AppliedPaymentsPurchaseOrdersAppliedVendorCreditsContactEmployee, [EnumMember( - Value = "applied_payments,purchase_orders,applied_vendor_credits,contact,employee,accounting_period" + Value = "applied_payments,purchase_orders,applied_vendor_credits,contact,employee,accounting_period" + )] + AppliedPaymentsPurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriod, + + [EnumMember( + Value = "applied_payments,purchase_orders,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,purchase_orders,applied_vendor_credits,contact,employee,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,purchase_orders,applied_vendor_credits,contact,payment_term" )] - AppliedPaymentsPurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriod, + AppliedPaymentsPurchaseOrdersAppliedVendorCreditsContactPaymentTerm, [EnumMember(Value = "applied_payments,purchase_orders,applied_vendor_credits,employee")] AppliedPaymentsPurchaseOrdersAppliedVendorCreditsEmployee, @@ -1708,30 +3535,65 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsPurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,purchase_orders,applied_vendor_credits,employee,accounting_period,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,purchase_orders,applied_vendor_credits,employee,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,purchase_orders,applied_vendor_credits,payment_term")] + AppliedPaymentsPurchaseOrdersAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "applied_payments,purchase_orders,company")] AppliedPaymentsPurchaseOrdersCompany, [EnumMember(Value = "applied_payments,purchase_orders,company,accounting_period")] AppliedPaymentsPurchaseOrdersCompanyAccountingPeriod, + [EnumMember(Value = "applied_payments,purchase_orders,company,accounting_period,payment_term")] + AppliedPaymentsPurchaseOrdersCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,purchase_orders,company,employee")] AppliedPaymentsPurchaseOrdersCompanyEmployee, [EnumMember(Value = "applied_payments,purchase_orders,company,employee,accounting_period")] AppliedPaymentsPurchaseOrdersCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,purchase_orders,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsPurchaseOrdersCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_payments,purchase_orders,company,employee,payment_term")] + AppliedPaymentsPurchaseOrdersCompanyEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,purchase_orders,company,payment_term")] + AppliedPaymentsPurchaseOrdersCompanyPaymentTerm, + [EnumMember(Value = "applied_payments,purchase_orders,contact")] AppliedPaymentsPurchaseOrdersContact, [EnumMember(Value = "applied_payments,purchase_orders,contact,accounting_period")] AppliedPaymentsPurchaseOrdersContactAccountingPeriod, + [EnumMember(Value = "applied_payments,purchase_orders,contact,accounting_period,payment_term")] + AppliedPaymentsPurchaseOrdersContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,purchase_orders,contact,company")] AppliedPaymentsPurchaseOrdersContactCompany, [EnumMember(Value = "applied_payments,purchase_orders,contact,company,accounting_period")] AppliedPaymentsPurchaseOrdersContactCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,purchase_orders,contact,company,accounting_period,payment_term" + )] + AppliedPaymentsPurchaseOrdersContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,purchase_orders,contact,company,employee")] AppliedPaymentsPurchaseOrdersContactCompanyEmployee, @@ -1740,24 +3602,58 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsPurchaseOrdersContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,purchase_orders,contact,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsPurchaseOrdersContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_payments,purchase_orders,contact,company,employee,payment_term")] + AppliedPaymentsPurchaseOrdersContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,purchase_orders,contact,company,payment_term")] + AppliedPaymentsPurchaseOrdersContactCompanyPaymentTerm, + [EnumMember(Value = "applied_payments,purchase_orders,contact,employee")] AppliedPaymentsPurchaseOrdersContactEmployee, [EnumMember(Value = "applied_payments,purchase_orders,contact,employee,accounting_period")] AppliedPaymentsPurchaseOrdersContactEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,purchase_orders,contact,employee,accounting_period,payment_term" + )] + AppliedPaymentsPurchaseOrdersContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_payments,purchase_orders,contact,employee,payment_term")] + AppliedPaymentsPurchaseOrdersContactEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,purchase_orders,contact,payment_term")] + AppliedPaymentsPurchaseOrdersContactPaymentTerm, + [EnumMember(Value = "applied_payments,purchase_orders,employee")] AppliedPaymentsPurchaseOrdersEmployee, [EnumMember(Value = "applied_payments,purchase_orders,employee,accounting_period")] AppliedPaymentsPurchaseOrdersEmployeeAccountingPeriod, + [EnumMember(Value = "applied_payments,purchase_orders,employee,accounting_period,payment_term")] + AppliedPaymentsPurchaseOrdersEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_payments,purchase_orders,employee,payment_term")] + AppliedPaymentsPurchaseOrdersEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,purchase_orders,payment_term")] + AppliedPaymentsPurchaseOrdersPaymentTerm, + [EnumMember(Value = "applied_payments,tracking_categories")] AppliedPaymentsTrackingCategories, [EnumMember(Value = "applied_payments,tracking_categories,accounting_period")] AppliedPaymentsTrackingCategoriesAccountingPeriod, + [EnumMember(Value = "applied_payments,tracking_categories,accounting_period,payment_term")] + AppliedPaymentsTrackingCategoriesAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,tracking_categories,applied_credit_notes")] AppliedPaymentsTrackingCategoriesAppliedCreditNotes, @@ -1766,6 +3662,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsTrackingCategoriesAppliedCreditNotesAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,applied_credit_notes,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedCreditNotesAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits" )] @@ -1776,6 +3677,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,company" )] @@ -1786,6 +3692,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,company,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,company,employee" )] @@ -1796,6 +3707,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,company,employee,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,company,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact" )] @@ -1806,6 +3732,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company" )] @@ -1816,6 +3747,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,employee" )] @@ -1826,6 +3762,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,employee,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,employee" )] @@ -1836,6 +3787,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,employee,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,employee" )] @@ -1846,6 +3812,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,employee,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,employee,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "applied_payments,tracking_categories,applied_credit_notes,company")] AppliedPaymentsTrackingCategoriesAppliedCreditNotesCompany, @@ -1854,6 +3835,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsTrackingCategoriesAppliedCreditNotesCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,applied_credit_notes,company,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedCreditNotesCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,applied_credit_notes,company,employee" )] @@ -1864,6 +3850,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsTrackingCategoriesAppliedCreditNotesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,applied_credit_notes,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedCreditNotesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,applied_credit_notes,company,employee,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedCreditNotesCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,applied_credit_notes,company,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedCreditNotesCompanyPaymentTerm, + [EnumMember(Value = "applied_payments,tracking_categories,applied_credit_notes,contact")] AppliedPaymentsTrackingCategoriesAppliedCreditNotesContact, @@ -1872,6 +3873,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsTrackingCategoriesAppliedCreditNotesContactAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,applied_credit_notes,contact,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedCreditNotesContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,applied_credit_notes,contact,company" )] @@ -1882,6 +3888,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsTrackingCategoriesAppliedCreditNotesContactCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,applied_credit_notes,contact,company,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedCreditNotesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,applied_credit_notes,contact,company,employee" )] @@ -1892,6 +3903,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsTrackingCategoriesAppliedCreditNotesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,applied_credit_notes,contact,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedCreditNotesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,applied_credit_notes,contact,company,employee,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedCreditNotesContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,applied_credit_notes,contact,company,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedCreditNotesContactCompanyPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,applied_credit_notes,contact,employee" )] @@ -1902,6 +3928,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsTrackingCategoriesAppliedCreditNotesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,applied_credit_notes,contact,employee,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedCreditNotesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,applied_credit_notes,contact,employee,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedCreditNotesContactEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,applied_credit_notes,contact,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedCreditNotesContactPaymentTerm, + [EnumMember(Value = "applied_payments,tracking_categories,applied_credit_notes,employee")] AppliedPaymentsTrackingCategoriesAppliedCreditNotesEmployee, @@ -1910,6 +3951,19 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsTrackingCategoriesAppliedCreditNotesEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,applied_credit_notes,employee,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedCreditNotesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,applied_credit_notes,employee,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedCreditNotesEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,tracking_categories,applied_credit_notes,payment_term")] + AppliedPaymentsTrackingCategoriesAppliedCreditNotesPaymentTerm, + [EnumMember(Value = "applied_payments,tracking_categories,applied_vendor_credits")] AppliedPaymentsTrackingCategoriesAppliedVendorCredits, @@ -1918,6 +3972,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsTrackingCategoriesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,applied_vendor_credits,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,tracking_categories,applied_vendor_credits,company")] AppliedPaymentsTrackingCategoriesAppliedVendorCreditsCompany, @@ -1926,6 +3985,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsTrackingCategoriesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,applied_vendor_credits,company,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,applied_vendor_credits,company,employee" )] @@ -1936,6 +4000,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsTrackingCategoriesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,applied_vendor_credits,company,employee,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,applied_vendor_credits,company,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember(Value = "applied_payments,tracking_categories,applied_vendor_credits,contact")] AppliedPaymentsTrackingCategoriesAppliedVendorCreditsContact, @@ -1944,6 +4023,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsTrackingCategoriesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,applied_vendor_credits,contact,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,applied_vendor_credits,contact,company" )] @@ -1954,6 +4038,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsTrackingCategoriesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,applied_vendor_credits,contact,company,employee" )] @@ -1964,6 +4053,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsTrackingCategoriesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,applied_vendor_credits,contact,company,employee,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,applied_vendor_credits,contact,company,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,applied_vendor_credits,contact,employee" )] @@ -1974,6 +4078,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsTrackingCategoriesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,applied_vendor_credits,contact,employee,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,applied_vendor_credits,contact,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedVendorCreditsContactPaymentTerm, + [EnumMember(Value = "applied_payments,tracking_categories,applied_vendor_credits,employee")] AppliedPaymentsTrackingCategoriesAppliedVendorCreditsEmployee, @@ -1982,30 +4101,69 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsTrackingCategoriesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,applied_vendor_credits,employee,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,applied_vendor_credits,employee,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,tracking_categories,applied_vendor_credits,payment_term")] + AppliedPaymentsTrackingCategoriesAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "applied_payments,tracking_categories,company")] AppliedPaymentsTrackingCategoriesCompany, [EnumMember(Value = "applied_payments,tracking_categories,company,accounting_period")] AppliedPaymentsTrackingCategoriesCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,company,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,tracking_categories,company,employee")] AppliedPaymentsTrackingCategoriesCompanyEmployee, [EnumMember(Value = "applied_payments,tracking_categories,company,employee,accounting_period")] AppliedPaymentsTrackingCategoriesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_payments,tracking_categories,company,employee,payment_term")] + AppliedPaymentsTrackingCategoriesCompanyEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,tracking_categories,company,payment_term")] + AppliedPaymentsTrackingCategoriesCompanyPaymentTerm, + [EnumMember(Value = "applied_payments,tracking_categories,contact")] AppliedPaymentsTrackingCategoriesContact, [EnumMember(Value = "applied_payments,tracking_categories,contact,accounting_period")] AppliedPaymentsTrackingCategoriesContactAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,contact,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,tracking_categories,contact,company")] AppliedPaymentsTrackingCategoriesContactCompany, [EnumMember(Value = "applied_payments,tracking_categories,contact,company,accounting_period")] AppliedPaymentsTrackingCategoriesContactCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,contact,company,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,tracking_categories,contact,company,employee")] AppliedPaymentsTrackingCategoriesContactCompanyEmployee, @@ -2014,24 +4172,64 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsTrackingCategoriesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,contact,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,contact,company,employee,payment_term" + )] + AppliedPaymentsTrackingCategoriesContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,tracking_categories,contact,company,payment_term")] + AppliedPaymentsTrackingCategoriesContactCompanyPaymentTerm, + [EnumMember(Value = "applied_payments,tracking_categories,contact,employee")] AppliedPaymentsTrackingCategoriesContactEmployee, [EnumMember(Value = "applied_payments,tracking_categories,contact,employee,accounting_period")] AppliedPaymentsTrackingCategoriesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,contact,employee,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_payments,tracking_categories,contact,employee,payment_term")] + AppliedPaymentsTrackingCategoriesContactEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,tracking_categories,contact,payment_term")] + AppliedPaymentsTrackingCategoriesContactPaymentTerm, + [EnumMember(Value = "applied_payments,tracking_categories,employee")] AppliedPaymentsTrackingCategoriesEmployee, [EnumMember(Value = "applied_payments,tracking_categories,employee,accounting_period")] AppliedPaymentsTrackingCategoriesEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,employee,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_payments,tracking_categories,employee,payment_term")] + AppliedPaymentsTrackingCategoriesEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,tracking_categories,payment_term")] + AppliedPaymentsTrackingCategoriesPaymentTerm, + [EnumMember(Value = "applied_payments,tracking_categories,purchase_orders")] AppliedPaymentsTrackingCategoriesPurchaseOrders, [EnumMember(Value = "applied_payments,tracking_categories,purchase_orders,accounting_period")] AppliedPaymentsTrackingCategoriesPurchaseOrdersAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes" )] @@ -2042,6 +4240,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits" )] @@ -2052,6 +4255,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company" )] @@ -2062,6 +4270,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee" )] @@ -2072,6 +4285,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact" )] @@ -2082,6 +4310,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company" )] @@ -2092,25 +4325,60 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee" )] AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployee, [EnumMember( - Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period" + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyPaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployee, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period,payment_term" )] - AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, [EnumMember( - Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee" + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,payment_term" )] - AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployee, + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeePaymentTerm, [EnumMember( - Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period" + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,payment_term" )] - AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactPaymentTerm, [EnumMember( Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,employee" @@ -2122,6 +4390,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,company" )] @@ -2132,6 +4415,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,company,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,company,employee" )] @@ -2142,6 +4430,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,company,employee,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,company,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact" )] @@ -2152,6 +4455,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact,company" )] @@ -2162,6 +4470,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact,company,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact,company,employee" )] @@ -2172,6 +4485,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact,company,employee,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact,company,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact,employee" )] @@ -2182,6 +4510,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact,employee,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact,employee,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,employee" )] @@ -2192,6 +4535,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,employee,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,employee,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,purchase_orders,applied_vendor_credits" )] @@ -2202,6 +4560,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,company" )] @@ -2212,6 +4575,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,company,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,company,employee" )] @@ -2222,6 +4590,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,company,employee,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,company,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,contact" )] @@ -2232,6 +4615,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,company" )] @@ -2242,6 +4630,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,employee" )] @@ -2252,6 +4645,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,employee,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,employee" )] @@ -2262,6 +4670,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,employee,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,employee" )] @@ -2272,6 +4695,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,employee,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,employee,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "applied_payments,tracking_categories,purchase_orders,company")] AppliedPaymentsTrackingCategoriesPurchaseOrdersCompany, @@ -2280,6 +4718,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsTrackingCategoriesPurchaseOrdersCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,company,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,tracking_categories,purchase_orders,company,employee")] AppliedPaymentsTrackingCategoriesPurchaseOrdersCompanyEmployee, @@ -2288,6 +4731,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsTrackingCategoriesPurchaseOrdersCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,company,employee,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,company,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersCompanyPaymentTerm, + [EnumMember(Value = "applied_payments,tracking_categories,purchase_orders,contact")] AppliedPaymentsTrackingCategoriesPurchaseOrdersContact, @@ -2296,6 +4754,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsTrackingCategoriesPurchaseOrdersContactAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,contact,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,tracking_categories,purchase_orders,contact,company")] AppliedPaymentsTrackingCategoriesPurchaseOrdersContactCompany, @@ -2304,6 +4767,11 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsTrackingCategoriesPurchaseOrdersContactCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,contact,company,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,purchase_orders,contact,company,employee" )] @@ -2314,6 +4782,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsTrackingCategoriesPurchaseOrdersContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,contact,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,contact,company,employee,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,contact,company,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersContactCompanyPaymentTerm, + [EnumMember(Value = "applied_payments,tracking_categories,purchase_orders,contact,employee")] AppliedPaymentsTrackingCategoriesPurchaseOrdersContactEmployee, @@ -2322,6 +4805,21 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsTrackingCategoriesPurchaseOrdersContactEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,contact,employee,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,contact,employee,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersContactEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,contact,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersContactPaymentTerm, + [EnumMember(Value = "applied_payments,tracking_categories,purchase_orders,employee")] AppliedPaymentsTrackingCategoriesPurchaseOrdersEmployee, @@ -2330,114 +4828,230 @@ public enum InvoicesListRequestExpand )] AppliedPaymentsTrackingCategoriesPurchaseOrdersEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,employee,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,employee,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,tracking_categories,purchase_orders,payment_term")] + AppliedPaymentsTrackingCategoriesPurchaseOrdersPaymentTerm, + [EnumMember(Value = "applied_vendor_credits")] AppliedVendorCredits, [EnumMember(Value = "applied_vendor_credits,accounting_period")] AppliedVendorCreditsAccountingPeriod, + [EnumMember(Value = "applied_vendor_credits,accounting_period,payment_term")] + AppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_vendor_credits,company")] AppliedVendorCreditsCompany, [EnumMember(Value = "applied_vendor_credits,company,accounting_period")] AppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember(Value = "applied_vendor_credits,company,accounting_period,payment_term")] + AppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_vendor_credits,company,employee")] AppliedVendorCreditsCompanyEmployee, [EnumMember(Value = "applied_vendor_credits,company,employee,accounting_period")] AppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember(Value = "applied_vendor_credits,company,employee,accounting_period,payment_term")] + AppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_vendor_credits,company,employee,payment_term")] + AppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember(Value = "applied_vendor_credits,company,payment_term")] + AppliedVendorCreditsCompanyPaymentTerm, + [EnumMember(Value = "applied_vendor_credits,contact")] AppliedVendorCreditsContact, [EnumMember(Value = "applied_vendor_credits,contact,accounting_period")] AppliedVendorCreditsContactAccountingPeriod, + [EnumMember(Value = "applied_vendor_credits,contact,accounting_period,payment_term")] + AppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_vendor_credits,contact,company")] AppliedVendorCreditsContactCompany, [EnumMember(Value = "applied_vendor_credits,contact,company,accounting_period")] AppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember(Value = "applied_vendor_credits,contact,company,accounting_period,payment_term")] + AppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_vendor_credits,contact,company,employee")] AppliedVendorCreditsContactCompanyEmployee, [EnumMember(Value = "applied_vendor_credits,contact,company,employee,accounting_period")] AppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + AppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_vendor_credits,contact,company,employee,payment_term")] + AppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "applied_vendor_credits,contact,company,payment_term")] + AppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember(Value = "applied_vendor_credits,contact,employee")] AppliedVendorCreditsContactEmployee, [EnumMember(Value = "applied_vendor_credits,contact,employee,accounting_period")] AppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember(Value = "applied_vendor_credits,contact,employee,accounting_period,payment_term")] + AppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_vendor_credits,contact,employee,payment_term")] + AppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember(Value = "applied_vendor_credits,contact,payment_term")] + AppliedVendorCreditsContactPaymentTerm, + [EnumMember(Value = "applied_vendor_credits,employee")] AppliedVendorCreditsEmployee, [EnumMember(Value = "applied_vendor_credits,employee,accounting_period")] AppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember(Value = "applied_vendor_credits,employee,accounting_period,payment_term")] + AppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_vendor_credits,employee,payment_term")] + AppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember(Value = "applied_vendor_credits,payment_term")] + AppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "company")] Company, [EnumMember(Value = "company,accounting_period")] CompanyAccountingPeriod, + [EnumMember(Value = "company,accounting_period,payment_term")] + CompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "company,employee")] CompanyEmployee, [EnumMember(Value = "company,employee,accounting_period")] CompanyEmployeeAccountingPeriod, + [EnumMember(Value = "company,employee,accounting_period,payment_term")] + CompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "company,employee,payment_term")] + CompanyEmployeePaymentTerm, + + [EnumMember(Value = "company,payment_term")] + CompanyPaymentTerm, + [EnumMember(Value = "contact")] Contact, [EnumMember(Value = "contact,accounting_period")] ContactAccountingPeriod, + [EnumMember(Value = "contact,accounting_period,payment_term")] + ContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "contact,company")] ContactCompany, [EnumMember(Value = "contact,company,accounting_period")] ContactCompanyAccountingPeriod, + [EnumMember(Value = "contact,company,accounting_period,payment_term")] + ContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "contact,company,employee")] ContactCompanyEmployee, [EnumMember(Value = "contact,company,employee,accounting_period")] ContactCompanyEmployeeAccountingPeriod, + [EnumMember(Value = "contact,company,employee,accounting_period,payment_term")] + ContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "contact,company,employee,payment_term")] + ContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "contact,company,payment_term")] + ContactCompanyPaymentTerm, + [EnumMember(Value = "contact,employee")] ContactEmployee, [EnumMember(Value = "contact,employee,accounting_period")] ContactEmployeeAccountingPeriod, + [EnumMember(Value = "contact,employee,accounting_period,payment_term")] + ContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "contact,employee,payment_term")] + ContactEmployeePaymentTerm, + + [EnumMember(Value = "contact,payment_term")] + ContactPaymentTerm, + [EnumMember(Value = "employee")] Employee, [EnumMember(Value = "employee,accounting_period")] EmployeeAccountingPeriod, + [EnumMember(Value = "employee,accounting_period,payment_term")] + EmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "employee,payment_term")] + EmployeePaymentTerm, + [EnumMember(Value = "line_items")] LineItems, [EnumMember(Value = "line_items,accounting_period")] LineItemsAccountingPeriod, + [EnumMember(Value = "line_items,accounting_period,payment_term")] + LineItemsAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,applied_credit_notes")] LineItemsAppliedCreditNotes, [EnumMember(Value = "line_items,applied_credit_notes,accounting_period")] LineItemsAppliedCreditNotesAccountingPeriod, + [EnumMember(Value = "line_items,applied_credit_notes,accounting_period,payment_term")] + LineItemsAppliedCreditNotesAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,applied_credit_notes,applied_vendor_credits")] LineItemsAppliedCreditNotesAppliedVendorCredits, [EnumMember(Value = "line_items,applied_credit_notes,applied_vendor_credits,accounting_period")] LineItemsAppliedCreditNotesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "line_items,applied_credit_notes,applied_vendor_credits,accounting_period,payment_term" + )] + LineItemsAppliedCreditNotesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,applied_credit_notes,applied_vendor_credits,company")] LineItemsAppliedCreditNotesAppliedVendorCreditsCompany, @@ -2446,6 +5060,11 @@ public enum InvoicesListRequestExpand )] LineItemsAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "line_items,applied_credit_notes,applied_vendor_credits,company,accounting_period,payment_term" + )] + LineItemsAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,applied_credit_notes,applied_vendor_credits,company,employee")] LineItemsAppliedCreditNotesAppliedVendorCreditsCompanyEmployee, @@ -2454,6 +5073,21 @@ public enum InvoicesListRequestExpand )] LineItemsAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,applied_credit_notes,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + LineItemsAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,applied_credit_notes,applied_vendor_credits,company,employee,payment_term" + )] + LineItemsAppliedCreditNotesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "line_items,applied_credit_notes,applied_vendor_credits,company,payment_term" + )] + LineItemsAppliedCreditNotesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember(Value = "line_items,applied_credit_notes,applied_vendor_credits,contact")] LineItemsAppliedCreditNotesAppliedVendorCreditsContact, @@ -2462,6 +5096,11 @@ public enum InvoicesListRequestExpand )] LineItemsAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "line_items,applied_credit_notes,applied_vendor_credits,contact,accounting_period,payment_term" + )] + LineItemsAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,applied_credit_notes,applied_vendor_credits,contact,company")] LineItemsAppliedCreditNotesAppliedVendorCreditsContactCompany, @@ -2470,6 +5109,11 @@ public enum InvoicesListRequestExpand )] LineItemsAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "line_items,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + LineItemsAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "line_items,applied_credit_notes,applied_vendor_credits,contact,company,employee" )] @@ -2480,6 +5124,21 @@ public enum InvoicesListRequestExpand )] LineItemsAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + LineItemsAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,applied_credit_notes,applied_vendor_credits,contact,company,employee,payment_term" + )] + LineItemsAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "line_items,applied_credit_notes,applied_vendor_credits,contact,company,payment_term" + )] + LineItemsAppliedCreditNotesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember(Value = "line_items,applied_credit_notes,applied_vendor_credits,contact,employee")] LineItemsAppliedCreditNotesAppliedVendorCreditsContactEmployee, @@ -2488,6 +5147,21 @@ public enum InvoicesListRequestExpand )] LineItemsAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + LineItemsAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,applied_credit_notes,applied_vendor_credits,contact,employee,payment_term" + )] + LineItemsAppliedCreditNotesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "line_items,applied_credit_notes,applied_vendor_credits,contact,payment_term" + )] + LineItemsAppliedCreditNotesAppliedVendorCreditsContactPaymentTerm, + [EnumMember(Value = "line_items,applied_credit_notes,applied_vendor_credits,employee")] LineItemsAppliedCreditNotesAppliedVendorCreditsEmployee, @@ -2496,30 +5170,65 @@ public enum InvoicesListRequestExpand )] LineItemsAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,applied_credit_notes,applied_vendor_credits,employee,accounting_period,payment_term" + )] + LineItemsAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,applied_credit_notes,applied_vendor_credits,employee,payment_term" + )] + LineItemsAppliedCreditNotesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember(Value = "line_items,applied_credit_notes,applied_vendor_credits,payment_term")] + LineItemsAppliedCreditNotesAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "line_items,applied_credit_notes,company")] LineItemsAppliedCreditNotesCompany, [EnumMember(Value = "line_items,applied_credit_notes,company,accounting_period")] LineItemsAppliedCreditNotesCompanyAccountingPeriod, + [EnumMember(Value = "line_items,applied_credit_notes,company,accounting_period,payment_term")] + LineItemsAppliedCreditNotesCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,applied_credit_notes,company,employee")] LineItemsAppliedCreditNotesCompanyEmployee, [EnumMember(Value = "line_items,applied_credit_notes,company,employee,accounting_period")] LineItemsAppliedCreditNotesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,applied_credit_notes,company,employee,accounting_period,payment_term" + )] + LineItemsAppliedCreditNotesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "line_items,applied_credit_notes,company,employee,payment_term")] + LineItemsAppliedCreditNotesCompanyEmployeePaymentTerm, + + [EnumMember(Value = "line_items,applied_credit_notes,company,payment_term")] + LineItemsAppliedCreditNotesCompanyPaymentTerm, + [EnumMember(Value = "line_items,applied_credit_notes,contact")] LineItemsAppliedCreditNotesContact, [EnumMember(Value = "line_items,applied_credit_notes,contact,accounting_period")] LineItemsAppliedCreditNotesContactAccountingPeriod, + [EnumMember(Value = "line_items,applied_credit_notes,contact,accounting_period,payment_term")] + LineItemsAppliedCreditNotesContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,applied_credit_notes,contact,company")] LineItemsAppliedCreditNotesContactCompany, [EnumMember(Value = "line_items,applied_credit_notes,contact,company,accounting_period")] LineItemsAppliedCreditNotesContactCompanyAccountingPeriod, + [EnumMember( + Value = "line_items,applied_credit_notes,contact,company,accounting_period,payment_term" + )] + LineItemsAppliedCreditNotesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,applied_credit_notes,contact,company,employee")] LineItemsAppliedCreditNotesContactCompanyEmployee, @@ -2528,17 +5237,48 @@ public enum InvoicesListRequestExpand )] LineItemsAppliedCreditNotesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,applied_credit_notes,contact,company,employee,accounting_period,payment_term" + )] + LineItemsAppliedCreditNotesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "line_items,applied_credit_notes,contact,company,employee,payment_term")] + LineItemsAppliedCreditNotesContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "line_items,applied_credit_notes,contact,company,payment_term")] + LineItemsAppliedCreditNotesContactCompanyPaymentTerm, + [EnumMember(Value = "line_items,applied_credit_notes,contact,employee")] LineItemsAppliedCreditNotesContactEmployee, [EnumMember(Value = "line_items,applied_credit_notes,contact,employee,accounting_period")] LineItemsAppliedCreditNotesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,applied_credit_notes,contact,employee,accounting_period,payment_term" + )] + LineItemsAppliedCreditNotesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "line_items,applied_credit_notes,contact,employee,payment_term")] + LineItemsAppliedCreditNotesContactEmployeePaymentTerm, + + [EnumMember(Value = "line_items,applied_credit_notes,contact,payment_term")] + LineItemsAppliedCreditNotesContactPaymentTerm, + [EnumMember(Value = "line_items,applied_credit_notes,employee")] LineItemsAppliedCreditNotesEmployee, - [EnumMember(Value = "line_items,applied_credit_notes,employee,accounting_period")] - LineItemsAppliedCreditNotesEmployeeAccountingPeriod, + [EnumMember(Value = "line_items,applied_credit_notes,employee,accounting_period")] + LineItemsAppliedCreditNotesEmployeeAccountingPeriod, + + [EnumMember(Value = "line_items,applied_credit_notes,employee,accounting_period,payment_term")] + LineItemsAppliedCreditNotesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "line_items,applied_credit_notes,employee,payment_term")] + LineItemsAppliedCreditNotesEmployeePaymentTerm, + + [EnumMember(Value = "line_items,applied_credit_notes,payment_term")] + LineItemsAppliedCreditNotesPaymentTerm, [EnumMember(Value = "line_items,applied_vendor_credits")] LineItemsAppliedVendorCredits, @@ -2546,30 +5286,55 @@ public enum InvoicesListRequestExpand [EnumMember(Value = "line_items,applied_vendor_credits,accounting_period")] LineItemsAppliedVendorCreditsAccountingPeriod, + [EnumMember(Value = "line_items,applied_vendor_credits,accounting_period,payment_term")] + LineItemsAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,applied_vendor_credits,company")] LineItemsAppliedVendorCreditsCompany, [EnumMember(Value = "line_items,applied_vendor_credits,company,accounting_period")] LineItemsAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember(Value = "line_items,applied_vendor_credits,company,accounting_period,payment_term")] + LineItemsAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,applied_vendor_credits,company,employee")] LineItemsAppliedVendorCreditsCompanyEmployee, [EnumMember(Value = "line_items,applied_vendor_credits,company,employee,accounting_period")] LineItemsAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + LineItemsAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "line_items,applied_vendor_credits,company,employee,payment_term")] + LineItemsAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember(Value = "line_items,applied_vendor_credits,company,payment_term")] + LineItemsAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember(Value = "line_items,applied_vendor_credits,contact")] LineItemsAppliedVendorCreditsContact, [EnumMember(Value = "line_items,applied_vendor_credits,contact,accounting_period")] LineItemsAppliedVendorCreditsContactAccountingPeriod, + [EnumMember(Value = "line_items,applied_vendor_credits,contact,accounting_period,payment_term")] + LineItemsAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,applied_vendor_credits,contact,company")] LineItemsAppliedVendorCreditsContactCompany, [EnumMember(Value = "line_items,applied_vendor_credits,contact,company,accounting_period")] LineItemsAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "line_items,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + LineItemsAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,applied_vendor_credits,contact,company,employee")] LineItemsAppliedVendorCreditsContactCompanyEmployee, @@ -2578,72 +5343,158 @@ public enum InvoicesListRequestExpand )] LineItemsAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + LineItemsAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "line_items,applied_vendor_credits,contact,company,employee,payment_term")] + LineItemsAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "line_items,applied_vendor_credits,contact,company,payment_term")] + LineItemsAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember(Value = "line_items,applied_vendor_credits,contact,employee")] LineItemsAppliedVendorCreditsContactEmployee, [EnumMember(Value = "line_items,applied_vendor_credits,contact,employee,accounting_period")] LineItemsAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + LineItemsAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "line_items,applied_vendor_credits,contact,employee,payment_term")] + LineItemsAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember(Value = "line_items,applied_vendor_credits,contact,payment_term")] + LineItemsAppliedVendorCreditsContactPaymentTerm, + [EnumMember(Value = "line_items,applied_vendor_credits,employee")] LineItemsAppliedVendorCreditsEmployee, [EnumMember(Value = "line_items,applied_vendor_credits,employee,accounting_period")] LineItemsAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,applied_vendor_credits,employee,accounting_period,payment_term" + )] + LineItemsAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "line_items,applied_vendor_credits,employee,payment_term")] + LineItemsAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember(Value = "line_items,applied_vendor_credits,payment_term")] + LineItemsAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "line_items,company")] LineItemsCompany, [EnumMember(Value = "line_items,company,accounting_period")] LineItemsCompanyAccountingPeriod, + [EnumMember(Value = "line_items,company,accounting_period,payment_term")] + LineItemsCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,company,employee")] LineItemsCompanyEmployee, [EnumMember(Value = "line_items,company,employee,accounting_period")] LineItemsCompanyEmployeeAccountingPeriod, + [EnumMember(Value = "line_items,company,employee,accounting_period,payment_term")] + LineItemsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "line_items,company,employee,payment_term")] + LineItemsCompanyEmployeePaymentTerm, + + [EnumMember(Value = "line_items,company,payment_term")] + LineItemsCompanyPaymentTerm, + [EnumMember(Value = "line_items,contact")] LineItemsContact, [EnumMember(Value = "line_items,contact,accounting_period")] LineItemsContactAccountingPeriod, + [EnumMember(Value = "line_items,contact,accounting_period,payment_term")] + LineItemsContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,contact,company")] LineItemsContactCompany, [EnumMember(Value = "line_items,contact,company,accounting_period")] LineItemsContactCompanyAccountingPeriod, + [EnumMember(Value = "line_items,contact,company,accounting_period,payment_term")] + LineItemsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,contact,company,employee")] LineItemsContactCompanyEmployee, [EnumMember(Value = "line_items,contact,company,employee,accounting_period")] LineItemsContactCompanyEmployeeAccountingPeriod, + [EnumMember(Value = "line_items,contact,company,employee,accounting_period,payment_term")] + LineItemsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "line_items,contact,company,employee,payment_term")] + LineItemsContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "line_items,contact,company,payment_term")] + LineItemsContactCompanyPaymentTerm, + [EnumMember(Value = "line_items,contact,employee")] LineItemsContactEmployee, [EnumMember(Value = "line_items,contact,employee,accounting_period")] LineItemsContactEmployeeAccountingPeriod, + [EnumMember(Value = "line_items,contact,employee,accounting_period,payment_term")] + LineItemsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "line_items,contact,employee,payment_term")] + LineItemsContactEmployeePaymentTerm, + + [EnumMember(Value = "line_items,contact,payment_term")] + LineItemsContactPaymentTerm, + [EnumMember(Value = "line_items,employee")] LineItemsEmployee, [EnumMember(Value = "line_items,employee,accounting_period")] LineItemsEmployeeAccountingPeriod, + [EnumMember(Value = "line_items,employee,accounting_period,payment_term")] + LineItemsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "line_items,employee,payment_term")] + LineItemsEmployeePaymentTerm, + + [EnumMember(Value = "line_items,payment_term")] + LineItemsPaymentTerm, + [EnumMember(Value = "line_items,purchase_orders")] LineItemsPurchaseOrders, [EnumMember(Value = "line_items,purchase_orders,accounting_period")] LineItemsPurchaseOrdersAccountingPeriod, + [EnumMember(Value = "line_items,purchase_orders,accounting_period,payment_term")] + LineItemsPurchaseOrdersAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,purchase_orders,applied_credit_notes")] LineItemsPurchaseOrdersAppliedCreditNotes, [EnumMember(Value = "line_items,purchase_orders,applied_credit_notes,accounting_period")] LineItemsPurchaseOrdersAppliedCreditNotesAccountingPeriod, + [EnumMember( + Value = "line_items,purchase_orders,applied_credit_notes,accounting_period,payment_term" + )] + LineItemsPurchaseOrdersAppliedCreditNotesAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,purchase_orders,applied_credit_notes,applied_vendor_credits")] LineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCredits, @@ -2652,6 +5503,11 @@ public enum InvoicesListRequestExpand )] LineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,accounting_period,payment_term" + )] + LineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,company" )] @@ -2662,6 +5518,11 @@ public enum InvoicesListRequestExpand )] LineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,company,accounting_period,payment_term" + )] + LineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee" )] @@ -2672,6 +5533,21 @@ public enum InvoicesListRequestExpand )] LineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + LineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee,payment_term" + )] + LineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,company,payment_term" + )] + LineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact" )] @@ -2682,6 +5558,11 @@ public enum InvoicesListRequestExpand )] LineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,accounting_period,payment_term" + )] + LineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company" )] @@ -2692,6 +5573,11 @@ public enum InvoicesListRequestExpand )] LineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + LineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee" )] @@ -2702,6 +5588,21 @@ public enum InvoicesListRequestExpand )] LineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + LineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,payment_term" + )] + LineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,payment_term" + )] + LineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee" )] @@ -2712,6 +5613,21 @@ public enum InvoicesListRequestExpand )] LineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + LineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,payment_term" + )] + LineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,payment_term" + )] + LineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactPaymentTerm, + [EnumMember( Value = "line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,employee" )] @@ -2722,6 +5638,21 @@ public enum InvoicesListRequestExpand )] LineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,accounting_period,payment_term" + )] + LineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,payment_term" + )] + LineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,payment_term" + )] + LineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "line_items,purchase_orders,applied_credit_notes,company")] LineItemsPurchaseOrdersAppliedCreditNotesCompany, @@ -2730,6 +5661,11 @@ public enum InvoicesListRequestExpand )] LineItemsPurchaseOrdersAppliedCreditNotesCompanyAccountingPeriod, + [EnumMember( + Value = "line_items,purchase_orders,applied_credit_notes,company,accounting_period,payment_term" + )] + LineItemsPurchaseOrdersAppliedCreditNotesCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,purchase_orders,applied_credit_notes,company,employee")] LineItemsPurchaseOrdersAppliedCreditNotesCompanyEmployee, @@ -2738,6 +5674,19 @@ public enum InvoicesListRequestExpand )] LineItemsPurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,purchase_orders,applied_credit_notes,company,employee,accounting_period,payment_term" + )] + LineItemsPurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,purchase_orders,applied_credit_notes,company,employee,payment_term" + )] + LineItemsPurchaseOrdersAppliedCreditNotesCompanyEmployeePaymentTerm, + + [EnumMember(Value = "line_items,purchase_orders,applied_credit_notes,company,payment_term")] + LineItemsPurchaseOrdersAppliedCreditNotesCompanyPaymentTerm, + [EnumMember(Value = "line_items,purchase_orders,applied_credit_notes,contact")] LineItemsPurchaseOrdersAppliedCreditNotesContact, @@ -2746,6 +5695,11 @@ public enum InvoicesListRequestExpand )] LineItemsPurchaseOrdersAppliedCreditNotesContactAccountingPeriod, + [EnumMember( + Value = "line_items,purchase_orders,applied_credit_notes,contact,accounting_period,payment_term" + )] + LineItemsPurchaseOrdersAppliedCreditNotesContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,purchase_orders,applied_credit_notes,contact,company")] LineItemsPurchaseOrdersAppliedCreditNotesContactCompany, @@ -2754,6 +5708,11 @@ public enum InvoicesListRequestExpand )] LineItemsPurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriod, + [EnumMember( + Value = "line_items,purchase_orders,applied_credit_notes,contact,company,accounting_period,payment_term" + )] + LineItemsPurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,purchase_orders,applied_credit_notes,contact,company,employee")] LineItemsPurchaseOrdersAppliedCreditNotesContactCompanyEmployee, @@ -2762,6 +5721,21 @@ public enum InvoicesListRequestExpand )] LineItemsPurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,purchase_orders,applied_credit_notes,contact,company,employee,accounting_period,payment_term" + )] + LineItemsPurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,purchase_orders,applied_credit_notes,contact,company,employee,payment_term" + )] + LineItemsPurchaseOrdersAppliedCreditNotesContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "line_items,purchase_orders,applied_credit_notes,contact,company,payment_term" + )] + LineItemsPurchaseOrdersAppliedCreditNotesContactCompanyPaymentTerm, + [EnumMember(Value = "line_items,purchase_orders,applied_credit_notes,contact,employee")] LineItemsPurchaseOrdersAppliedCreditNotesContactEmployee, @@ -2770,6 +5744,19 @@ public enum InvoicesListRequestExpand )] LineItemsPurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,purchase_orders,applied_credit_notes,contact,employee,accounting_period,payment_term" + )] + LineItemsPurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,purchase_orders,applied_credit_notes,contact,employee,payment_term" + )] + LineItemsPurchaseOrdersAppliedCreditNotesContactEmployeePaymentTerm, + + [EnumMember(Value = "line_items,purchase_orders,applied_credit_notes,contact,payment_term")] + LineItemsPurchaseOrdersAppliedCreditNotesContactPaymentTerm, + [EnumMember(Value = "line_items,purchase_orders,applied_credit_notes,employee")] LineItemsPurchaseOrdersAppliedCreditNotesEmployee, @@ -2778,12 +5765,28 @@ public enum InvoicesListRequestExpand )] LineItemsPurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,purchase_orders,applied_credit_notes,employee,accounting_period,payment_term" + )] + LineItemsPurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "line_items,purchase_orders,applied_credit_notes,employee,payment_term")] + LineItemsPurchaseOrdersAppliedCreditNotesEmployeePaymentTerm, + + [EnumMember(Value = "line_items,purchase_orders,applied_credit_notes,payment_term")] + LineItemsPurchaseOrdersAppliedCreditNotesPaymentTerm, + [EnumMember(Value = "line_items,purchase_orders,applied_vendor_credits")] LineItemsPurchaseOrdersAppliedVendorCredits, [EnumMember(Value = "line_items,purchase_orders,applied_vendor_credits,accounting_period")] LineItemsPurchaseOrdersAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "line_items,purchase_orders,applied_vendor_credits,accounting_period,payment_term" + )] + LineItemsPurchaseOrdersAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,purchase_orders,applied_vendor_credits,company")] LineItemsPurchaseOrdersAppliedVendorCreditsCompany, @@ -2792,6 +5795,11 @@ public enum InvoicesListRequestExpand )] LineItemsPurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "line_items,purchase_orders,applied_vendor_credits,company,accounting_period,payment_term" + )] + LineItemsPurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,purchase_orders,applied_vendor_credits,company,employee")] LineItemsPurchaseOrdersAppliedVendorCreditsCompanyEmployee, @@ -2800,6 +5808,19 @@ public enum InvoicesListRequestExpand )] LineItemsPurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,purchase_orders,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + LineItemsPurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,purchase_orders,applied_vendor_credits,company,employee,payment_term" + )] + LineItemsPurchaseOrdersAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember(Value = "line_items,purchase_orders,applied_vendor_credits,company,payment_term")] + LineItemsPurchaseOrdersAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember(Value = "line_items,purchase_orders,applied_vendor_credits,contact")] LineItemsPurchaseOrdersAppliedVendorCreditsContact, @@ -2808,6 +5829,11 @@ public enum InvoicesListRequestExpand )] LineItemsPurchaseOrdersAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "line_items,purchase_orders,applied_vendor_credits,contact,accounting_period,payment_term" + )] + LineItemsPurchaseOrdersAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,purchase_orders,applied_vendor_credits,contact,company")] LineItemsPurchaseOrdersAppliedVendorCreditsContactCompany, @@ -2816,6 +5842,11 @@ public enum InvoicesListRequestExpand )] LineItemsPurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "line_items,purchase_orders,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + LineItemsPurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "line_items,purchase_orders,applied_vendor_credits,contact,company,employee" )] @@ -2826,6 +5857,21 @@ public enum InvoicesListRequestExpand )] LineItemsPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,purchase_orders,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + LineItemsPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,purchase_orders,applied_vendor_credits,contact,company,employee,payment_term" + )] + LineItemsPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "line_items,purchase_orders,applied_vendor_credits,contact,company,payment_term" + )] + LineItemsPurchaseOrdersAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember(Value = "line_items,purchase_orders,applied_vendor_credits,contact,employee")] LineItemsPurchaseOrdersAppliedVendorCreditsContactEmployee, @@ -2834,6 +5880,19 @@ public enum InvoicesListRequestExpand )] LineItemsPurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,purchase_orders,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + LineItemsPurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,purchase_orders,applied_vendor_credits,contact,employee,payment_term" + )] + LineItemsPurchaseOrdersAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember(Value = "line_items,purchase_orders,applied_vendor_credits,contact,payment_term")] + LineItemsPurchaseOrdersAppliedVendorCreditsContactPaymentTerm, + [EnumMember(Value = "line_items,purchase_orders,applied_vendor_credits,employee")] LineItemsPurchaseOrdersAppliedVendorCreditsEmployee, @@ -2842,60 +5901,132 @@ public enum InvoicesListRequestExpand )] LineItemsPurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,purchase_orders,applied_vendor_credits,employee,accounting_period,payment_term" + )] + LineItemsPurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "line_items,purchase_orders,applied_vendor_credits,employee,payment_term")] + LineItemsPurchaseOrdersAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember(Value = "line_items,purchase_orders,applied_vendor_credits,payment_term")] + LineItemsPurchaseOrdersAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "line_items,purchase_orders,company")] LineItemsPurchaseOrdersCompany, [EnumMember(Value = "line_items,purchase_orders,company,accounting_period")] LineItemsPurchaseOrdersCompanyAccountingPeriod, + [EnumMember(Value = "line_items,purchase_orders,company,accounting_period,payment_term")] + LineItemsPurchaseOrdersCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,purchase_orders,company,employee")] LineItemsPurchaseOrdersCompanyEmployee, [EnumMember(Value = "line_items,purchase_orders,company,employee,accounting_period")] LineItemsPurchaseOrdersCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,purchase_orders,company,employee,accounting_period,payment_term" + )] + LineItemsPurchaseOrdersCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "line_items,purchase_orders,company,employee,payment_term")] + LineItemsPurchaseOrdersCompanyEmployeePaymentTerm, + + [EnumMember(Value = "line_items,purchase_orders,company,payment_term")] + LineItemsPurchaseOrdersCompanyPaymentTerm, + [EnumMember(Value = "line_items,purchase_orders,contact")] LineItemsPurchaseOrdersContact, [EnumMember(Value = "line_items,purchase_orders,contact,accounting_period")] LineItemsPurchaseOrdersContactAccountingPeriod, + [EnumMember(Value = "line_items,purchase_orders,contact,accounting_period,payment_term")] + LineItemsPurchaseOrdersContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,purchase_orders,contact,company")] LineItemsPurchaseOrdersContactCompany, [EnumMember(Value = "line_items,purchase_orders,contact,company,accounting_period")] LineItemsPurchaseOrdersContactCompanyAccountingPeriod, + [EnumMember( + Value = "line_items,purchase_orders,contact,company,accounting_period,payment_term" + )] + LineItemsPurchaseOrdersContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,purchase_orders,contact,company,employee")] LineItemsPurchaseOrdersContactCompanyEmployee, [EnumMember(Value = "line_items,purchase_orders,contact,company,employee,accounting_period")] LineItemsPurchaseOrdersContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,purchase_orders,contact,company,employee,accounting_period,payment_term" + )] + LineItemsPurchaseOrdersContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "line_items,purchase_orders,contact,company,employee,payment_term")] + LineItemsPurchaseOrdersContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "line_items,purchase_orders,contact,company,payment_term")] + LineItemsPurchaseOrdersContactCompanyPaymentTerm, + [EnumMember(Value = "line_items,purchase_orders,contact,employee")] LineItemsPurchaseOrdersContactEmployee, [EnumMember(Value = "line_items,purchase_orders,contact,employee,accounting_period")] LineItemsPurchaseOrdersContactEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,purchase_orders,contact,employee,accounting_period,payment_term" + )] + LineItemsPurchaseOrdersContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "line_items,purchase_orders,contact,employee,payment_term")] + LineItemsPurchaseOrdersContactEmployeePaymentTerm, + + [EnumMember(Value = "line_items,purchase_orders,contact,payment_term")] + LineItemsPurchaseOrdersContactPaymentTerm, + [EnumMember(Value = "line_items,purchase_orders,employee")] LineItemsPurchaseOrdersEmployee, [EnumMember(Value = "line_items,purchase_orders,employee,accounting_period")] LineItemsPurchaseOrdersEmployeeAccountingPeriod, + [EnumMember(Value = "line_items,purchase_orders,employee,accounting_period,payment_term")] + LineItemsPurchaseOrdersEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "line_items,purchase_orders,employee,payment_term")] + LineItemsPurchaseOrdersEmployeePaymentTerm, + + [EnumMember(Value = "line_items,purchase_orders,payment_term")] + LineItemsPurchaseOrdersPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories")] LineItemsTrackingCategories, [EnumMember(Value = "line_items,tracking_categories,accounting_period")] LineItemsTrackingCategoriesAccountingPeriod, + [EnumMember(Value = "line_items,tracking_categories,accounting_period,payment_term")] + LineItemsTrackingCategoriesAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,applied_credit_notes")] LineItemsTrackingCategoriesAppliedCreditNotes, [EnumMember(Value = "line_items,tracking_categories,applied_credit_notes,accounting_period")] LineItemsTrackingCategoriesAppliedCreditNotesAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,applied_credit_notes,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesAppliedCreditNotesAccountingPeriodPaymentTerm, + [EnumMember( Value = "line_items,tracking_categories,applied_credit_notes,applied_vendor_credits" )] @@ -2906,6 +6037,11 @@ public enum InvoicesListRequestExpand )] LineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,company" )] @@ -2916,6 +6052,11 @@ public enum InvoicesListRequestExpand )] LineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,company,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,company,employee" )] @@ -2926,6 +6067,21 @@ public enum InvoicesListRequestExpand )] LineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,company,employee,payment_term" + )] + LineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,company,payment_term" + )] + LineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact" )] @@ -2936,6 +6092,11 @@ public enum InvoicesListRequestExpand )] LineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company" )] @@ -2946,6 +6107,11 @@ public enum InvoicesListRequestExpand )] LineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,employee" )] @@ -2956,6 +6122,21 @@ public enum InvoicesListRequestExpand )] LineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,employee,payment_term" + )] + LineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,payment_term" + )] + LineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,employee" )] @@ -2966,6 +6147,21 @@ public enum InvoicesListRequestExpand )] LineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,employee,payment_term" + )] + LineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,payment_term" + )] + LineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactPaymentTerm, + [EnumMember( Value = "line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,employee" )] @@ -2976,6 +6172,21 @@ public enum InvoicesListRequestExpand )] LineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,employee,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,employee,payment_term" + )] + LineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,payment_term" + )] + LineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,applied_credit_notes,company")] LineItemsTrackingCategoriesAppliedCreditNotesCompany, @@ -2984,6 +6195,11 @@ public enum InvoicesListRequestExpand )] LineItemsTrackingCategoriesAppliedCreditNotesCompanyAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,applied_credit_notes,company,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesAppliedCreditNotesCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,applied_credit_notes,company,employee")] LineItemsTrackingCategoriesAppliedCreditNotesCompanyEmployee, @@ -2992,6 +6208,19 @@ public enum InvoicesListRequestExpand )] LineItemsTrackingCategoriesAppliedCreditNotesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,applied_credit_notes,company,employee,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesAppliedCreditNotesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,applied_credit_notes,company,employee,payment_term" + )] + LineItemsTrackingCategoriesAppliedCreditNotesCompanyEmployeePaymentTerm, + + [EnumMember(Value = "line_items,tracking_categories,applied_credit_notes,company,payment_term")] + LineItemsTrackingCategoriesAppliedCreditNotesCompanyPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,applied_credit_notes,contact")] LineItemsTrackingCategoriesAppliedCreditNotesContact, @@ -3000,6 +6229,11 @@ public enum InvoicesListRequestExpand )] LineItemsTrackingCategoriesAppliedCreditNotesContactAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,applied_credit_notes,contact,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesAppliedCreditNotesContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,applied_credit_notes,contact,company")] LineItemsTrackingCategoriesAppliedCreditNotesContactCompany, @@ -3008,6 +6242,11 @@ public enum InvoicesListRequestExpand )] LineItemsTrackingCategoriesAppliedCreditNotesContactCompanyAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,applied_credit_notes,contact,company,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesAppliedCreditNotesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "line_items,tracking_categories,applied_credit_notes,contact,company,employee" )] @@ -3018,6 +6257,21 @@ public enum InvoicesListRequestExpand )] LineItemsTrackingCategoriesAppliedCreditNotesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,applied_credit_notes,contact,company,employee,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesAppliedCreditNotesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,applied_credit_notes,contact,company,employee,payment_term" + )] + LineItemsTrackingCategoriesAppliedCreditNotesContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,applied_credit_notes,contact,company,payment_term" + )] + LineItemsTrackingCategoriesAppliedCreditNotesContactCompanyPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,applied_credit_notes,contact,employee")] LineItemsTrackingCategoriesAppliedCreditNotesContactEmployee, @@ -3026,6 +6280,19 @@ public enum InvoicesListRequestExpand )] LineItemsTrackingCategoriesAppliedCreditNotesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,applied_credit_notes,contact,employee,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesAppliedCreditNotesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,applied_credit_notes,contact,employee,payment_term" + )] + LineItemsTrackingCategoriesAppliedCreditNotesContactEmployeePaymentTerm, + + [EnumMember(Value = "line_items,tracking_categories,applied_credit_notes,contact,payment_term")] + LineItemsTrackingCategoriesAppliedCreditNotesContactPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,applied_credit_notes,employee")] LineItemsTrackingCategoriesAppliedCreditNotesEmployee, @@ -3034,12 +6301,30 @@ public enum InvoicesListRequestExpand )] LineItemsTrackingCategoriesAppliedCreditNotesEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,applied_credit_notes,employee,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesAppliedCreditNotesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,applied_credit_notes,employee,payment_term" + )] + LineItemsTrackingCategoriesAppliedCreditNotesEmployeePaymentTerm, + + [EnumMember(Value = "line_items,tracking_categories,applied_credit_notes,payment_term")] + LineItemsTrackingCategoriesAppliedCreditNotesPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,applied_vendor_credits")] LineItemsTrackingCategoriesAppliedVendorCredits, [EnumMember(Value = "line_items,tracking_categories,applied_vendor_credits,accounting_period")] LineItemsTrackingCategoriesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,applied_vendor_credits,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,applied_vendor_credits,company")] LineItemsTrackingCategoriesAppliedVendorCreditsCompany, @@ -3048,6 +6333,11 @@ public enum InvoicesListRequestExpand )] LineItemsTrackingCategoriesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,applied_vendor_credits,company,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,applied_vendor_credits,company,employee")] LineItemsTrackingCategoriesAppliedVendorCreditsCompanyEmployee, @@ -3056,6 +6346,21 @@ public enum InvoicesListRequestExpand )] LineItemsTrackingCategoriesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,applied_vendor_credits,company,employee,payment_term" + )] + LineItemsTrackingCategoriesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,applied_vendor_credits,company,payment_term" + )] + LineItemsTrackingCategoriesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,applied_vendor_credits,contact")] LineItemsTrackingCategoriesAppliedVendorCreditsContact, @@ -3064,6 +6369,11 @@ public enum InvoicesListRequestExpand )] LineItemsTrackingCategoriesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,applied_vendor_credits,contact,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,applied_vendor_credits,contact,company")] LineItemsTrackingCategoriesAppliedVendorCreditsContactCompany, @@ -3072,6 +6382,11 @@ public enum InvoicesListRequestExpand )] LineItemsTrackingCategoriesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "line_items,tracking_categories,applied_vendor_credits,contact,company,employee" )] @@ -3082,6 +6397,21 @@ public enum InvoicesListRequestExpand )] LineItemsTrackingCategoriesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,applied_vendor_credits,contact,company,employee,payment_term" + )] + LineItemsTrackingCategoriesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,applied_vendor_credits,contact,company,payment_term" + )] + LineItemsTrackingCategoriesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,applied_vendor_credits,contact,employee")] LineItemsTrackingCategoriesAppliedVendorCreditsContactEmployee, @@ -3090,6 +6420,21 @@ public enum InvoicesListRequestExpand )] LineItemsTrackingCategoriesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,applied_vendor_credits,contact,employee,payment_term" + )] + LineItemsTrackingCategoriesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,applied_vendor_credits,contact,payment_term" + )] + LineItemsTrackingCategoriesAppliedVendorCreditsContactPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,applied_vendor_credits,employee")] LineItemsTrackingCategoriesAppliedVendorCreditsEmployee, @@ -3098,30 +6443,65 @@ public enum InvoicesListRequestExpand )] LineItemsTrackingCategoriesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,applied_vendor_credits,employee,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,applied_vendor_credits,employee,payment_term" + )] + LineItemsTrackingCategoriesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember(Value = "line_items,tracking_categories,applied_vendor_credits,payment_term")] + LineItemsTrackingCategoriesAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,company")] LineItemsTrackingCategoriesCompany, [EnumMember(Value = "line_items,tracking_categories,company,accounting_period")] LineItemsTrackingCategoriesCompanyAccountingPeriod, + [EnumMember(Value = "line_items,tracking_categories,company,accounting_period,payment_term")] + LineItemsTrackingCategoriesCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,company,employee")] LineItemsTrackingCategoriesCompanyEmployee, [EnumMember(Value = "line_items,tracking_categories,company,employee,accounting_period")] LineItemsTrackingCategoriesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,company,employee,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "line_items,tracking_categories,company,employee,payment_term")] + LineItemsTrackingCategoriesCompanyEmployeePaymentTerm, + + [EnumMember(Value = "line_items,tracking_categories,company,payment_term")] + LineItemsTrackingCategoriesCompanyPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,contact")] LineItemsTrackingCategoriesContact, [EnumMember(Value = "line_items,tracking_categories,contact,accounting_period")] LineItemsTrackingCategoriesContactAccountingPeriod, + [EnumMember(Value = "line_items,tracking_categories,contact,accounting_period,payment_term")] + LineItemsTrackingCategoriesContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,contact,company")] LineItemsTrackingCategoriesContactCompany, [EnumMember(Value = "line_items,tracking_categories,contact,company,accounting_period")] LineItemsTrackingCategoriesContactCompanyAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,contact,company,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,contact,company,employee")] LineItemsTrackingCategoriesContactCompanyEmployee, @@ -3130,24 +6510,60 @@ public enum InvoicesListRequestExpand )] LineItemsTrackingCategoriesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,contact,company,employee,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "line_items,tracking_categories,contact,company,employee,payment_term")] + LineItemsTrackingCategoriesContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "line_items,tracking_categories,contact,company,payment_term")] + LineItemsTrackingCategoriesContactCompanyPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,contact,employee")] LineItemsTrackingCategoriesContactEmployee, [EnumMember(Value = "line_items,tracking_categories,contact,employee,accounting_period")] LineItemsTrackingCategoriesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,contact,employee,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "line_items,tracking_categories,contact,employee,payment_term")] + LineItemsTrackingCategoriesContactEmployeePaymentTerm, + + [EnumMember(Value = "line_items,tracking_categories,contact,payment_term")] + LineItemsTrackingCategoriesContactPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,employee")] LineItemsTrackingCategoriesEmployee, [EnumMember(Value = "line_items,tracking_categories,employee,accounting_period")] LineItemsTrackingCategoriesEmployeeAccountingPeriod, + [EnumMember(Value = "line_items,tracking_categories,employee,accounting_period,payment_term")] + LineItemsTrackingCategoriesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "line_items,tracking_categories,employee,payment_term")] + LineItemsTrackingCategoriesEmployeePaymentTerm, + + [EnumMember(Value = "line_items,tracking_categories,payment_term")] + LineItemsTrackingCategoriesPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,purchase_orders")] LineItemsTrackingCategoriesPurchaseOrders, [EnumMember(Value = "line_items,tracking_categories,purchase_orders,accounting_period")] LineItemsTrackingCategoriesPurchaseOrdersAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes")] LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotes, @@ -3156,6 +6572,11 @@ public enum InvoicesListRequestExpand )] LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAccountingPeriodPaymentTerm, + [EnumMember( Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits" )] @@ -3166,6 +6587,11 @@ public enum InvoicesListRequestExpand )] LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company" )] @@ -3176,6 +6602,11 @@ public enum InvoicesListRequestExpand )] LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee" )] @@ -3186,6 +6617,21 @@ public enum InvoicesListRequestExpand )] LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact" )] @@ -3196,6 +6642,11 @@ public enum InvoicesListRequestExpand )] LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company" )] @@ -3206,6 +6657,11 @@ public enum InvoicesListRequestExpand )] LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee" )] @@ -3216,6 +6672,21 @@ public enum InvoicesListRequestExpand )] LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee" )] @@ -3226,6 +6697,21 @@ public enum InvoicesListRequestExpand )] LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactPaymentTerm, + [EnumMember( Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,employee" )] @@ -3236,6 +6722,21 @@ public enum InvoicesListRequestExpand )] LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsPaymentTerm, + [EnumMember( Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,company" )] @@ -3246,6 +6747,11 @@ public enum InvoicesListRequestExpand )] LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,company,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,company,employee" )] @@ -3256,6 +6762,21 @@ public enum InvoicesListRequestExpand )] LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,company,employee,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,company,employee,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,company,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyPaymentTerm, + [EnumMember( Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,contact" )] @@ -3266,6 +6787,11 @@ public enum InvoicesListRequestExpand )] LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,company" )] @@ -3276,6 +6802,11 @@ public enum InvoicesListRequestExpand )] LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,company,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,company,employee" )] @@ -3286,6 +6817,21 @@ public enum InvoicesListRequestExpand )] LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,company,employee,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,company,employee,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,company,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyPaymentTerm, + [EnumMember( Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,employee" )] @@ -3296,6 +6842,21 @@ public enum InvoicesListRequestExpand )] LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,employee,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,employee,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactEmployeePaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactPaymentTerm, + [EnumMember( Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,employee" )] @@ -3306,6 +6867,21 @@ public enum InvoicesListRequestExpand )] LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,employee,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,employee,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesEmployeePaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits")] LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCredits, @@ -3314,6 +6890,11 @@ public enum InvoicesListRequestExpand )] LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,company" )] @@ -3324,6 +6905,11 @@ public enum InvoicesListRequestExpand )] LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,company,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,company,employee" )] @@ -3334,6 +6920,21 @@ public enum InvoicesListRequestExpand )] LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,company,employee,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,company,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact" )] @@ -3344,45 +6945,100 @@ public enum InvoicesListRequestExpand )] LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,company" )] LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompany, [EnumMember( - Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,accounting_period" + Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,accounting_period" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriod, + + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,employee" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyEmployee, + + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,employee,accounting_period" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,employee,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyPaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,employee" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactEmployee, + + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,employee,accounting_period" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriod, + + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,employee,payment_term" )] - LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriod, + LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactEmployeePaymentTerm, [EnumMember( - Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,employee" + Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,payment_term" )] - LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyEmployee, + LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactPaymentTerm, [EnumMember( - Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,employee,accounting_period" + Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,employee" )] - LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsEmployee, [EnumMember( - Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,employee" + Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,employee,accounting_period" )] - LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactEmployee, + LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriod, [EnumMember( - Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,employee,accounting_period" + Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,employee,accounting_period,payment_term" )] - LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriod, + LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, [EnumMember( - Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,employee" + Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,employee,payment_term" )] - LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsEmployee, + LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsEmployeePaymentTerm, [EnumMember( - Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,employee,accounting_period" + Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,payment_term" )] - LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriod, + LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsPaymentTerm, [EnumMember(Value = "line_items,tracking_categories,purchase_orders,company")] LineItemsTrackingCategoriesPurchaseOrdersCompany, @@ -3390,6 +7046,11 @@ public enum InvoicesListRequestExpand [EnumMember(Value = "line_items,tracking_categories,purchase_orders,company,accounting_period")] LineItemsTrackingCategoriesPurchaseOrdersCompanyAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,company,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,purchase_orders,company,employee")] LineItemsTrackingCategoriesPurchaseOrdersCompanyEmployee, @@ -3398,12 +7059,30 @@ public enum InvoicesListRequestExpand )] LineItemsTrackingCategoriesPurchaseOrdersCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,company,employee,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,company,employee,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersCompanyEmployeePaymentTerm, + + [EnumMember(Value = "line_items,tracking_categories,purchase_orders,company,payment_term")] + LineItemsTrackingCategoriesPurchaseOrdersCompanyPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,purchase_orders,contact")] LineItemsTrackingCategoriesPurchaseOrdersContact, [EnumMember(Value = "line_items,tracking_categories,purchase_orders,contact,accounting_period")] LineItemsTrackingCategoriesPurchaseOrdersContactAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,contact,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,purchase_orders,contact,company")] LineItemsTrackingCategoriesPurchaseOrdersContactCompany, @@ -3412,6 +7091,11 @@ public enum InvoicesListRequestExpand )] LineItemsTrackingCategoriesPurchaseOrdersContactCompanyAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,contact,company,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,purchase_orders,contact,company,employee")] LineItemsTrackingCategoriesPurchaseOrdersContactCompanyEmployee, @@ -3420,6 +7104,21 @@ public enum InvoicesListRequestExpand )] LineItemsTrackingCategoriesPurchaseOrdersContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,contact,company,employee,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,contact,company,employee,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,contact,company,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersContactCompanyPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,purchase_orders,contact,employee")] LineItemsTrackingCategoriesPurchaseOrdersContactEmployee, @@ -3428,6 +7127,19 @@ public enum InvoicesListRequestExpand )] LineItemsTrackingCategoriesPurchaseOrdersContactEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,contact,employee,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,contact,employee,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersContactEmployeePaymentTerm, + + [EnumMember(Value = "line_items,tracking_categories,purchase_orders,contact,payment_term")] + LineItemsTrackingCategoriesPurchaseOrdersContactPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,purchase_orders,employee")] LineItemsTrackingCategoriesPurchaseOrdersEmployee, @@ -3436,24 +7148,49 @@ public enum InvoicesListRequestExpand )] LineItemsTrackingCategoriesPurchaseOrdersEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,employee,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "line_items,tracking_categories,purchase_orders,employee,payment_term")] + LineItemsTrackingCategoriesPurchaseOrdersEmployeePaymentTerm, + + [EnumMember(Value = "line_items,tracking_categories,purchase_orders,payment_term")] + LineItemsTrackingCategoriesPurchaseOrdersPaymentTerm, + + [EnumMember(Value = "payment_term")] + PaymentTerm, + [EnumMember(Value = "payments")] Payments, [EnumMember(Value = "payments,accounting_period")] PaymentsAccountingPeriod, + [EnumMember(Value = "payments,accounting_period,payment_term")] + PaymentsAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_credit_notes")] PaymentsAppliedCreditNotes, [EnumMember(Value = "payments,applied_credit_notes,accounting_period")] PaymentsAppliedCreditNotesAccountingPeriod, + [EnumMember(Value = "payments,applied_credit_notes,accounting_period,payment_term")] + PaymentsAppliedCreditNotesAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_credit_notes,applied_vendor_credits")] PaymentsAppliedCreditNotesAppliedVendorCredits, [EnumMember(Value = "payments,applied_credit_notes,applied_vendor_credits,accounting_period")] PaymentsAppliedCreditNotesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "payments,applied_credit_notes,applied_vendor_credits,accounting_period,payment_term" + )] + PaymentsAppliedCreditNotesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_credit_notes,applied_vendor_credits,company")] PaymentsAppliedCreditNotesAppliedVendorCreditsCompany, @@ -3462,6 +7199,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_credit_notes,applied_vendor_credits,company,accounting_period,payment_term" + )] + PaymentsAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_credit_notes,applied_vendor_credits,company,employee")] PaymentsAppliedCreditNotesAppliedVendorCreditsCompanyEmployee, @@ -3470,6 +7212,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_credit_notes,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_credit_notes,applied_vendor_credits,company,employee,payment_term" + )] + PaymentsAppliedCreditNotesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_credit_notes,applied_vendor_credits,company,payment_term" + )] + PaymentsAppliedCreditNotesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember(Value = "payments,applied_credit_notes,applied_vendor_credits,contact")] PaymentsAppliedCreditNotesAppliedVendorCreditsContact, @@ -3478,6 +7235,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "payments,applied_credit_notes,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PaymentsAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_credit_notes,applied_vendor_credits,contact,company")] PaymentsAppliedCreditNotesAppliedVendorCreditsContactCompany, @@ -3486,6 +7248,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_credit_notes,applied_vendor_credits,contact,company,employee" )] @@ -3496,6 +7263,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_credit_notes,applied_vendor_credits,contact,company,employee,payment_term" + )] + PaymentsAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_credit_notes,applied_vendor_credits,contact,company,payment_term" + )] + PaymentsAppliedCreditNotesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember(Value = "payments,applied_credit_notes,applied_vendor_credits,contact,employee")] PaymentsAppliedCreditNotesAppliedVendorCreditsContactEmployee, @@ -3504,6 +7286,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_credit_notes,applied_vendor_credits,contact,employee,payment_term" + )] + PaymentsAppliedCreditNotesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_credit_notes,applied_vendor_credits,contact,payment_term" + )] + PaymentsAppliedCreditNotesAppliedVendorCreditsContactPaymentTerm, + [EnumMember(Value = "payments,applied_credit_notes,applied_vendor_credits,employee")] PaymentsAppliedCreditNotesAppliedVendorCreditsEmployee, @@ -3512,60 +7309,134 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_credit_notes,applied_vendor_credits,employee,accounting_period,payment_term" + )] + PaymentsAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_credit_notes,applied_vendor_credits,employee,payment_term" + )] + PaymentsAppliedCreditNotesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_credit_notes,applied_vendor_credits,payment_term")] + PaymentsAppliedCreditNotesAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "payments,applied_credit_notes,company")] PaymentsAppliedCreditNotesCompany, [EnumMember(Value = "payments,applied_credit_notes,company,accounting_period")] PaymentsAppliedCreditNotesCompanyAccountingPeriod, + [EnumMember(Value = "payments,applied_credit_notes,company,accounting_period,payment_term")] + PaymentsAppliedCreditNotesCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_credit_notes,company,employee")] PaymentsAppliedCreditNotesCompanyEmployee, [EnumMember(Value = "payments,applied_credit_notes,company,employee,accounting_period")] PaymentsAppliedCreditNotesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_credit_notes,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedCreditNotesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,applied_credit_notes,company,employee,payment_term")] + PaymentsAppliedCreditNotesCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_credit_notes,company,payment_term")] + PaymentsAppliedCreditNotesCompanyPaymentTerm, + [EnumMember(Value = "payments,applied_credit_notes,contact")] PaymentsAppliedCreditNotesContact, [EnumMember(Value = "payments,applied_credit_notes,contact,accounting_period")] PaymentsAppliedCreditNotesContactAccountingPeriod, + [EnumMember(Value = "payments,applied_credit_notes,contact,accounting_period,payment_term")] + PaymentsAppliedCreditNotesContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_credit_notes,contact,company")] PaymentsAppliedCreditNotesContactCompany, [EnumMember(Value = "payments,applied_credit_notes,contact,company,accounting_period")] PaymentsAppliedCreditNotesContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_credit_notes,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedCreditNotesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_credit_notes,contact,company,employee")] PaymentsAppliedCreditNotesContactCompanyEmployee, [EnumMember(Value = "payments,applied_credit_notes,contact,company,employee,accounting_period")] PaymentsAppliedCreditNotesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_credit_notes,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedCreditNotesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,applied_credit_notes,contact,company,employee,payment_term")] + PaymentsAppliedCreditNotesContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_credit_notes,contact,company,payment_term")] + PaymentsAppliedCreditNotesContactCompanyPaymentTerm, + [EnumMember(Value = "payments,applied_credit_notes,contact,employee")] PaymentsAppliedCreditNotesContactEmployee, [EnumMember(Value = "payments,applied_credit_notes,contact,employee,accounting_period")] PaymentsAppliedCreditNotesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_credit_notes,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedCreditNotesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,applied_credit_notes,contact,employee,payment_term")] + PaymentsAppliedCreditNotesContactEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_credit_notes,contact,payment_term")] + PaymentsAppliedCreditNotesContactPaymentTerm, + [EnumMember(Value = "payments,applied_credit_notes,employee")] PaymentsAppliedCreditNotesEmployee, [EnumMember(Value = "payments,applied_credit_notes,employee,accounting_period")] PaymentsAppliedCreditNotesEmployeeAccountingPeriod, + [EnumMember(Value = "payments,applied_credit_notes,employee,accounting_period,payment_term")] + PaymentsAppliedCreditNotesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,applied_credit_notes,employee,payment_term")] + PaymentsAppliedCreditNotesEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_credit_notes,payment_term")] + PaymentsAppliedCreditNotesPaymentTerm, + [EnumMember(Value = "payments,applied_payments")] PaymentsAppliedPayments, [EnumMember(Value = "payments,applied_payments,accounting_period")] PaymentsAppliedPaymentsAccountingPeriod, + [EnumMember(Value = "payments,applied_payments,accounting_period,payment_term")] + PaymentsAppliedPaymentsAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_payments,applied_credit_notes")] PaymentsAppliedPaymentsAppliedCreditNotes, [EnumMember(Value = "payments,applied_payments,applied_credit_notes,accounting_period")] PaymentsAppliedPaymentsAppliedCreditNotesAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,applied_credit_notes,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsAppliedCreditNotesAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_payments,applied_credit_notes,applied_vendor_credits")] PaymentsAppliedPaymentsAppliedCreditNotesAppliedVendorCredits, @@ -3574,6 +7445,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsAppliedCreditNotesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,applied_credit_notes,applied_vendor_credits,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsAppliedCreditNotesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,applied_credit_notes,applied_vendor_credits,company" )] @@ -3584,6 +7460,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,applied_credit_notes,applied_vendor_credits,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,applied_credit_notes,applied_vendor_credits,company,employee" )] @@ -3594,6 +7475,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,applied_credit_notes,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,applied_credit_notes,applied_vendor_credits,company,employee,payment_term" + )] + PaymentsAppliedPaymentsAppliedCreditNotesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,applied_credit_notes,applied_vendor_credits,company,payment_term" + )] + PaymentsAppliedPaymentsAppliedCreditNotesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,applied_credit_notes,applied_vendor_credits,contact" )] @@ -3604,6 +7500,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,applied_credit_notes,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,applied_credit_notes,applied_vendor_credits,contact,company" )] @@ -3614,6 +7515,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,applied_credit_notes,applied_vendor_credits,contact,company,employee" )] @@ -3624,6 +7530,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,applied_credit_notes,applied_vendor_credits,contact,company,employee,payment_term" + )] + PaymentsAppliedPaymentsAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,applied_credit_notes,applied_vendor_credits,contact,company,payment_term" + )] + PaymentsAppliedPaymentsAppliedCreditNotesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,applied_credit_notes,applied_vendor_credits,contact,employee" )] @@ -3634,6 +7555,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,applied_credit_notes,applied_vendor_credits,contact,employee,payment_term" + )] + PaymentsAppliedPaymentsAppliedCreditNotesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,applied_credit_notes,applied_vendor_credits,contact,payment_term" + )] + PaymentsAppliedPaymentsAppliedCreditNotesAppliedVendorCreditsContactPaymentTerm, + [EnumMember( Value = "payments,applied_payments,applied_credit_notes,applied_vendor_credits,employee" )] @@ -3644,12 +7580,32 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,applied_credit_notes,applied_vendor_credits,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,applied_credit_notes,applied_vendor_credits,employee,payment_term" + )] + PaymentsAppliedPaymentsAppliedCreditNotesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,applied_credit_notes,applied_vendor_credits,payment_term" + )] + PaymentsAppliedPaymentsAppliedCreditNotesAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "payments,applied_payments,applied_credit_notes,company")] PaymentsAppliedPaymentsAppliedCreditNotesCompany, [EnumMember(Value = "payments,applied_payments,applied_credit_notes,company,accounting_period")] PaymentsAppliedPaymentsAppliedCreditNotesCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,applied_credit_notes,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsAppliedCreditNotesCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_payments,applied_credit_notes,company,employee")] PaymentsAppliedPaymentsAppliedCreditNotesCompanyEmployee, @@ -3658,12 +7614,30 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsAppliedCreditNotesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,applied_credit_notes,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsAppliedCreditNotesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,applied_credit_notes,company,employee,payment_term" + )] + PaymentsAppliedPaymentsAppliedCreditNotesCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_payments,applied_credit_notes,company,payment_term")] + PaymentsAppliedPaymentsAppliedCreditNotesCompanyPaymentTerm, + [EnumMember(Value = "payments,applied_payments,applied_credit_notes,contact")] PaymentsAppliedPaymentsAppliedCreditNotesContact, [EnumMember(Value = "payments,applied_payments,applied_credit_notes,contact,accounting_period")] PaymentsAppliedPaymentsAppliedCreditNotesContactAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,applied_credit_notes,contact,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsAppliedCreditNotesContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_payments,applied_credit_notes,contact,company")] PaymentsAppliedPaymentsAppliedCreditNotesContactCompany, @@ -3672,6 +7646,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsAppliedCreditNotesContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,applied_credit_notes,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsAppliedCreditNotesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_payments,applied_credit_notes,contact,company,employee")] PaymentsAppliedPaymentsAppliedCreditNotesContactCompanyEmployee, @@ -3680,6 +7659,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsAppliedCreditNotesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,applied_credit_notes,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsAppliedCreditNotesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,applied_credit_notes,contact,company,employee,payment_term" + )] + PaymentsAppliedPaymentsAppliedCreditNotesContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,applied_credit_notes,contact,company,payment_term" + )] + PaymentsAppliedPaymentsAppliedCreditNotesContactCompanyPaymentTerm, + [EnumMember(Value = "payments,applied_payments,applied_credit_notes,contact,employee")] PaymentsAppliedPaymentsAppliedCreditNotesContactEmployee, @@ -3688,6 +7682,19 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsAppliedCreditNotesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,applied_credit_notes,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsAppliedCreditNotesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,applied_credit_notes,contact,employee,payment_term" + )] + PaymentsAppliedPaymentsAppliedCreditNotesContactEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_payments,applied_credit_notes,contact,payment_term")] + PaymentsAppliedPaymentsAppliedCreditNotesContactPaymentTerm, + [EnumMember(Value = "payments,applied_payments,applied_credit_notes,employee")] PaymentsAppliedPaymentsAppliedCreditNotesEmployee, @@ -3696,12 +7703,28 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsAppliedCreditNotesEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,applied_credit_notes,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsAppliedCreditNotesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,applied_payments,applied_credit_notes,employee,payment_term")] + PaymentsAppliedPaymentsAppliedCreditNotesEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_payments,applied_credit_notes,payment_term")] + PaymentsAppliedPaymentsAppliedCreditNotesPaymentTerm, + [EnumMember(Value = "payments,applied_payments,applied_vendor_credits")] PaymentsAppliedPaymentsAppliedVendorCredits, [EnumMember(Value = "payments,applied_payments,applied_vendor_credits,accounting_period")] PaymentsAppliedPaymentsAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,applied_vendor_credits,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_payments,applied_vendor_credits,company")] PaymentsAppliedPaymentsAppliedVendorCreditsCompany, @@ -3710,6 +7733,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,applied_vendor_credits,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_payments,applied_vendor_credits,company,employee")] PaymentsAppliedPaymentsAppliedVendorCreditsCompanyEmployee, @@ -3718,6 +7746,19 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,applied_vendor_credits,company,employee,payment_term" + )] + PaymentsAppliedPaymentsAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_payments,applied_vendor_credits,company,payment_term")] + PaymentsAppliedPaymentsAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember(Value = "payments,applied_payments,applied_vendor_credits,contact")] PaymentsAppliedPaymentsAppliedVendorCreditsContact, @@ -3726,6 +7767,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_payments,applied_vendor_credits,contact,company")] PaymentsAppliedPaymentsAppliedVendorCreditsContactCompany, @@ -3734,6 +7780,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,applied_vendor_credits,contact,company,employee" )] @@ -3744,6 +7795,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,applied_vendor_credits,contact,company,employee,payment_term" + )] + PaymentsAppliedPaymentsAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,applied_vendor_credits,contact,company,payment_term" + )] + PaymentsAppliedPaymentsAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember(Value = "payments,applied_payments,applied_vendor_credits,contact,employee")] PaymentsAppliedPaymentsAppliedVendorCreditsContactEmployee, @@ -3752,13 +7818,37 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,applied_vendor_credits,contact,employee,payment_term" + )] + PaymentsAppliedPaymentsAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_payments,applied_vendor_credits,contact,payment_term")] + PaymentsAppliedPaymentsAppliedVendorCreditsContactPaymentTerm, + [EnumMember(Value = "payments,applied_payments,applied_vendor_credits,employee")] PaymentsAppliedPaymentsAppliedVendorCreditsEmployee, [EnumMember( - Value = "payments,applied_payments,applied_vendor_credits,employee,accounting_period" + Value = "payments,applied_payments,applied_vendor_credits,employee,accounting_period" + )] + PaymentsAppliedPaymentsAppliedVendorCreditsEmployeeAccountingPeriod, + + [EnumMember( + Value = "payments,applied_payments,applied_vendor_credits,employee,accounting_period,payment_term" )] - PaymentsAppliedPaymentsAppliedVendorCreditsEmployeeAccountingPeriod, + PaymentsAppliedPaymentsAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,applied_payments,applied_vendor_credits,employee,payment_term")] + PaymentsAppliedPaymentsAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_payments,applied_vendor_credits,payment_term")] + PaymentsAppliedPaymentsAppliedVendorCreditsPaymentTerm, [EnumMember(Value = "payments,applied_payments,company")] PaymentsAppliedPaymentsCompany, @@ -3766,48 +7856,99 @@ public enum InvoicesListRequestExpand [EnumMember(Value = "payments,applied_payments,company,accounting_period")] PaymentsAppliedPaymentsCompanyAccountingPeriod, + [EnumMember(Value = "payments,applied_payments,company,accounting_period,payment_term")] + PaymentsAppliedPaymentsCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_payments,company,employee")] PaymentsAppliedPaymentsCompanyEmployee, [EnumMember(Value = "payments,applied_payments,company,employee,accounting_period")] PaymentsAppliedPaymentsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,applied_payments,company,employee,payment_term")] + PaymentsAppliedPaymentsCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_payments,company,payment_term")] + PaymentsAppliedPaymentsCompanyPaymentTerm, + [EnumMember(Value = "payments,applied_payments,contact")] PaymentsAppliedPaymentsContact, [EnumMember(Value = "payments,applied_payments,contact,accounting_period")] PaymentsAppliedPaymentsContactAccountingPeriod, + [EnumMember(Value = "payments,applied_payments,contact,accounting_period,payment_term")] + PaymentsAppliedPaymentsContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_payments,contact,company")] PaymentsAppliedPaymentsContactCompany, [EnumMember(Value = "payments,applied_payments,contact,company,accounting_period")] PaymentsAppliedPaymentsContactCompanyAccountingPeriod, + [EnumMember(Value = "payments,applied_payments,contact,company,accounting_period,payment_term")] + PaymentsAppliedPaymentsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_payments,contact,company,employee")] PaymentsAppliedPaymentsContactCompanyEmployee, [EnumMember(Value = "payments,applied_payments,contact,company,employee,accounting_period")] PaymentsAppliedPaymentsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,applied_payments,contact,company,employee,payment_term")] + PaymentsAppliedPaymentsContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_payments,contact,company,payment_term")] + PaymentsAppliedPaymentsContactCompanyPaymentTerm, + [EnumMember(Value = "payments,applied_payments,contact,employee")] PaymentsAppliedPaymentsContactEmployee, [EnumMember(Value = "payments,applied_payments,contact,employee,accounting_period")] PaymentsAppliedPaymentsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,applied_payments,contact,employee,payment_term")] + PaymentsAppliedPaymentsContactEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_payments,contact,payment_term")] + PaymentsAppliedPaymentsContactPaymentTerm, + [EnumMember(Value = "payments,applied_payments,employee")] PaymentsAppliedPaymentsEmployee, [EnumMember(Value = "payments,applied_payments,employee,accounting_period")] PaymentsAppliedPaymentsEmployeeAccountingPeriod, + [EnumMember(Value = "payments,applied_payments,employee,accounting_period,payment_term")] + PaymentsAppliedPaymentsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,applied_payments,employee,payment_term")] + PaymentsAppliedPaymentsEmployeePaymentTerm, + [EnumMember(Value = "payments,applied_payments,line_items")] PaymentsAppliedPaymentsLineItems, [EnumMember(Value = "payments,applied_payments,line_items,accounting_period")] PaymentsAppliedPaymentsLineItemsAccountingPeriod, + [EnumMember(Value = "payments,applied_payments,line_items,accounting_period,payment_term")] + PaymentsAppliedPaymentsLineItemsAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_payments,line_items,applied_credit_notes")] PaymentsAppliedPaymentsLineItemsAppliedCreditNotes, @@ -3816,6 +7957,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsAppliedCreditNotesAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,applied_credit_notes,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedCreditNotesAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,applied_credit_notes,applied_vendor_credits" )] @@ -3826,6 +7972,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,applied_credit_notes,applied_vendor_credits,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,applied_credit_notes,applied_vendor_credits,company" )] @@ -3836,6 +7987,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,applied_credit_notes,applied_vendor_credits,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,applied_credit_notes,applied_vendor_credits,company,employee" )] @@ -3846,6 +8002,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,applied_credit_notes,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,applied_credit_notes,applied_vendor_credits,company,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,applied_credit_notes,applied_vendor_credits,company,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,applied_credit_notes,applied_vendor_credits,contact" )] @@ -3856,6 +8027,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,applied_credit_notes,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,applied_credit_notes,applied_vendor_credits,contact,company" )] @@ -3866,6 +8042,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,applied_credit_notes,applied_vendor_credits,contact,company,employee" )] @@ -3876,6 +8057,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,applied_credit_notes,applied_vendor_credits,contact,company,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,applied_credit_notes,applied_vendor_credits,contact,company,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,applied_credit_notes,applied_vendor_credits,contact,employee" )] @@ -3886,6 +8082,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,applied_credit_notes,applied_vendor_credits,contact,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,applied_credit_notes,applied_vendor_credits,contact,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,applied_credit_notes,applied_vendor_credits,employee" )] @@ -3896,6 +8107,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,applied_credit_notes,applied_vendor_credits,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,applied_credit_notes,applied_vendor_credits,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,applied_credit_notes,applied_vendor_credits,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "payments,applied_payments,line_items,applied_credit_notes,company")] PaymentsAppliedPaymentsLineItemsAppliedCreditNotesCompany, @@ -3904,6 +8130,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsAppliedCreditNotesCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,applied_credit_notes,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedCreditNotesCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,applied_credit_notes,company,employee" )] @@ -3914,6 +8145,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsAppliedCreditNotesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,applied_credit_notes,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedCreditNotesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,applied_credit_notes,company,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedCreditNotesCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,applied_credit_notes,company,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedCreditNotesCompanyPaymentTerm, + [EnumMember(Value = "payments,applied_payments,line_items,applied_credit_notes,contact")] PaymentsAppliedPaymentsLineItemsAppliedCreditNotesContact, @@ -3922,6 +8168,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsAppliedCreditNotesContactAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,applied_credit_notes,contact,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedCreditNotesContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,applied_credit_notes,contact,company" )] @@ -3932,6 +8183,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsAppliedCreditNotesContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,applied_credit_notes,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedCreditNotesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,applied_credit_notes,contact,company,employee" )] @@ -3942,6 +8198,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsAppliedCreditNotesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,applied_credit_notes,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedCreditNotesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,applied_credit_notes,contact,company,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedCreditNotesContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,applied_credit_notes,contact,company,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedCreditNotesContactCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,applied_credit_notes,contact,employee" )] @@ -3952,6 +8223,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsAppliedCreditNotesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,applied_credit_notes,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedCreditNotesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,applied_credit_notes,contact,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedCreditNotesContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,applied_credit_notes,contact,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedCreditNotesContactPaymentTerm, + [EnumMember(Value = "payments,applied_payments,line_items,applied_credit_notes,employee")] PaymentsAppliedPaymentsLineItemsAppliedCreditNotesEmployee, @@ -3960,6 +8246,19 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsAppliedCreditNotesEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,applied_credit_notes,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedCreditNotesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,applied_credit_notes,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedCreditNotesEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_payments,line_items,applied_credit_notes,payment_term")] + PaymentsAppliedPaymentsLineItemsAppliedCreditNotesPaymentTerm, + [EnumMember(Value = "payments,applied_payments,line_items,applied_vendor_credits")] PaymentsAppliedPaymentsLineItemsAppliedVendorCredits, @@ -3968,6 +8267,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,applied_vendor_credits,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_payments,line_items,applied_vendor_credits,company")] PaymentsAppliedPaymentsLineItemsAppliedVendorCreditsCompany, @@ -3976,6 +8280,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,applied_vendor_credits,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,applied_vendor_credits,company,employee" )] @@ -3986,6 +8295,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,applied_vendor_credits,company,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,applied_vendor_credits,company,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember(Value = "payments,applied_payments,line_items,applied_vendor_credits,contact")] PaymentsAppliedPaymentsLineItemsAppliedVendorCreditsContact, @@ -3994,6 +8318,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,applied_vendor_credits,contact,company" )] @@ -4004,6 +8333,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,applied_vendor_credits,contact,company,employee" )] @@ -4014,6 +8348,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,applied_vendor_credits,contact,company,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,applied_vendor_credits,contact,company,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,applied_vendor_credits,contact,employee" )] @@ -4024,6 +8373,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,applied_vendor_credits,contact,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,applied_vendor_credits,contact,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedVendorCreditsContactPaymentTerm, + [EnumMember(Value = "payments,applied_payments,line_items,applied_vendor_credits,employee")] PaymentsAppliedPaymentsLineItemsAppliedVendorCreditsEmployee, @@ -4032,30 +8396,69 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,applied_vendor_credits,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,applied_vendor_credits,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_payments,line_items,applied_vendor_credits,payment_term")] + PaymentsAppliedPaymentsLineItemsAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "payments,applied_payments,line_items,company")] PaymentsAppliedPaymentsLineItemsCompany, [EnumMember(Value = "payments,applied_payments,line_items,company,accounting_period")] PaymentsAppliedPaymentsLineItemsCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_payments,line_items,company,employee")] PaymentsAppliedPaymentsLineItemsCompanyEmployee, [EnumMember(Value = "payments,applied_payments,line_items,company,employee,accounting_period")] PaymentsAppliedPaymentsLineItemsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,applied_payments,line_items,company,employee,payment_term")] + PaymentsAppliedPaymentsLineItemsCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_payments,line_items,company,payment_term")] + PaymentsAppliedPaymentsLineItemsCompanyPaymentTerm, + [EnumMember(Value = "payments,applied_payments,line_items,contact")] PaymentsAppliedPaymentsLineItemsContact, [EnumMember(Value = "payments,applied_payments,line_items,contact,accounting_period")] PaymentsAppliedPaymentsLineItemsContactAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,contact,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_payments,line_items,contact,company")] PaymentsAppliedPaymentsLineItemsContactCompany, [EnumMember(Value = "payments,applied_payments,line_items,contact,company,accounting_period")] PaymentsAppliedPaymentsLineItemsContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_payments,line_items,contact,company,employee")] PaymentsAppliedPaymentsLineItemsContactCompanyEmployee, @@ -4064,24 +8467,64 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,contact,company,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_payments,line_items,contact,company,payment_term")] + PaymentsAppliedPaymentsLineItemsContactCompanyPaymentTerm, + [EnumMember(Value = "payments,applied_payments,line_items,contact,employee")] PaymentsAppliedPaymentsLineItemsContactEmployee, [EnumMember(Value = "payments,applied_payments,line_items,contact,employee,accounting_period")] PaymentsAppliedPaymentsLineItemsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,applied_payments,line_items,contact,employee,payment_term")] + PaymentsAppliedPaymentsLineItemsContactEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_payments,line_items,contact,payment_term")] + PaymentsAppliedPaymentsLineItemsContactPaymentTerm, + [EnumMember(Value = "payments,applied_payments,line_items,employee")] PaymentsAppliedPaymentsLineItemsEmployee, [EnumMember(Value = "payments,applied_payments,line_items,employee,accounting_period")] PaymentsAppliedPaymentsLineItemsEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,applied_payments,line_items,employee,payment_term")] + PaymentsAppliedPaymentsLineItemsEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_payments,line_items,payment_term")] + PaymentsAppliedPaymentsLineItemsPaymentTerm, + [EnumMember(Value = "payments,applied_payments,line_items,purchase_orders")] PaymentsAppliedPaymentsLineItemsPurchaseOrders, [EnumMember(Value = "payments,applied_payments,line_items,purchase_orders,accounting_period")] PaymentsAppliedPaymentsLineItemsPurchaseOrdersAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes" )] @@ -4092,6 +8535,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits" )] @@ -4102,6 +8550,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,company" )] @@ -4112,6 +8565,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee" )] @@ -4122,6 +8580,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,company,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact" )] @@ -4132,6 +8605,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company" )] @@ -4142,6 +8620,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee" )] @@ -4152,25 +8635,70 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee" )] PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployee, [EnumMember( - Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period" + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,employee" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployee, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,accounting_period" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,accounting_period,payment_term" )] - PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, [EnumMember( - Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,employee" + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,payment_term" )] - PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployee, + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeePaymentTerm, [EnumMember( - Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,accounting_period" + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,payment_term" )] - PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsPaymentTerm, [EnumMember( Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,company" @@ -4182,6 +8710,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,company,employee" )] @@ -4192,6 +8725,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,company,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,company,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,contact" )] @@ -4202,6 +8750,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,contact,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,contact,company" )] @@ -4212,6 +8765,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,contact,company,employee" )] @@ -4222,6 +8780,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,contact,company,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,contact,company,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,contact,employee" )] @@ -4232,6 +8805,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,contact,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,contact,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,employee" )] @@ -4242,6 +8830,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,purchase_orders,applied_vendor_credits" )] @@ -4252,6 +8855,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_vendor_credits,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,purchase_orders,applied_vendor_credits,company" )] @@ -4262,6 +8870,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_vendor_credits,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,purchase_orders,applied_vendor_credits,company,employee" )] @@ -4272,6 +8885,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_vendor_credits,company,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_vendor_credits,company,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,purchase_orders,applied_vendor_credits,contact" )] @@ -4282,6 +8910,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,purchase_orders,applied_vendor_credits,contact,company" )] @@ -4292,6 +8925,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,purchase_orders,applied_vendor_credits,contact,company,employee" )] @@ -4302,6 +8940,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_vendor_credits,contact,company,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_vendor_credits,contact,company,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,purchase_orders,applied_vendor_credits,contact,employee" )] @@ -4312,6 +8965,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_vendor_credits,contact,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_vendor_credits,contact,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,purchase_orders,applied_vendor_credits,employee" )] @@ -4322,6 +8990,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_vendor_credits,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_vendor_credits,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_vendor_credits,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "payments,applied_payments,line_items,purchase_orders,company")] PaymentsAppliedPaymentsLineItemsPurchaseOrdersCompany, @@ -4330,6 +9013,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsPurchaseOrdersCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_payments,line_items,purchase_orders,company,employee")] PaymentsAppliedPaymentsLineItemsPurchaseOrdersCompanyEmployee, @@ -4338,6 +9026,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsPurchaseOrdersCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,company,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,company,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersCompanyPaymentTerm, + [EnumMember(Value = "payments,applied_payments,line_items,purchase_orders,contact")] PaymentsAppliedPaymentsLineItemsPurchaseOrdersContact, @@ -4346,6 +9049,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsPurchaseOrdersContactAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,contact,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_payments,line_items,purchase_orders,contact,company")] PaymentsAppliedPaymentsLineItemsPurchaseOrdersContactCompany, @@ -4354,6 +9062,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsPurchaseOrdersContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,purchase_orders,contact,company,employee" )] @@ -4364,6 +9077,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsPurchaseOrdersContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,contact,company,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,contact,company,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersContactCompanyPaymentTerm, + [EnumMember(Value = "payments,applied_payments,line_items,purchase_orders,contact,employee")] PaymentsAppliedPaymentsLineItemsPurchaseOrdersContactEmployee, @@ -4372,6 +9100,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsPurchaseOrdersContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,contact,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,contact,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersContactPaymentTerm, + [EnumMember(Value = "payments,applied_payments,line_items,purchase_orders,employee")] PaymentsAppliedPaymentsLineItemsPurchaseOrdersEmployee, @@ -4380,6 +9123,19 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsPurchaseOrdersEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_payments,line_items,purchase_orders,payment_term")] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersPaymentTerm, + [EnumMember(Value = "payments,applied_payments,line_items,tracking_categories")] PaymentsAppliedPaymentsLineItemsTrackingCategories, @@ -4388,6 +9144,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes" )] @@ -4398,6 +9159,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits" )] @@ -4408,6 +9174,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,company" )] @@ -4418,6 +9189,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,company,employee" )] @@ -4428,6 +9204,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,company,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,company,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact" )] @@ -4438,6 +9229,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company" )] @@ -4448,6 +9244,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,employee" )] @@ -4458,6 +9259,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,employee" )] @@ -4468,6 +9284,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,employee" )] @@ -4478,6 +9309,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,company" )] @@ -4488,6 +9334,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,company,employee" )] @@ -4498,6 +9349,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,company,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,company,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,contact" )] @@ -4508,6 +9374,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,contact,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,contact,company" )] @@ -4518,6 +9389,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,contact,company,employee" )] @@ -4528,6 +9404,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,contact,company,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,contact,company,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,contact,employee" )] @@ -4538,6 +9429,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,contact,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,contact,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,employee" )] @@ -4548,6 +9454,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,applied_vendor_credits" )] @@ -4558,6 +9479,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_vendor_credits,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,applied_vendor_credits,company" )] @@ -4568,6 +9494,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_vendor_credits,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,applied_vendor_credits,company,employee" )] @@ -4578,6 +9509,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_vendor_credits,company,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_vendor_credits,company,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,applied_vendor_credits,contact" )] @@ -4588,6 +9534,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,applied_vendor_credits,contact,company" )] @@ -4598,6 +9549,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,applied_vendor_credits,contact,company,employee" )] @@ -4608,6 +9564,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_vendor_credits,contact,company,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_vendor_credits,contact,company,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,applied_vendor_credits,contact,employee" )] @@ -4618,6 +9589,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_vendor_credits,contact,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_vendor_credits,contact,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,applied_vendor_credits,employee" )] @@ -4628,6 +9614,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_vendor_credits,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_vendor_credits,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_vendor_credits,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "payments,applied_payments,line_items,tracking_categories,company")] PaymentsAppliedPaymentsLineItemsTrackingCategoriesCompany, @@ -4636,6 +9637,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,company,employee" )] @@ -4646,6 +9652,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,company,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,company,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesCompanyPaymentTerm, + [EnumMember(Value = "payments,applied_payments,line_items,tracking_categories,contact")] PaymentsAppliedPaymentsLineItemsTrackingCategoriesContact, @@ -4654,6 +9675,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesContactAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,contact,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_payments,line_items,tracking_categories,contact,company")] PaymentsAppliedPaymentsLineItemsTrackingCategoriesContactCompany, @@ -4662,6 +9688,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,contact,company,employee" )] @@ -4672,6 +9703,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,contact,company,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,contact,company,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesContactCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,contact,employee" )] @@ -4682,6 +9728,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,contact,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,contact,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesContactPaymentTerm, + [EnumMember(Value = "payments,applied_payments,line_items,tracking_categories,employee")] PaymentsAppliedPaymentsLineItemsTrackingCategoriesEmployee, @@ -4690,6 +9751,19 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_payments,line_items,tracking_categories,payment_term")] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPaymentTerm, + [EnumMember(Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders")] PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrders, @@ -4698,6 +9772,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes" )] @@ -4708,6 +9787,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits" )] @@ -4718,6 +9802,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company" )] @@ -4728,6 +9817,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee" )] @@ -4738,6 +9832,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact" )] @@ -4748,6 +9857,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company" )] @@ -4758,6 +9872,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee" )] @@ -4768,6 +9887,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee" )] @@ -4778,6 +9912,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,employee" )] @@ -4788,6 +9937,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,company" )] @@ -4798,6 +9962,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,company,employee" )] @@ -4808,6 +9977,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,company,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,company,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact" )] @@ -4818,6 +10002,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,company" )] @@ -4828,6 +10017,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,company,employee" )] @@ -4838,6 +10032,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,company,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,company,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,employee" )] @@ -4848,6 +10057,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,employee" )] @@ -4858,6 +10082,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits" )] @@ -4868,6 +10107,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,company" )] @@ -4878,6 +10122,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,company,employee" )] @@ -4888,6 +10137,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,company,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,company,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact" )] @@ -4898,6 +10162,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,company" )] @@ -4908,6 +10177,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,employee" )] @@ -4918,6 +10192,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,employee" )] @@ -4928,6 +10217,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,employee" )] @@ -4938,6 +10242,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,company" )] @@ -4948,6 +10267,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,company,employee" )] @@ -4958,6 +10282,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,company,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,company,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,contact" )] @@ -4969,24 +10308,49 @@ public enum InvoicesListRequestExpand PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactAccountingPeriod, [EnumMember( - Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,contact,company" + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,contact,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,contact,company" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompany, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,contact,company,accounting_period" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompanyAccountingPeriod, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompanyAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,contact,company,employee" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompanyEmployee, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,contact,company,employee,accounting_period" )] - PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompany, + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompanyEmployeeAccountingPeriod, [EnumMember( - Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,contact,company,accounting_period" + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,contact,company,employee,accounting_period,payment_term" )] - PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompanyAccountingPeriod, + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompanyEmployeeAccountingPeriodPaymentTerm, [EnumMember( - Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,contact,company,employee" + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,contact,company,employee,payment_term" )] - PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompanyEmployee, + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompanyEmployeePaymentTerm, [EnumMember( - Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,contact,company,employee,accounting_period" + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,contact,company,payment_term" )] - PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompanyEmployeeAccountingPeriod, + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompanyPaymentTerm, [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,contact,employee" @@ -4998,6 +10362,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,contact,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,contact,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,employee" )] @@ -5008,12 +10387,33 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersPaymentTerm, + + [EnumMember(Value = "payments,applied_payments,payment_term")] + PaymentsAppliedPaymentsPaymentTerm, + [EnumMember(Value = "payments,applied_payments,purchase_orders")] PaymentsAppliedPaymentsPurchaseOrders, [EnumMember(Value = "payments,applied_payments,purchase_orders,accounting_period")] PaymentsAppliedPaymentsPurchaseOrdersAccountingPeriod, + [EnumMember(Value = "payments,applied_payments,purchase_orders,accounting_period,payment_term")] + PaymentsAppliedPaymentsPurchaseOrdersAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_payments,purchase_orders,applied_credit_notes")] PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotes, @@ -5022,6 +10422,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_credit_notes,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits" )] @@ -5032,6 +10437,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,company" )] @@ -5042,6 +10452,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee" )] @@ -5052,6 +10467,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,company,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact" )] @@ -5062,6 +10492,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company" )] @@ -5072,6 +10507,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee" )] @@ -5082,6 +10522,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee" )] @@ -5092,6 +10547,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactPaymentTerm, + [EnumMember( Value = "payments,applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,employee" )] @@ -5102,6 +10572,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "payments,applied_payments,purchase_orders,applied_credit_notes,company")] PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesCompany, @@ -5110,6 +10595,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_credit_notes,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,purchase_orders,applied_credit_notes,company,employee" )] @@ -5120,6 +10610,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_credit_notes,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_credit_notes,company,employee,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_credit_notes,company,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesCompanyPaymentTerm, + [EnumMember(Value = "payments,applied_payments,purchase_orders,applied_credit_notes,contact")] PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesContact, @@ -5128,6 +10633,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesContactAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_credit_notes,contact,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,purchase_orders,applied_credit_notes,contact,company" )] @@ -5138,6 +10648,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_credit_notes,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,purchase_orders,applied_credit_notes,contact,company,employee" )] @@ -5148,6 +10663,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_credit_notes,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_credit_notes,contact,company,employee,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_credit_notes,contact,company,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesContactCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,purchase_orders,applied_credit_notes,contact,employee" )] @@ -5158,6 +10688,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_credit_notes,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_credit_notes,contact,employee,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_credit_notes,contact,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesContactPaymentTerm, + [EnumMember(Value = "payments,applied_payments,purchase_orders,applied_credit_notes,employee")] PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesEmployee, @@ -5166,6 +10711,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_credit_notes,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_credit_notes,employee,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_credit_notes,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesPaymentTerm, + [EnumMember(Value = "payments,applied_payments,purchase_orders,applied_vendor_credits")] PaymentsAppliedPaymentsPurchaseOrdersAppliedVendorCredits, @@ -5174,6 +10734,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsPurchaseOrdersAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_vendor_credits,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_payments,purchase_orders,applied_vendor_credits,company")] PaymentsAppliedPaymentsPurchaseOrdersAppliedVendorCreditsCompany, @@ -5182,6 +10747,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsPurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_vendor_credits,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,purchase_orders,applied_vendor_credits,company,employee" )] @@ -5192,6 +10762,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsPurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_vendor_credits,company,employee,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_vendor_credits,company,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember(Value = "payments,applied_payments,purchase_orders,applied_vendor_credits,contact")] PaymentsAppliedPaymentsPurchaseOrdersAppliedVendorCreditsContact, @@ -5200,6 +10785,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsPurchaseOrdersAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,purchase_orders,applied_vendor_credits,contact,company" )] @@ -5210,6 +10800,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsPurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,purchase_orders,applied_vendor_credits,contact,company,employee" )] @@ -5220,6 +10815,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_vendor_credits,contact,company,employee,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_vendor_credits,contact,company,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,purchase_orders,applied_vendor_credits,contact,employee" )] @@ -5230,6 +10840,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsPurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_vendor_credits,contact,employee,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_vendor_credits,contact,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedVendorCreditsContactPaymentTerm, + [EnumMember( Value = "payments,applied_payments,purchase_orders,applied_vendor_credits,employee" )] @@ -5240,12 +10865,32 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsPurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_vendor_credits,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_vendor_credits,employee,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_vendor_credits,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "payments,applied_payments,purchase_orders,company")] PaymentsAppliedPaymentsPurchaseOrdersCompany, [EnumMember(Value = "payments,applied_payments,purchase_orders,company,accounting_period")] PaymentsAppliedPaymentsPurchaseOrdersCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,purchase_orders,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_payments,purchase_orders,company,employee")] PaymentsAppliedPaymentsPurchaseOrdersCompanyEmployee, @@ -5254,12 +10899,28 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsPurchaseOrdersCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,purchase_orders,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,applied_payments,purchase_orders,company,employee,payment_term")] + PaymentsAppliedPaymentsPurchaseOrdersCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_payments,purchase_orders,company,payment_term")] + PaymentsAppliedPaymentsPurchaseOrdersCompanyPaymentTerm, + [EnumMember(Value = "payments,applied_payments,purchase_orders,contact")] PaymentsAppliedPaymentsPurchaseOrdersContact, [EnumMember(Value = "payments,applied_payments,purchase_orders,contact,accounting_period")] PaymentsAppliedPaymentsPurchaseOrdersContactAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,purchase_orders,contact,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_payments,purchase_orders,contact,company")] PaymentsAppliedPaymentsPurchaseOrdersContactCompany, @@ -5268,6 +10929,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsPurchaseOrdersContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,purchase_orders,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_payments,purchase_orders,contact,company,employee")] PaymentsAppliedPaymentsPurchaseOrdersContactCompanyEmployee, @@ -5276,6 +10942,19 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsPurchaseOrdersContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,purchase_orders,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,purchase_orders,contact,company,employee,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_payments,purchase_orders,contact,company,payment_term")] + PaymentsAppliedPaymentsPurchaseOrdersContactCompanyPaymentTerm, + [EnumMember(Value = "payments,applied_payments,purchase_orders,contact,employee")] PaymentsAppliedPaymentsPurchaseOrdersContactEmployee, @@ -5284,18 +10963,45 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsPurchaseOrdersContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,purchase_orders,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,applied_payments,purchase_orders,contact,employee,payment_term")] + PaymentsAppliedPaymentsPurchaseOrdersContactEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_payments,purchase_orders,contact,payment_term")] + PaymentsAppliedPaymentsPurchaseOrdersContactPaymentTerm, + [EnumMember(Value = "payments,applied_payments,purchase_orders,employee")] PaymentsAppliedPaymentsPurchaseOrdersEmployee, [EnumMember(Value = "payments,applied_payments,purchase_orders,employee,accounting_period")] PaymentsAppliedPaymentsPurchaseOrdersEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,purchase_orders,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,applied_payments,purchase_orders,employee,payment_term")] + PaymentsAppliedPaymentsPurchaseOrdersEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_payments,purchase_orders,payment_term")] + PaymentsAppliedPaymentsPurchaseOrdersPaymentTerm, + [EnumMember(Value = "payments,applied_payments,tracking_categories")] PaymentsAppliedPaymentsTrackingCategories, [EnumMember(Value = "payments,applied_payments,tracking_categories,accounting_period")] PaymentsAppliedPaymentsTrackingCategoriesAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_payments,tracking_categories,applied_credit_notes")] PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotes, @@ -5304,6 +11010,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits" )] @@ -5314,6 +11025,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,company" )] @@ -5324,6 +11040,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,company,employee" )] @@ -5334,6 +11055,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,company,employee,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,company,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact" )] @@ -5344,6 +11080,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company" )] @@ -5354,25 +11095,60 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,employee" )] PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployee, [EnumMember( - Value = "payments,applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period" + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,employee,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,employee" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactEmployee, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period,payment_term" )] - PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, [EnumMember( - Value = "payments,applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,employee" + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,employee,payment_term" )] - PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactEmployee, + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactEmployeePaymentTerm, [EnumMember( - Value = "payments,applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period" + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,payment_term" )] - PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactPaymentTerm, [EnumMember( Value = "payments,applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,employee" @@ -5384,6 +11160,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,employee,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,applied_credit_notes,company" )] @@ -5394,6 +11185,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,applied_credit_notes,company,employee" )] @@ -5404,6 +11200,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,company,employee,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,company,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,applied_credit_notes,contact" )] @@ -5414,6 +11225,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesContactAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,contact,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,applied_credit_notes,contact,company" )] @@ -5424,6 +11240,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,applied_credit_notes,contact,company,employee" )] @@ -5434,6 +11255,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,contact,company,employee,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,contact,company,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesContactCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,applied_credit_notes,contact,employee" )] @@ -5444,6 +11280,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,contact,employee,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,contact,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesContactPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,applied_credit_notes,employee" )] @@ -5454,6 +11305,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,employee,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesPaymentTerm, + [EnumMember(Value = "payments,applied_payments,tracking_categories,applied_vendor_credits")] PaymentsAppliedPaymentsTrackingCategoriesAppliedVendorCredits, @@ -5462,6 +11328,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_vendor_credits,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,applied_vendor_credits,company" )] @@ -5472,6 +11343,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_vendor_credits,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,applied_vendor_credits,company,employee" )] @@ -5482,6 +11358,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_vendor_credits,company,employee,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_vendor_credits,company,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,applied_vendor_credits,contact" )] @@ -5492,6 +11383,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,applied_vendor_credits,contact,company" )] @@ -5502,6 +11398,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,applied_vendor_credits,contact,company,employee" )] @@ -5512,6 +11413,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_vendor_credits,contact,company,employee,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_vendor_credits,contact,company,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,applied_vendor_credits,contact,employee" )] @@ -5522,6 +11438,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_vendor_credits,contact,employee,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_vendor_credits,contact,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedVendorCreditsContactPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,applied_vendor_credits,employee" )] @@ -5532,12 +11463,32 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_vendor_credits,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_vendor_credits,employee,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_vendor_credits,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "payments,applied_payments,tracking_categories,company")] PaymentsAppliedPaymentsTrackingCategoriesCompany, [EnumMember(Value = "payments,applied_payments,tracking_categories,company,accounting_period")] PaymentsAppliedPaymentsTrackingCategoriesCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_payments,tracking_categories,company,employee")] PaymentsAppliedPaymentsTrackingCategoriesCompanyEmployee, @@ -5546,12 +11497,30 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,company,employee,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_payments,tracking_categories,company,payment_term")] + PaymentsAppliedPaymentsTrackingCategoriesCompanyPaymentTerm, + [EnumMember(Value = "payments,applied_payments,tracking_categories,contact")] PaymentsAppliedPaymentsTrackingCategoriesContact, [EnumMember(Value = "payments,applied_payments,tracking_categories,contact,accounting_period")] PaymentsAppliedPaymentsTrackingCategoriesContactAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,contact,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_payments,tracking_categories,contact,company")] PaymentsAppliedPaymentsTrackingCategoriesContactCompany, @@ -5560,6 +11529,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_payments,tracking_categories,contact,company,employee")] PaymentsAppliedPaymentsTrackingCategoriesContactCompanyEmployee, @@ -5568,6 +11542,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,contact,company,employee,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,contact,company,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesContactCompanyPaymentTerm, + [EnumMember(Value = "payments,applied_payments,tracking_categories,contact,employee")] PaymentsAppliedPaymentsTrackingCategoriesContactEmployee, @@ -5576,12 +11565,36 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,contact,employee,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesContactEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_payments,tracking_categories,contact,payment_term")] + PaymentsAppliedPaymentsTrackingCategoriesContactPaymentTerm, + [EnumMember(Value = "payments,applied_payments,tracking_categories,employee")] PaymentsAppliedPaymentsTrackingCategoriesEmployee, [EnumMember(Value = "payments,applied_payments,tracking_categories,employee,accounting_period")] PaymentsAppliedPaymentsTrackingCategoriesEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,applied_payments,tracking_categories,employee,payment_term")] + PaymentsAppliedPaymentsTrackingCategoriesEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_payments,tracking_categories,payment_term")] + PaymentsAppliedPaymentsTrackingCategoriesPaymentTerm, + [EnumMember(Value = "payments,applied_payments,tracking_categories,purchase_orders")] PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrders, @@ -5590,6 +11603,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes" )] @@ -5600,6 +11618,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits" )] @@ -5610,6 +11633,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company" )] @@ -5620,6 +11648,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee" )] @@ -5630,6 +11663,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact" )] @@ -5640,6 +11688,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company" )] @@ -5650,6 +11703,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee" )] @@ -5660,6 +11718,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee" )] @@ -5670,6 +11743,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,employee" )] @@ -5680,6 +11768,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,company" )] @@ -5690,6 +11793,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,company,employee" )] @@ -5700,6 +11808,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,company,employee,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,company,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact" )] @@ -5711,44 +11834,99 @@ public enum InvoicesListRequestExpand PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactAccountingPeriod, [EnumMember( - Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact,company" + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact,company" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompany, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact,company,accounting_period" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriod, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact,company,employee" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyEmployee, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact,company,employee,accounting_period" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriod, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact,company,employee,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact,company,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact,employee" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactEmployee, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact,employee,accounting_period" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriod, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact,employee,accounting_period,payment_term" )] - PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompany, + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriodPaymentTerm, [EnumMember( - Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact,company,accounting_period" + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact,employee,payment_term" )] - PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriod, + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactEmployeePaymentTerm, [EnumMember( - Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact,company,employee" + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact,payment_term" )] - PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyEmployee, + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactPaymentTerm, [EnumMember( - Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact,company,employee,accounting_period" + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,employee" )] - PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriod, + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesEmployee, [EnumMember( - Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact,employee" + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,employee,accounting_period" )] - PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactEmployee, + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriod, [EnumMember( - Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact,employee,accounting_period" + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,employee,accounting_period,payment_term" )] - PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriod, + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriodPaymentTerm, [EnumMember( - Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,employee" + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,employee,payment_term" )] - PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesEmployee, + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesEmployeePaymentTerm, [EnumMember( - Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,employee,accounting_period" + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,payment_term" )] - PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriod, + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesPaymentTerm, [EnumMember( Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_vendor_credits" @@ -5760,6 +11938,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,company" )] @@ -5770,6 +11953,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,company,employee" )] @@ -5780,6 +11968,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,company,employee,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,company,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,contact" )] @@ -5790,6 +11993,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,company" )] @@ -5800,6 +12008,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,employee" )] @@ -5810,6 +12023,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,employee,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,employee" )] @@ -5820,6 +12048,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,employee,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,employee" )] @@ -5830,6 +12073,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,employee,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "payments,applied_payments,tracking_categories,purchase_orders,company")] PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersCompany, @@ -5838,6 +12096,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,purchase_orders,company,employee" )] @@ -5848,6 +12111,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,company,employee,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,company,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersCompanyPaymentTerm, + [EnumMember(Value = "payments,applied_payments,tracking_categories,purchase_orders,contact")] PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersContact, @@ -5856,6 +12134,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersContactAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,contact,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,purchase_orders,contact,company" )] @@ -5866,6 +12149,11 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,purchase_orders,contact,company,employee" )] @@ -5876,6 +12164,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,contact,company,employee,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,contact,company,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersContactCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,purchase_orders,contact,employee" )] @@ -5886,6 +12189,21 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,contact,employee,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,contact,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersContactPaymentTerm, + [EnumMember(Value = "payments,applied_payments,tracking_categories,purchase_orders,employee")] PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersEmployee, @@ -5894,36 +12212,76 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,employee,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersPaymentTerm, + [EnumMember(Value = "payments,applied_vendor_credits")] PaymentsAppliedVendorCredits, [EnumMember(Value = "payments,applied_vendor_credits,accounting_period")] PaymentsAppliedVendorCreditsAccountingPeriod, + [EnumMember(Value = "payments,applied_vendor_credits,accounting_period,payment_term")] + PaymentsAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_vendor_credits,company")] PaymentsAppliedVendorCreditsCompany, [EnumMember(Value = "payments,applied_vendor_credits,company,accounting_period")] PaymentsAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember(Value = "payments,applied_vendor_credits,company,accounting_period,payment_term")] + PaymentsAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_vendor_credits,company,employee")] PaymentsAppliedVendorCreditsCompanyEmployee, [EnumMember(Value = "payments,applied_vendor_credits,company,employee,accounting_period")] PaymentsAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,applied_vendor_credits,company,employee,payment_term")] + PaymentsAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_vendor_credits,company,payment_term")] + PaymentsAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember(Value = "payments,applied_vendor_credits,contact")] PaymentsAppliedVendorCreditsContact, [EnumMember(Value = "payments,applied_vendor_credits,contact,accounting_period")] PaymentsAppliedVendorCreditsContactAccountingPeriod, + [EnumMember(Value = "payments,applied_vendor_credits,contact,accounting_period,payment_term")] + PaymentsAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_vendor_credits,contact,company")] PaymentsAppliedVendorCreditsContactCompany, [EnumMember(Value = "payments,applied_vendor_credits,contact,company,accounting_period")] PaymentsAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_vendor_credits,contact,company,employee")] PaymentsAppliedVendorCreditsContactCompanyEmployee, @@ -5932,72 +12290,151 @@ public enum InvoicesListRequestExpand )] PaymentsAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,applied_vendor_credits,contact,company,employee,payment_term")] + PaymentsAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_vendor_credits,contact,company,payment_term")] + PaymentsAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember(Value = "payments,applied_vendor_credits,contact,employee")] PaymentsAppliedVendorCreditsContactEmployee, [EnumMember(Value = "payments,applied_vendor_credits,contact,employee,accounting_period")] PaymentsAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,applied_vendor_credits,contact,employee,payment_term")] + PaymentsAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_vendor_credits,contact,payment_term")] + PaymentsAppliedVendorCreditsContactPaymentTerm, + [EnumMember(Value = "payments,applied_vendor_credits,employee")] PaymentsAppliedVendorCreditsEmployee, [EnumMember(Value = "payments,applied_vendor_credits,employee,accounting_period")] PaymentsAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember(Value = "payments,applied_vendor_credits,employee,accounting_period,payment_term")] + PaymentsAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,applied_vendor_credits,employee,payment_term")] + PaymentsAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_vendor_credits,payment_term")] + PaymentsAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "payments,company")] PaymentsCompany, [EnumMember(Value = "payments,company,accounting_period")] PaymentsCompanyAccountingPeriod, + [EnumMember(Value = "payments,company,accounting_period,payment_term")] + PaymentsCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,company,employee")] PaymentsCompanyEmployee, [EnumMember(Value = "payments,company,employee,accounting_period")] PaymentsCompanyEmployeeAccountingPeriod, + [EnumMember(Value = "payments,company,employee,accounting_period,payment_term")] + PaymentsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,company,employee,payment_term")] + PaymentsCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,company,payment_term")] + PaymentsCompanyPaymentTerm, + [EnumMember(Value = "payments,contact")] PaymentsContact, [EnumMember(Value = "payments,contact,accounting_period")] PaymentsContactAccountingPeriod, + [EnumMember(Value = "payments,contact,accounting_period,payment_term")] + PaymentsContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,contact,company")] PaymentsContactCompany, [EnumMember(Value = "payments,contact,company,accounting_period")] PaymentsContactCompanyAccountingPeriod, + [EnumMember(Value = "payments,contact,company,accounting_period,payment_term")] + PaymentsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,contact,company,employee")] PaymentsContactCompanyEmployee, [EnumMember(Value = "payments,contact,company,employee,accounting_period")] PaymentsContactCompanyEmployeeAccountingPeriod, + [EnumMember(Value = "payments,contact,company,employee,accounting_period,payment_term")] + PaymentsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,contact,company,employee,payment_term")] + PaymentsContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,contact,company,payment_term")] + PaymentsContactCompanyPaymentTerm, + [EnumMember(Value = "payments,contact,employee")] PaymentsContactEmployee, [EnumMember(Value = "payments,contact,employee,accounting_period")] PaymentsContactEmployeeAccountingPeriod, + [EnumMember(Value = "payments,contact,employee,accounting_period,payment_term")] + PaymentsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,contact,employee,payment_term")] + PaymentsContactEmployeePaymentTerm, + + [EnumMember(Value = "payments,contact,payment_term")] + PaymentsContactPaymentTerm, + [EnumMember(Value = "payments,employee")] PaymentsEmployee, [EnumMember(Value = "payments,employee,accounting_period")] PaymentsEmployeeAccountingPeriod, + [EnumMember(Value = "payments,employee,accounting_period,payment_term")] + PaymentsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,employee,payment_term")] + PaymentsEmployeePaymentTerm, + [EnumMember(Value = "payments,line_items")] PaymentsLineItems, [EnumMember(Value = "payments,line_items,accounting_period")] PaymentsLineItemsAccountingPeriod, + [EnumMember(Value = "payments,line_items,accounting_period,payment_term")] + PaymentsLineItemsAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,line_items,applied_credit_notes")] PaymentsLineItemsAppliedCreditNotes, [EnumMember(Value = "payments,line_items,applied_credit_notes,accounting_period")] PaymentsLineItemsAppliedCreditNotesAccountingPeriod, + [EnumMember(Value = "payments,line_items,applied_credit_notes,accounting_period,payment_term")] + PaymentsLineItemsAppliedCreditNotesAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,line_items,applied_credit_notes,applied_vendor_credits")] PaymentsLineItemsAppliedCreditNotesAppliedVendorCredits, @@ -6006,6 +12443,11 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "payments,line_items,applied_credit_notes,applied_vendor_credits,accounting_period,payment_term" + )] + PaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,line_items,applied_credit_notes,applied_vendor_credits,company")] PaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsCompany, @@ -6014,6 +12456,11 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "payments,line_items,applied_credit_notes,applied_vendor_credits,company,accounting_period,payment_term" + )] + PaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,applied_credit_notes,applied_vendor_credits,company,employee" )] @@ -6024,6 +12471,21 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,applied_credit_notes,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,applied_credit_notes,applied_vendor_credits,company,employee,payment_term" + )] + PaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,applied_credit_notes,applied_vendor_credits,company,payment_term" + )] + PaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember(Value = "payments,line_items,applied_credit_notes,applied_vendor_credits,contact")] PaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContact, @@ -6032,6 +12494,11 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "payments,line_items,applied_credit_notes,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,applied_credit_notes,applied_vendor_credits,contact,company" )] @@ -6042,6 +12509,11 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,line_items,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,applied_credit_notes,applied_vendor_credits,contact,company,employee" )] @@ -6052,6 +12524,21 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,applied_credit_notes,applied_vendor_credits,contact,company,employee,payment_term" + )] + PaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,applied_credit_notes,applied_vendor_credits,contact,company,payment_term" + )] + PaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "payments,line_items,applied_credit_notes,applied_vendor_credits,contact,employee" )] @@ -6062,6 +12549,21 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + PaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,applied_credit_notes,applied_vendor_credits,contact,employee,payment_term" + )] + PaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,applied_credit_notes,applied_vendor_credits,contact,payment_term" + )] + PaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactPaymentTerm, + [EnumMember(Value = "payments,line_items,applied_credit_notes,applied_vendor_credits,employee")] PaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsEmployee, @@ -6070,12 +12572,32 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,applied_credit_notes,applied_vendor_credits,employee,accounting_period,payment_term" + )] + PaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,applied_credit_notes,applied_vendor_credits,employee,payment_term" + )] + PaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,applied_credit_notes,applied_vendor_credits,payment_term" + )] + PaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "payments,line_items,applied_credit_notes,company")] PaymentsLineItemsAppliedCreditNotesCompany, [EnumMember(Value = "payments,line_items,applied_credit_notes,company,accounting_period")] PaymentsLineItemsAppliedCreditNotesCompanyAccountingPeriod, + [EnumMember( + Value = "payments,line_items,applied_credit_notes,company,accounting_period,payment_term" + )] + PaymentsLineItemsAppliedCreditNotesCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,line_items,applied_credit_notes,company,employee")] PaymentsLineItemsAppliedCreditNotesCompanyEmployee, @@ -6084,12 +12606,28 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsAppliedCreditNotesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,applied_credit_notes,company,employee,accounting_period,payment_term" + )] + PaymentsLineItemsAppliedCreditNotesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,line_items,applied_credit_notes,company,employee,payment_term")] + PaymentsLineItemsAppliedCreditNotesCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,line_items,applied_credit_notes,company,payment_term")] + PaymentsLineItemsAppliedCreditNotesCompanyPaymentTerm, + [EnumMember(Value = "payments,line_items,applied_credit_notes,contact")] PaymentsLineItemsAppliedCreditNotesContact, [EnumMember(Value = "payments,line_items,applied_credit_notes,contact,accounting_period")] PaymentsLineItemsAppliedCreditNotesContactAccountingPeriod, + [EnumMember( + Value = "payments,line_items,applied_credit_notes,contact,accounting_period,payment_term" + )] + PaymentsLineItemsAppliedCreditNotesContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,line_items,applied_credit_notes,contact,company")] PaymentsLineItemsAppliedCreditNotesContactCompany, @@ -6098,6 +12636,11 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsAppliedCreditNotesContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,line_items,applied_credit_notes,contact,company,accounting_period,payment_term" + )] + PaymentsLineItemsAppliedCreditNotesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,line_items,applied_credit_notes,contact,company,employee")] PaymentsLineItemsAppliedCreditNotesContactCompanyEmployee, @@ -6106,6 +12649,19 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsAppliedCreditNotesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,applied_credit_notes,contact,company,employee,accounting_period,payment_term" + )] + PaymentsLineItemsAppliedCreditNotesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,applied_credit_notes,contact,company,employee,payment_term" + )] + PaymentsLineItemsAppliedCreditNotesContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,line_items,applied_credit_notes,contact,company,payment_term")] + PaymentsLineItemsAppliedCreditNotesContactCompanyPaymentTerm, + [EnumMember(Value = "payments,line_items,applied_credit_notes,contact,employee")] PaymentsLineItemsAppliedCreditNotesContactEmployee, @@ -6114,24 +12670,56 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsAppliedCreditNotesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,applied_credit_notes,contact,employee,accounting_period,payment_term" + )] + PaymentsLineItemsAppliedCreditNotesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,line_items,applied_credit_notes,contact,employee,payment_term")] + PaymentsLineItemsAppliedCreditNotesContactEmployeePaymentTerm, + + [EnumMember(Value = "payments,line_items,applied_credit_notes,contact,payment_term")] + PaymentsLineItemsAppliedCreditNotesContactPaymentTerm, + [EnumMember(Value = "payments,line_items,applied_credit_notes,employee")] PaymentsLineItemsAppliedCreditNotesEmployee, [EnumMember(Value = "payments,line_items,applied_credit_notes,employee,accounting_period")] PaymentsLineItemsAppliedCreditNotesEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,applied_credit_notes,employee,accounting_period,payment_term" + )] + PaymentsLineItemsAppliedCreditNotesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,line_items,applied_credit_notes,employee,payment_term")] + PaymentsLineItemsAppliedCreditNotesEmployeePaymentTerm, + + [EnumMember(Value = "payments,line_items,applied_credit_notes,payment_term")] + PaymentsLineItemsAppliedCreditNotesPaymentTerm, + [EnumMember(Value = "payments,line_items,applied_vendor_credits")] PaymentsLineItemsAppliedVendorCredits, [EnumMember(Value = "payments,line_items,applied_vendor_credits,accounting_period")] PaymentsLineItemsAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "payments,line_items,applied_vendor_credits,accounting_period,payment_term" + )] + PaymentsLineItemsAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,line_items,applied_vendor_credits,company")] PaymentsLineItemsAppliedVendorCreditsCompany, [EnumMember(Value = "payments,line_items,applied_vendor_credits,company,accounting_period")] PaymentsLineItemsAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "payments,line_items,applied_vendor_credits,company,accounting_period,payment_term" + )] + PaymentsLineItemsAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,line_items,applied_vendor_credits,company,employee")] PaymentsLineItemsAppliedVendorCreditsCompanyEmployee, @@ -6140,12 +12728,28 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PaymentsLineItemsAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,line_items,applied_vendor_credits,company,employee,payment_term")] + PaymentsLineItemsAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,line_items,applied_vendor_credits,company,payment_term")] + PaymentsLineItemsAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember(Value = "payments,line_items,applied_vendor_credits,contact")] PaymentsLineItemsAppliedVendorCreditsContact, [EnumMember(Value = "payments,line_items,applied_vendor_credits,contact,accounting_period")] PaymentsLineItemsAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "payments,line_items,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PaymentsLineItemsAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,line_items,applied_vendor_credits,contact,company")] PaymentsLineItemsAppliedVendorCreditsContactCompany, @@ -6154,13 +12758,31 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,line_items,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PaymentsLineItemsAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,line_items,applied_vendor_credits,contact,company,employee")] PaymentsLineItemsAppliedVendorCreditsContactCompanyEmployee, [EnumMember( Value = "payments,line_items,applied_vendor_credits,contact,company,employee,accounting_period" )] - PaymentsLineItemsAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + PaymentsLineItemsAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + + [EnumMember( + Value = "payments,line_items,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PaymentsLineItemsAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,applied_vendor_credits,contact,company,employee,payment_term" + )] + PaymentsLineItemsAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,line_items,applied_vendor_credits,contact,company,payment_term")] + PaymentsLineItemsAppliedVendorCreditsContactCompanyPaymentTerm, [EnumMember(Value = "payments,line_items,applied_vendor_credits,contact,employee")] PaymentsLineItemsAppliedVendorCreditsContactEmployee, @@ -6170,60 +12792,132 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + PaymentsLineItemsAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,line_items,applied_vendor_credits,contact,employee,payment_term")] + PaymentsLineItemsAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember(Value = "payments,line_items,applied_vendor_credits,contact,payment_term")] + PaymentsLineItemsAppliedVendorCreditsContactPaymentTerm, + [EnumMember(Value = "payments,line_items,applied_vendor_credits,employee")] PaymentsLineItemsAppliedVendorCreditsEmployee, [EnumMember(Value = "payments,line_items,applied_vendor_credits,employee,accounting_period")] PaymentsLineItemsAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,applied_vendor_credits,employee,accounting_period,payment_term" + )] + PaymentsLineItemsAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,line_items,applied_vendor_credits,employee,payment_term")] + PaymentsLineItemsAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember(Value = "payments,line_items,applied_vendor_credits,payment_term")] + PaymentsLineItemsAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "payments,line_items,company")] PaymentsLineItemsCompany, [EnumMember(Value = "payments,line_items,company,accounting_period")] PaymentsLineItemsCompanyAccountingPeriod, + [EnumMember(Value = "payments,line_items,company,accounting_period,payment_term")] + PaymentsLineItemsCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,line_items,company,employee")] PaymentsLineItemsCompanyEmployee, [EnumMember(Value = "payments,line_items,company,employee,accounting_period")] PaymentsLineItemsCompanyEmployeeAccountingPeriod, + [EnumMember(Value = "payments,line_items,company,employee,accounting_period,payment_term")] + PaymentsLineItemsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,line_items,company,employee,payment_term")] + PaymentsLineItemsCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,line_items,company,payment_term")] + PaymentsLineItemsCompanyPaymentTerm, + [EnumMember(Value = "payments,line_items,contact")] PaymentsLineItemsContact, [EnumMember(Value = "payments,line_items,contact,accounting_period")] PaymentsLineItemsContactAccountingPeriod, + [EnumMember(Value = "payments,line_items,contact,accounting_period,payment_term")] + PaymentsLineItemsContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,line_items,contact,company")] PaymentsLineItemsContactCompany, [EnumMember(Value = "payments,line_items,contact,company,accounting_period")] PaymentsLineItemsContactCompanyAccountingPeriod, + [EnumMember(Value = "payments,line_items,contact,company,accounting_period,payment_term")] + PaymentsLineItemsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,line_items,contact,company,employee")] PaymentsLineItemsContactCompanyEmployee, [EnumMember(Value = "payments,line_items,contact,company,employee,accounting_period")] PaymentsLineItemsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,contact,company,employee,accounting_period,payment_term" + )] + PaymentsLineItemsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,line_items,contact,company,employee,payment_term")] + PaymentsLineItemsContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,line_items,contact,company,payment_term")] + PaymentsLineItemsContactCompanyPaymentTerm, + [EnumMember(Value = "payments,line_items,contact,employee")] PaymentsLineItemsContactEmployee, [EnumMember(Value = "payments,line_items,contact,employee,accounting_period")] PaymentsLineItemsContactEmployeeAccountingPeriod, + [EnumMember(Value = "payments,line_items,contact,employee,accounting_period,payment_term")] + PaymentsLineItemsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,line_items,contact,employee,payment_term")] + PaymentsLineItemsContactEmployeePaymentTerm, + + [EnumMember(Value = "payments,line_items,contact,payment_term")] + PaymentsLineItemsContactPaymentTerm, + [EnumMember(Value = "payments,line_items,employee")] PaymentsLineItemsEmployee, [EnumMember(Value = "payments,line_items,employee,accounting_period")] PaymentsLineItemsEmployeeAccountingPeriod, + [EnumMember(Value = "payments,line_items,employee,accounting_period,payment_term")] + PaymentsLineItemsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,line_items,employee,payment_term")] + PaymentsLineItemsEmployeePaymentTerm, + + [EnumMember(Value = "payments,line_items,payment_term")] + PaymentsLineItemsPaymentTerm, + [EnumMember(Value = "payments,line_items,purchase_orders")] PaymentsLineItemsPurchaseOrders, [EnumMember(Value = "payments,line_items,purchase_orders,accounting_period")] PaymentsLineItemsPurchaseOrdersAccountingPeriod, + [EnumMember(Value = "payments,line_items,purchase_orders,accounting_period,payment_term")] + PaymentsLineItemsPurchaseOrdersAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,line_items,purchase_orders,applied_credit_notes")] PaymentsLineItemsPurchaseOrdersAppliedCreditNotes, @@ -6232,6 +12926,11 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsPurchaseOrdersAppliedCreditNotesAccountingPeriod, + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_credit_notes,accounting_period,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedCreditNotesAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits" )] @@ -6242,6 +12941,11 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,accounting_period,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,company" )] @@ -6252,6 +12956,11 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,company,accounting_period,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee" )] @@ -6262,6 +12971,21 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,company,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact" )] @@ -6272,6 +12996,11 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company" )] @@ -6282,6 +13011,11 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee" )] @@ -6292,6 +13026,21 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee" )] @@ -6302,6 +13051,21 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactPaymentTerm, + [EnumMember( Value = "payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,employee" )] @@ -6312,6 +13076,21 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,accounting_period,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "payments,line_items,purchase_orders,applied_credit_notes,company")] PaymentsLineItemsPurchaseOrdersAppliedCreditNotesCompany, @@ -6320,6 +13099,11 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsPurchaseOrdersAppliedCreditNotesCompanyAccountingPeriod, + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_credit_notes,company,accounting_period,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedCreditNotesCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,purchase_orders,applied_credit_notes,company,employee" )] @@ -6330,6 +13114,21 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsPurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_credit_notes,company,employee,accounting_period,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_credit_notes,company,employee,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedCreditNotesCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_credit_notes,company,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedCreditNotesCompanyPaymentTerm, + [EnumMember(Value = "payments,line_items,purchase_orders,applied_credit_notes,contact")] PaymentsLineItemsPurchaseOrdersAppliedCreditNotesContact, @@ -6338,6 +13137,11 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactAccountingPeriod, + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_credit_notes,contact,accounting_period,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,line_items,purchase_orders,applied_credit_notes,contact,company")] PaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactCompany, @@ -6346,6 +13150,11 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_credit_notes,contact,company,accounting_period,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,purchase_orders,applied_credit_notes,contact,company,employee" )] @@ -6356,6 +13165,21 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_credit_notes,contact,company,employee,accounting_period,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_credit_notes,contact,company,employee,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_credit_notes,contact,company,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactCompanyPaymentTerm, + [EnumMember( Value = "payments,line_items,purchase_orders,applied_credit_notes,contact,employee" )] @@ -6366,6 +13190,21 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_credit_notes,contact,employee,accounting_period,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_credit_notes,contact,employee,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_credit_notes,contact,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactPaymentTerm, + [EnumMember(Value = "payments,line_items,purchase_orders,applied_credit_notes,employee")] PaymentsLineItemsPurchaseOrdersAppliedCreditNotesEmployee, @@ -6374,6 +13213,19 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsPurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_credit_notes,employee,accounting_period,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_credit_notes,employee,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedCreditNotesEmployeePaymentTerm, + + [EnumMember(Value = "payments,line_items,purchase_orders,applied_credit_notes,payment_term")] + PaymentsLineItemsPurchaseOrdersAppliedCreditNotesPaymentTerm, + [EnumMember(Value = "payments,line_items,purchase_orders,applied_vendor_credits")] PaymentsLineItemsPurchaseOrdersAppliedVendorCredits, @@ -6382,6 +13234,11 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsPurchaseOrdersAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_vendor_credits,accounting_period,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,line_items,purchase_orders,applied_vendor_credits,company")] PaymentsLineItemsPurchaseOrdersAppliedVendorCreditsCompany, @@ -6390,6 +13247,11 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsPurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_vendor_credits,company,accounting_period,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,purchase_orders,applied_vendor_credits,company,employee" )] @@ -6400,6 +13262,21 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsPurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_vendor_credits,company,employee,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_vendor_credits,company,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember(Value = "payments,line_items,purchase_orders,applied_vendor_credits,contact")] PaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContact, @@ -6408,6 +13285,11 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,purchase_orders,applied_vendor_credits,contact,company" )] @@ -6418,6 +13300,11 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,purchase_orders,applied_vendor_credits,contact,company,employee" )] @@ -6428,6 +13315,21 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_vendor_credits,contact,company,employee,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_vendor_credits,contact,company,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "payments,line_items,purchase_orders,applied_vendor_credits,contact,employee" )] @@ -6438,6 +13340,21 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_vendor_credits,contact,employee,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_vendor_credits,contact,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactPaymentTerm, + [EnumMember(Value = "payments,line_items,purchase_orders,applied_vendor_credits,employee")] PaymentsLineItemsPurchaseOrdersAppliedVendorCreditsEmployee, @@ -6446,30 +13363,69 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsPurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_vendor_credits,employee,accounting_period,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_vendor_credits,employee,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember(Value = "payments,line_items,purchase_orders,applied_vendor_credits,payment_term")] + PaymentsLineItemsPurchaseOrdersAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "payments,line_items,purchase_orders,company")] PaymentsLineItemsPurchaseOrdersCompany, [EnumMember(Value = "payments,line_items,purchase_orders,company,accounting_period")] PaymentsLineItemsPurchaseOrdersCompanyAccountingPeriod, + [EnumMember( + Value = "payments,line_items,purchase_orders,company,accounting_period,payment_term" + )] + PaymentsLineItemsPurchaseOrdersCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,line_items,purchase_orders,company,employee")] PaymentsLineItemsPurchaseOrdersCompanyEmployee, [EnumMember(Value = "payments,line_items,purchase_orders,company,employee,accounting_period")] PaymentsLineItemsPurchaseOrdersCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,purchase_orders,company,employee,accounting_period,payment_term" + )] + PaymentsLineItemsPurchaseOrdersCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,line_items,purchase_orders,company,employee,payment_term")] + PaymentsLineItemsPurchaseOrdersCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,line_items,purchase_orders,company,payment_term")] + PaymentsLineItemsPurchaseOrdersCompanyPaymentTerm, + [EnumMember(Value = "payments,line_items,purchase_orders,contact")] PaymentsLineItemsPurchaseOrdersContact, [EnumMember(Value = "payments,line_items,purchase_orders,contact,accounting_period")] PaymentsLineItemsPurchaseOrdersContactAccountingPeriod, + [EnumMember( + Value = "payments,line_items,purchase_orders,contact,accounting_period,payment_term" + )] + PaymentsLineItemsPurchaseOrdersContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,line_items,purchase_orders,contact,company")] PaymentsLineItemsPurchaseOrdersContactCompany, [EnumMember(Value = "payments,line_items,purchase_orders,contact,company,accounting_period")] PaymentsLineItemsPurchaseOrdersContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,line_items,purchase_orders,contact,company,accounting_period,payment_term" + )] + PaymentsLineItemsPurchaseOrdersContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,line_items,purchase_orders,contact,company,employee")] PaymentsLineItemsPurchaseOrdersContactCompanyEmployee, @@ -6478,24 +13434,62 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsPurchaseOrdersContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,purchase_orders,contact,company,employee,accounting_period,payment_term" + )] + PaymentsLineItemsPurchaseOrdersContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,purchase_orders,contact,company,employee,payment_term" + )] + PaymentsLineItemsPurchaseOrdersContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,line_items,purchase_orders,contact,company,payment_term")] + PaymentsLineItemsPurchaseOrdersContactCompanyPaymentTerm, + [EnumMember(Value = "payments,line_items,purchase_orders,contact,employee")] PaymentsLineItemsPurchaseOrdersContactEmployee, [EnumMember(Value = "payments,line_items,purchase_orders,contact,employee,accounting_period")] PaymentsLineItemsPurchaseOrdersContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,purchase_orders,contact,employee,accounting_period,payment_term" + )] + PaymentsLineItemsPurchaseOrdersContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,line_items,purchase_orders,contact,employee,payment_term")] + PaymentsLineItemsPurchaseOrdersContactEmployeePaymentTerm, + + [EnumMember(Value = "payments,line_items,purchase_orders,contact,payment_term")] + PaymentsLineItemsPurchaseOrdersContactPaymentTerm, + [EnumMember(Value = "payments,line_items,purchase_orders,employee")] PaymentsLineItemsPurchaseOrdersEmployee, [EnumMember(Value = "payments,line_items,purchase_orders,employee,accounting_period")] PaymentsLineItemsPurchaseOrdersEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,purchase_orders,employee,accounting_period,payment_term" + )] + PaymentsLineItemsPurchaseOrdersEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,line_items,purchase_orders,employee,payment_term")] + PaymentsLineItemsPurchaseOrdersEmployeePaymentTerm, + + [EnumMember(Value = "payments,line_items,purchase_orders,payment_term")] + PaymentsLineItemsPurchaseOrdersPaymentTerm, + [EnumMember(Value = "payments,line_items,tracking_categories")] PaymentsLineItemsTrackingCategories, [EnumMember(Value = "payments,line_items,tracking_categories,accounting_period")] PaymentsLineItemsTrackingCategoriesAccountingPeriod, + [EnumMember(Value = "payments,line_items,tracking_categories,accounting_period,payment_term")] + PaymentsLineItemsTrackingCategoriesAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,line_items,tracking_categories,applied_credit_notes")] PaymentsLineItemsTrackingCategoriesAppliedCreditNotes, @@ -6504,6 +13498,11 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_credit_notes,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits" )] @@ -6514,6 +13513,11 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,company" )] @@ -6524,6 +13528,11 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,company,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,company,employee" )] @@ -6535,44 +13544,99 @@ public enum InvoicesListRequestExpand PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, [EnumMember( - Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact" + Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,company,employee,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,company,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyPaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact" + )] + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContact, + + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,accounting_period" + )] + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company" + )] + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompany, + + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period" + )] + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,employee" + )] + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployee, + + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period" + )] + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" )] - PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContact, + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, [EnumMember( - Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,accounting_period" + Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,employee,payment_term" )] - PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, [EnumMember( - Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company" + Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,payment_term" )] - PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompany, + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyPaymentTerm, [EnumMember( - Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period" + Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,employee" )] - PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactEmployee, [EnumMember( - Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,employee" + Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period" )] - PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployee, + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, [EnumMember( - Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period" + Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period,payment_term" )] - PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, [EnumMember( - Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,employee" + Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,employee,payment_term" )] - PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactEmployee, + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactEmployeePaymentTerm, [EnumMember( - Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period" + Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,payment_term" )] - PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactPaymentTerm, [EnumMember( Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,employee" @@ -6584,6 +13648,21 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,employee,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,employee,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "payments,line_items,tracking_categories,applied_credit_notes,company")] PaymentsLineItemsTrackingCategoriesAppliedCreditNotesCompany, @@ -6592,6 +13671,11 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsTrackingCategoriesAppliedCreditNotesCompanyAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_credit_notes,company,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,applied_credit_notes,company,employee" )] @@ -6602,6 +13686,21 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsTrackingCategoriesAppliedCreditNotesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_credit_notes,company,employee,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_credit_notes,company,employee,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_credit_notes,company,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesCompanyPaymentTerm, + [EnumMember(Value = "payments,line_items,tracking_categories,applied_credit_notes,contact")] PaymentsLineItemsTrackingCategoriesAppliedCreditNotesContact, @@ -6610,6 +13709,11 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_credit_notes,contact,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,applied_credit_notes,contact,company" )] @@ -6620,6 +13724,11 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_credit_notes,contact,company,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,applied_credit_notes,contact,company,employee" )] @@ -6630,6 +13739,21 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_credit_notes,contact,company,employee,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_credit_notes,contact,company,employee,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_credit_notes,contact,company,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactCompanyPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,applied_credit_notes,contact,employee" )] @@ -6640,6 +13764,21 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_credit_notes,contact,employee,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_credit_notes,contact,employee,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_credit_notes,contact,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactPaymentTerm, + [EnumMember(Value = "payments,line_items,tracking_categories,applied_credit_notes,employee")] PaymentsLineItemsTrackingCategoriesAppliedCreditNotesEmployee, @@ -6648,6 +13787,21 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsTrackingCategoriesAppliedCreditNotesEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_credit_notes,employee,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_credit_notes,employee,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_credit_notes,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesPaymentTerm, + [EnumMember(Value = "payments,line_items,tracking_categories,applied_vendor_credits")] PaymentsLineItemsTrackingCategoriesAppliedVendorCredits, @@ -6656,6 +13810,11 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsTrackingCategoriesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_vendor_credits,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,line_items,tracking_categories,applied_vendor_credits,company")] PaymentsLineItemsTrackingCategoriesAppliedVendorCreditsCompany, @@ -6664,6 +13823,11 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsTrackingCategoriesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_vendor_credits,company,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,applied_vendor_credits,company,employee" )] @@ -6674,6 +13838,21 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsTrackingCategoriesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_vendor_credits,company,employee,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_vendor_credits,company,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember(Value = "payments,line_items,tracking_categories,applied_vendor_credits,contact")] PaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContact, @@ -6682,6 +13861,11 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,applied_vendor_credits,contact,company" )] @@ -6692,6 +13876,11 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,applied_vendor_credits,contact,company,employee" )] @@ -6702,6 +13891,21 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_vendor_credits,contact,company,employee,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_vendor_credits,contact,company,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,applied_vendor_credits,contact,employee" )] @@ -6712,6 +13916,21 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_vendor_credits,contact,employee,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_vendor_credits,contact,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactPaymentTerm, + [EnumMember(Value = "payments,line_items,tracking_categories,applied_vendor_credits,employee")] PaymentsLineItemsTrackingCategoriesAppliedVendorCreditsEmployee, @@ -6720,12 +13939,32 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsTrackingCategoriesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_vendor_credits,employee,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_vendor_credits,employee,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_vendor_credits,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "payments,line_items,tracking_categories,company")] PaymentsLineItemsTrackingCategoriesCompany, [EnumMember(Value = "payments,line_items,tracking_categories,company,accounting_period")] PaymentsLineItemsTrackingCategoriesCompanyAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,company,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,line_items,tracking_categories,company,employee")] PaymentsLineItemsTrackingCategoriesCompanyEmployee, @@ -6734,12 +13973,28 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsTrackingCategoriesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,company,employee,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,line_items,tracking_categories,company,employee,payment_term")] + PaymentsLineItemsTrackingCategoriesCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,line_items,tracking_categories,company,payment_term")] + PaymentsLineItemsTrackingCategoriesCompanyPaymentTerm, + [EnumMember(Value = "payments,line_items,tracking_categories,contact")] PaymentsLineItemsTrackingCategoriesContact, [EnumMember(Value = "payments,line_items,tracking_categories,contact,accounting_period")] PaymentsLineItemsTrackingCategoriesContactAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,contact,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,line_items,tracking_categories,contact,company")] PaymentsLineItemsTrackingCategoriesContactCompany, @@ -6748,6 +14003,11 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsTrackingCategoriesContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,contact,company,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,line_items,tracking_categories,contact,company,employee")] PaymentsLineItemsTrackingCategoriesContactCompanyEmployee, @@ -6756,6 +14016,19 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsTrackingCategoriesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,contact,company,employee,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,contact,company,employee,payment_term" + )] + PaymentsLineItemsTrackingCategoriesContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,line_items,tracking_categories,contact,company,payment_term")] + PaymentsLineItemsTrackingCategoriesContactCompanyPaymentTerm, + [EnumMember(Value = "payments,line_items,tracking_categories,contact,employee")] PaymentsLineItemsTrackingCategoriesContactEmployee, @@ -6764,12 +14037,34 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsTrackingCategoriesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,contact,employee,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,line_items,tracking_categories,contact,employee,payment_term")] + PaymentsLineItemsTrackingCategoriesContactEmployeePaymentTerm, + + [EnumMember(Value = "payments,line_items,tracking_categories,contact,payment_term")] + PaymentsLineItemsTrackingCategoriesContactPaymentTerm, + [EnumMember(Value = "payments,line_items,tracking_categories,employee")] PaymentsLineItemsTrackingCategoriesEmployee, [EnumMember(Value = "payments,line_items,tracking_categories,employee,accounting_period")] PaymentsLineItemsTrackingCategoriesEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,employee,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,line_items,tracking_categories,employee,payment_term")] + PaymentsLineItemsTrackingCategoriesEmployeePaymentTerm, + + [EnumMember(Value = "payments,line_items,tracking_categories,payment_term")] + PaymentsLineItemsTrackingCategoriesPaymentTerm, + [EnumMember(Value = "payments,line_items,tracking_categories,purchase_orders")] PaymentsLineItemsTrackingCategoriesPurchaseOrders, @@ -6778,6 +14073,11 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsTrackingCategoriesPurchaseOrdersAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes" )] @@ -6788,6 +14088,11 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits" )] @@ -6798,6 +14103,11 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company" )] @@ -6808,6 +14118,11 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee" )] @@ -6818,6 +14133,21 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact" )] @@ -6828,6 +14158,11 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company" )] @@ -6838,6 +14173,11 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee" )] @@ -6848,6 +14188,21 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee" )] @@ -6858,6 +14213,21 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,employee" )] @@ -6868,6 +14238,21 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,company" )] @@ -6878,6 +14263,11 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,company,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,company,employee" )] @@ -6888,6 +14278,21 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,company,employee,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,company,employee,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,company,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact" )] @@ -6898,6 +14303,11 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,company" )] @@ -6908,6 +14318,11 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,company,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,company,employee" )] @@ -6918,6 +14333,21 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,company,employee,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,company,employee,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,company,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,employee" )] @@ -6928,6 +14358,21 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,employee,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,employee,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,employee" )] @@ -6938,6 +14383,21 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,employee,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,employee,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits" )] @@ -6946,7 +14406,12 @@ public enum InvoicesListRequestExpand [EnumMember( Value = "payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,accounting_period" )] - PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsAccountingPeriod, + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsAccountingPeriod, + + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsAccountingPeriodPaymentTerm, [EnumMember( Value = "payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,company" @@ -6958,6 +14423,11 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,company,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,company,employee" )] @@ -6968,6 +14438,21 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,company,employee,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,company,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact" )] @@ -6978,6 +14463,11 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,company" )] @@ -6988,6 +14478,11 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,employee" )] @@ -6998,6 +14493,21 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,employee,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,employee" )] @@ -7008,6 +14518,21 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,employee,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,employee" )] @@ -7018,6 +14543,21 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,employee,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,employee,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "payments,line_items,tracking_categories,purchase_orders,company")] PaymentsLineItemsTrackingCategoriesPurchaseOrdersCompany, @@ -7026,6 +14566,11 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsTrackingCategoriesPurchaseOrdersCompanyAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,company,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,line_items,tracking_categories,purchase_orders,company,employee")] PaymentsLineItemsTrackingCategoriesPurchaseOrdersCompanyEmployee, @@ -7034,6 +14579,21 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsTrackingCategoriesPurchaseOrdersCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,company,employee,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,company,employee,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,company,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersCompanyPaymentTerm, + [EnumMember(Value = "payments,line_items,tracking_categories,purchase_orders,contact")] PaymentsLineItemsTrackingCategoriesPurchaseOrdersContact, @@ -7042,6 +14602,11 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsTrackingCategoriesPurchaseOrdersContactAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,contact,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,line_items,tracking_categories,purchase_orders,contact,company")] PaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompany, @@ -7050,6 +14615,11 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,contact,company,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,purchase_orders,contact,company,employee" )] @@ -7060,6 +14630,21 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,contact,company,employee,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,contact,company,employee,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,contact,company,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompanyPaymentTerm, + [EnumMember(Value = "payments,line_items,tracking_categories,purchase_orders,contact,employee")] PaymentsLineItemsTrackingCategoriesPurchaseOrdersContactEmployee, @@ -7068,6 +14653,21 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsTrackingCategoriesPurchaseOrdersContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,contact,employee,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,contact,employee,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,contact,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersContactPaymentTerm, + [EnumMember(Value = "payments,line_items,tracking_categories,purchase_orders,employee")] PaymentsLineItemsTrackingCategoriesPurchaseOrdersEmployee, @@ -7076,18 +14676,42 @@ public enum InvoicesListRequestExpand )] PaymentsLineItemsTrackingCategoriesPurchaseOrdersEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,employee,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,employee,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersEmployeePaymentTerm, + + [EnumMember(Value = "payments,line_items,tracking_categories,purchase_orders,payment_term")] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersPaymentTerm, + + [EnumMember(Value = "payments,payment_term")] + PaymentsPaymentTerm, + [EnumMember(Value = "payments,purchase_orders")] PaymentsPurchaseOrders, [EnumMember(Value = "payments,purchase_orders,accounting_period")] PaymentsPurchaseOrdersAccountingPeriod, + [EnumMember(Value = "payments,purchase_orders,accounting_period,payment_term")] + PaymentsPurchaseOrdersAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,purchase_orders,applied_credit_notes")] PaymentsPurchaseOrdersAppliedCreditNotes, [EnumMember(Value = "payments,purchase_orders,applied_credit_notes,accounting_period")] PaymentsPurchaseOrdersAppliedCreditNotesAccountingPeriod, + [EnumMember( + Value = "payments,purchase_orders,applied_credit_notes,accounting_period,payment_term" + )] + PaymentsPurchaseOrdersAppliedCreditNotesAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,purchase_orders,applied_credit_notes,applied_vendor_credits")] PaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCredits, @@ -7096,6 +14720,11 @@ public enum InvoicesListRequestExpand )] PaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "payments,purchase_orders,applied_credit_notes,applied_vendor_credits,accounting_period,payment_term" + )] + PaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,purchase_orders,applied_credit_notes,applied_vendor_credits,company" )] @@ -7106,6 +14735,11 @@ public enum InvoicesListRequestExpand )] PaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "payments,purchase_orders,applied_credit_notes,applied_vendor_credits,company,accounting_period,payment_term" + )] + PaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee" )] @@ -7116,6 +14750,21 @@ public enum InvoicesListRequestExpand )] PaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee,payment_term" + )] + PaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,purchase_orders,applied_credit_notes,applied_vendor_credits,company,payment_term" + )] + PaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact" )] @@ -7126,6 +14775,11 @@ public enum InvoicesListRequestExpand )] PaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company" )] @@ -7136,6 +14790,11 @@ public enum InvoicesListRequestExpand )] PaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee" )] @@ -7146,6 +14805,21 @@ public enum InvoicesListRequestExpand )] PaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,payment_term" + )] + PaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,payment_term" + )] + PaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee" )] @@ -7156,6 +14830,21 @@ public enum InvoicesListRequestExpand )] PaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + PaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,payment_term" + )] + PaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,payment_term" + )] + PaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactPaymentTerm, + [EnumMember( Value = "payments,purchase_orders,applied_credit_notes,applied_vendor_credits,employee" )] @@ -7166,12 +14855,32 @@ public enum InvoicesListRequestExpand )] PaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,accounting_period,payment_term" + )] + PaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,payment_term" + )] + PaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "payments,purchase_orders,applied_credit_notes,applied_vendor_credits,payment_term" + )] + PaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "payments,purchase_orders,applied_credit_notes,company")] PaymentsPurchaseOrdersAppliedCreditNotesCompany, [EnumMember(Value = "payments,purchase_orders,applied_credit_notes,company,accounting_period")] PaymentsPurchaseOrdersAppliedCreditNotesCompanyAccountingPeriod, + [EnumMember( + Value = "payments,purchase_orders,applied_credit_notes,company,accounting_period,payment_term" + )] + PaymentsPurchaseOrdersAppliedCreditNotesCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,purchase_orders,applied_credit_notes,company,employee")] PaymentsPurchaseOrdersAppliedCreditNotesCompanyEmployee, @@ -7180,12 +14889,30 @@ public enum InvoicesListRequestExpand )] PaymentsPurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,purchase_orders,applied_credit_notes,company,employee,accounting_period,payment_term" + )] + PaymentsPurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,purchase_orders,applied_credit_notes,company,employee,payment_term" + )] + PaymentsPurchaseOrdersAppliedCreditNotesCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,purchase_orders,applied_credit_notes,company,payment_term")] + PaymentsPurchaseOrdersAppliedCreditNotesCompanyPaymentTerm, + [EnumMember(Value = "payments,purchase_orders,applied_credit_notes,contact")] PaymentsPurchaseOrdersAppliedCreditNotesContact, [EnumMember(Value = "payments,purchase_orders,applied_credit_notes,contact,accounting_period")] PaymentsPurchaseOrdersAppliedCreditNotesContactAccountingPeriod, + [EnumMember( + Value = "payments,purchase_orders,applied_credit_notes,contact,accounting_period,payment_term" + )] + PaymentsPurchaseOrdersAppliedCreditNotesContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,purchase_orders,applied_credit_notes,contact,company")] PaymentsPurchaseOrdersAppliedCreditNotesContactCompany, @@ -7194,6 +14921,11 @@ public enum InvoicesListRequestExpand )] PaymentsPurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,purchase_orders,applied_credit_notes,contact,company,accounting_period,payment_term" + )] + PaymentsPurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,purchase_orders,applied_credit_notes,contact,company,employee")] PaymentsPurchaseOrdersAppliedCreditNotesContactCompanyEmployee, @@ -7202,6 +14934,21 @@ public enum InvoicesListRequestExpand )] PaymentsPurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,purchase_orders,applied_credit_notes,contact,company,employee,accounting_period,payment_term" + )] + PaymentsPurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,purchase_orders,applied_credit_notes,contact,company,employee,payment_term" + )] + PaymentsPurchaseOrdersAppliedCreditNotesContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,purchase_orders,applied_credit_notes,contact,company,payment_term" + )] + PaymentsPurchaseOrdersAppliedCreditNotesContactCompanyPaymentTerm, + [EnumMember(Value = "payments,purchase_orders,applied_credit_notes,contact,employee")] PaymentsPurchaseOrdersAppliedCreditNotesContactEmployee, @@ -7210,18 +14957,47 @@ public enum InvoicesListRequestExpand )] PaymentsPurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,purchase_orders,applied_credit_notes,contact,employee,accounting_period,payment_term" + )] + PaymentsPurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,purchase_orders,applied_credit_notes,contact,employee,payment_term" + )] + PaymentsPurchaseOrdersAppliedCreditNotesContactEmployeePaymentTerm, + + [EnumMember(Value = "payments,purchase_orders,applied_credit_notes,contact,payment_term")] + PaymentsPurchaseOrdersAppliedCreditNotesContactPaymentTerm, + [EnumMember(Value = "payments,purchase_orders,applied_credit_notes,employee")] PaymentsPurchaseOrdersAppliedCreditNotesEmployee, [EnumMember(Value = "payments,purchase_orders,applied_credit_notes,employee,accounting_period")] PaymentsPurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,purchase_orders,applied_credit_notes,employee,accounting_period,payment_term" + )] + PaymentsPurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,purchase_orders,applied_credit_notes,employee,payment_term")] + PaymentsPurchaseOrdersAppliedCreditNotesEmployeePaymentTerm, + + [EnumMember(Value = "payments,purchase_orders,applied_credit_notes,payment_term")] + PaymentsPurchaseOrdersAppliedCreditNotesPaymentTerm, + [EnumMember(Value = "payments,purchase_orders,applied_vendor_credits")] PaymentsPurchaseOrdersAppliedVendorCredits, [EnumMember(Value = "payments,purchase_orders,applied_vendor_credits,accounting_period")] PaymentsPurchaseOrdersAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "payments,purchase_orders,applied_vendor_credits,accounting_period,payment_term" + )] + PaymentsPurchaseOrdersAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,purchase_orders,applied_vendor_credits,company")] PaymentsPurchaseOrdersAppliedVendorCreditsCompany, @@ -7230,6 +15006,11 @@ public enum InvoicesListRequestExpand )] PaymentsPurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "payments,purchase_orders,applied_vendor_credits,company,accounting_period,payment_term" + )] + PaymentsPurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,purchase_orders,applied_vendor_credits,company,employee")] PaymentsPurchaseOrdersAppliedVendorCreditsCompanyEmployee, @@ -7238,6 +15019,19 @@ public enum InvoicesListRequestExpand )] PaymentsPurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,purchase_orders,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PaymentsPurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,purchase_orders,applied_vendor_credits,company,employee,payment_term" + )] + PaymentsPurchaseOrdersAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,purchase_orders,applied_vendor_credits,company,payment_term")] + PaymentsPurchaseOrdersAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember(Value = "payments,purchase_orders,applied_vendor_credits,contact")] PaymentsPurchaseOrdersAppliedVendorCreditsContact, @@ -7246,6 +15040,11 @@ public enum InvoicesListRequestExpand )] PaymentsPurchaseOrdersAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "payments,purchase_orders,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PaymentsPurchaseOrdersAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,purchase_orders,applied_vendor_credits,contact,company")] PaymentsPurchaseOrdersAppliedVendorCreditsContactCompany, @@ -7254,6 +15053,11 @@ public enum InvoicesListRequestExpand )] PaymentsPurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,purchase_orders,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PaymentsPurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,purchase_orders,applied_vendor_credits,contact,company,employee")] PaymentsPurchaseOrdersAppliedVendorCreditsContactCompanyEmployee, @@ -7262,6 +15066,21 @@ public enum InvoicesListRequestExpand )] PaymentsPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,purchase_orders,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PaymentsPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,purchase_orders,applied_vendor_credits,contact,company,employee,payment_term" + )] + PaymentsPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,purchase_orders,applied_vendor_credits,contact,company,payment_term" + )] + PaymentsPurchaseOrdersAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember(Value = "payments,purchase_orders,applied_vendor_credits,contact,employee")] PaymentsPurchaseOrdersAppliedVendorCreditsContactEmployee, @@ -7270,6 +15089,19 @@ public enum InvoicesListRequestExpand )] PaymentsPurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,purchase_orders,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + PaymentsPurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,purchase_orders,applied_vendor_credits,contact,employee,payment_term" + )] + PaymentsPurchaseOrdersAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember(Value = "payments,purchase_orders,applied_vendor_credits,contact,payment_term")] + PaymentsPurchaseOrdersAppliedVendorCreditsContactPaymentTerm, + [EnumMember(Value = "payments,purchase_orders,applied_vendor_credits,employee")] PaymentsPurchaseOrdersAppliedVendorCreditsEmployee, @@ -7278,60 +15110,126 @@ public enum InvoicesListRequestExpand )] PaymentsPurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,purchase_orders,applied_vendor_credits,employee,accounting_period,payment_term" + )] + PaymentsPurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,purchase_orders,applied_vendor_credits,employee,payment_term")] + PaymentsPurchaseOrdersAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember(Value = "payments,purchase_orders,applied_vendor_credits,payment_term")] + PaymentsPurchaseOrdersAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "payments,purchase_orders,company")] PaymentsPurchaseOrdersCompany, [EnumMember(Value = "payments,purchase_orders,company,accounting_period")] PaymentsPurchaseOrdersCompanyAccountingPeriod, + [EnumMember(Value = "payments,purchase_orders,company,accounting_period,payment_term")] + PaymentsPurchaseOrdersCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,purchase_orders,company,employee")] PaymentsPurchaseOrdersCompanyEmployee, [EnumMember(Value = "payments,purchase_orders,company,employee,accounting_period")] PaymentsPurchaseOrdersCompanyEmployeeAccountingPeriod, + [EnumMember(Value = "payments,purchase_orders,company,employee,accounting_period,payment_term")] + PaymentsPurchaseOrdersCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,purchase_orders,company,employee,payment_term")] + PaymentsPurchaseOrdersCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,purchase_orders,company,payment_term")] + PaymentsPurchaseOrdersCompanyPaymentTerm, + [EnumMember(Value = "payments,purchase_orders,contact")] PaymentsPurchaseOrdersContact, [EnumMember(Value = "payments,purchase_orders,contact,accounting_period")] PaymentsPurchaseOrdersContactAccountingPeriod, + [EnumMember(Value = "payments,purchase_orders,contact,accounting_period,payment_term")] + PaymentsPurchaseOrdersContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,purchase_orders,contact,company")] PaymentsPurchaseOrdersContactCompany, [EnumMember(Value = "payments,purchase_orders,contact,company,accounting_period")] PaymentsPurchaseOrdersContactCompanyAccountingPeriod, + [EnumMember(Value = "payments,purchase_orders,contact,company,accounting_period,payment_term")] + PaymentsPurchaseOrdersContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,purchase_orders,contact,company,employee")] PaymentsPurchaseOrdersContactCompanyEmployee, [EnumMember(Value = "payments,purchase_orders,contact,company,employee,accounting_period")] PaymentsPurchaseOrdersContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,purchase_orders,contact,company,employee,accounting_period,payment_term" + )] + PaymentsPurchaseOrdersContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,purchase_orders,contact,company,employee,payment_term")] + PaymentsPurchaseOrdersContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,purchase_orders,contact,company,payment_term")] + PaymentsPurchaseOrdersContactCompanyPaymentTerm, + [EnumMember(Value = "payments,purchase_orders,contact,employee")] PaymentsPurchaseOrdersContactEmployee, [EnumMember(Value = "payments,purchase_orders,contact,employee,accounting_period")] PaymentsPurchaseOrdersContactEmployeeAccountingPeriod, + [EnumMember(Value = "payments,purchase_orders,contact,employee,accounting_period,payment_term")] + PaymentsPurchaseOrdersContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,purchase_orders,contact,employee,payment_term")] + PaymentsPurchaseOrdersContactEmployeePaymentTerm, + + [EnumMember(Value = "payments,purchase_orders,contact,payment_term")] + PaymentsPurchaseOrdersContactPaymentTerm, + [EnumMember(Value = "payments,purchase_orders,employee")] PaymentsPurchaseOrdersEmployee, [EnumMember(Value = "payments,purchase_orders,employee,accounting_period")] PaymentsPurchaseOrdersEmployeeAccountingPeriod, + [EnumMember(Value = "payments,purchase_orders,employee,accounting_period,payment_term")] + PaymentsPurchaseOrdersEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,purchase_orders,employee,payment_term")] + PaymentsPurchaseOrdersEmployeePaymentTerm, + + [EnumMember(Value = "payments,purchase_orders,payment_term")] + PaymentsPurchaseOrdersPaymentTerm, + [EnumMember(Value = "payments,tracking_categories")] PaymentsTrackingCategories, [EnumMember(Value = "payments,tracking_categories,accounting_period")] PaymentsTrackingCategoriesAccountingPeriod, + [EnumMember(Value = "payments,tracking_categories,accounting_period,payment_term")] + PaymentsTrackingCategoriesAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,tracking_categories,applied_credit_notes")] PaymentsTrackingCategoriesAppliedCreditNotes, [EnumMember(Value = "payments,tracking_categories,applied_credit_notes,accounting_period")] PaymentsTrackingCategoriesAppliedCreditNotesAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,applied_credit_notes,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesAppliedCreditNotesAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,tracking_categories,applied_credit_notes,applied_vendor_credits")] PaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCredits, @@ -7340,6 +15238,11 @@ public enum InvoicesListRequestExpand )] PaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,applied_credit_notes,applied_vendor_credits,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,tracking_categories,applied_credit_notes,applied_vendor_credits,company" )] @@ -7350,6 +15253,11 @@ public enum InvoicesListRequestExpand )] PaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,applied_credit_notes,applied_vendor_credits,company,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,tracking_categories,applied_credit_notes,applied_vendor_credits,company,employee" )] @@ -7358,7 +15266,22 @@ public enum InvoicesListRequestExpand [EnumMember( Value = "payments,tracking_categories,applied_credit_notes,applied_vendor_credits,company,employee,accounting_period" )] - PaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + PaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + + [EnumMember( + Value = "payments,tracking_categories,applied_credit_notes,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,applied_credit_notes,applied_vendor_credits,company,employee,payment_term" + )] + PaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,applied_credit_notes,applied_vendor_credits,company,payment_term" + )] + PaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyPaymentTerm, [EnumMember( Value = "payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact" @@ -7370,6 +15293,11 @@ public enum InvoicesListRequestExpand )] PaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company" )] @@ -7380,6 +15308,11 @@ public enum InvoicesListRequestExpand )] PaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,employee" )] @@ -7390,6 +15323,21 @@ public enum InvoicesListRequestExpand )] PaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,employee,payment_term" + )] + PaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,payment_term" + )] + PaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,employee" )] @@ -7400,6 +15348,21 @@ public enum InvoicesListRequestExpand )] PaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,employee,payment_term" + )] + PaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,payment_term" + )] + PaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactPaymentTerm, + [EnumMember( Value = "payments,tracking_categories,applied_credit_notes,applied_vendor_credits,employee" )] @@ -7410,6 +15373,21 @@ public enum InvoicesListRequestExpand )] PaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,applied_credit_notes,applied_vendor_credits,employee,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,applied_credit_notes,applied_vendor_credits,employee,payment_term" + )] + PaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,applied_credit_notes,applied_vendor_credits,payment_term" + )] + PaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "payments,tracking_categories,applied_credit_notes,company")] PaymentsTrackingCategoriesAppliedCreditNotesCompany, @@ -7418,6 +15396,11 @@ public enum InvoicesListRequestExpand )] PaymentsTrackingCategoriesAppliedCreditNotesCompanyAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,applied_credit_notes,company,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesAppliedCreditNotesCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,tracking_categories,applied_credit_notes,company,employee")] PaymentsTrackingCategoriesAppliedCreditNotesCompanyEmployee, @@ -7426,6 +15409,19 @@ public enum InvoicesListRequestExpand )] PaymentsTrackingCategoriesAppliedCreditNotesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,applied_credit_notes,company,employee,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesAppliedCreditNotesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,applied_credit_notes,company,employee,payment_term" + )] + PaymentsTrackingCategoriesAppliedCreditNotesCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,tracking_categories,applied_credit_notes,company,payment_term")] + PaymentsTrackingCategoriesAppliedCreditNotesCompanyPaymentTerm, + [EnumMember(Value = "payments,tracking_categories,applied_credit_notes,contact")] PaymentsTrackingCategoriesAppliedCreditNotesContact, @@ -7434,6 +15430,11 @@ public enum InvoicesListRequestExpand )] PaymentsTrackingCategoriesAppliedCreditNotesContactAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,applied_credit_notes,contact,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesAppliedCreditNotesContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,tracking_categories,applied_credit_notes,contact,company")] PaymentsTrackingCategoriesAppliedCreditNotesContactCompany, @@ -7442,6 +15443,11 @@ public enum InvoicesListRequestExpand )] PaymentsTrackingCategoriesAppliedCreditNotesContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,applied_credit_notes,contact,company,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesAppliedCreditNotesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,tracking_categories,applied_credit_notes,contact,company,employee" )] @@ -7452,6 +15458,21 @@ public enum InvoicesListRequestExpand )] PaymentsTrackingCategoriesAppliedCreditNotesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,applied_credit_notes,contact,company,employee,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesAppliedCreditNotesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,applied_credit_notes,contact,company,employee,payment_term" + )] + PaymentsTrackingCategoriesAppliedCreditNotesContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,applied_credit_notes,contact,company,payment_term" + )] + PaymentsTrackingCategoriesAppliedCreditNotesContactCompanyPaymentTerm, + [EnumMember(Value = "payments,tracking_categories,applied_credit_notes,contact,employee")] PaymentsTrackingCategoriesAppliedCreditNotesContactEmployee, @@ -7460,6 +15481,19 @@ public enum InvoicesListRequestExpand )] PaymentsTrackingCategoriesAppliedCreditNotesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,applied_credit_notes,contact,employee,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesAppliedCreditNotesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,applied_credit_notes,contact,employee,payment_term" + )] + PaymentsTrackingCategoriesAppliedCreditNotesContactEmployeePaymentTerm, + + [EnumMember(Value = "payments,tracking_categories,applied_credit_notes,contact,payment_term")] + PaymentsTrackingCategoriesAppliedCreditNotesContactPaymentTerm, + [EnumMember(Value = "payments,tracking_categories,applied_credit_notes,employee")] PaymentsTrackingCategoriesAppliedCreditNotesEmployee, @@ -7468,12 +15502,28 @@ public enum InvoicesListRequestExpand )] PaymentsTrackingCategoriesAppliedCreditNotesEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,applied_credit_notes,employee,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesAppliedCreditNotesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,tracking_categories,applied_credit_notes,employee,payment_term")] + PaymentsTrackingCategoriesAppliedCreditNotesEmployeePaymentTerm, + + [EnumMember(Value = "payments,tracking_categories,applied_credit_notes,payment_term")] + PaymentsTrackingCategoriesAppliedCreditNotesPaymentTerm, + [EnumMember(Value = "payments,tracking_categories,applied_vendor_credits")] PaymentsTrackingCategoriesAppliedVendorCredits, [EnumMember(Value = "payments,tracking_categories,applied_vendor_credits,accounting_period")] PaymentsTrackingCategoriesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,applied_vendor_credits,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,tracking_categories,applied_vendor_credits,company")] PaymentsTrackingCategoriesAppliedVendorCreditsCompany, @@ -7482,6 +15532,11 @@ public enum InvoicesListRequestExpand )] PaymentsTrackingCategoriesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,applied_vendor_credits,company,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,tracking_categories,applied_vendor_credits,company,employee")] PaymentsTrackingCategoriesAppliedVendorCreditsCompanyEmployee, @@ -7490,6 +15545,19 @@ public enum InvoicesListRequestExpand )] PaymentsTrackingCategoriesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,applied_vendor_credits,company,employee,payment_term" + )] + PaymentsTrackingCategoriesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,tracking_categories,applied_vendor_credits,company,payment_term")] + PaymentsTrackingCategoriesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember(Value = "payments,tracking_categories,applied_vendor_credits,contact")] PaymentsTrackingCategoriesAppliedVendorCreditsContact, @@ -7498,6 +15566,11 @@ public enum InvoicesListRequestExpand )] PaymentsTrackingCategoriesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,tracking_categories,applied_vendor_credits,contact,company")] PaymentsTrackingCategoriesAppliedVendorCreditsContactCompany, @@ -7506,6 +15579,11 @@ public enum InvoicesListRequestExpand )] PaymentsTrackingCategoriesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,tracking_categories,applied_vendor_credits,contact,company,employee" )] @@ -7516,6 +15594,21 @@ public enum InvoicesListRequestExpand )] PaymentsTrackingCategoriesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,applied_vendor_credits,contact,company,employee,payment_term" + )] + PaymentsTrackingCategoriesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,applied_vendor_credits,contact,company,payment_term" + )] + PaymentsTrackingCategoriesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember(Value = "payments,tracking_categories,applied_vendor_credits,contact,employee")] PaymentsTrackingCategoriesAppliedVendorCreditsContactEmployee, @@ -7524,6 +15617,19 @@ public enum InvoicesListRequestExpand )] PaymentsTrackingCategoriesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,applied_vendor_credits,contact,employee,payment_term" + )] + PaymentsTrackingCategoriesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember(Value = "payments,tracking_categories,applied_vendor_credits,contact,payment_term")] + PaymentsTrackingCategoriesAppliedVendorCreditsContactPaymentTerm, + [EnumMember(Value = "payments,tracking_categories,applied_vendor_credits,employee")] PaymentsTrackingCategoriesAppliedVendorCreditsEmployee, @@ -7532,54 +15638,125 @@ public enum InvoicesListRequestExpand )] PaymentsTrackingCategoriesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,applied_vendor_credits,employee,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,applied_vendor_credits,employee,payment_term" + )] + PaymentsTrackingCategoriesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember(Value = "payments,tracking_categories,applied_vendor_credits,payment_term")] + PaymentsTrackingCategoriesAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "payments,tracking_categories,company")] PaymentsTrackingCategoriesCompany, [EnumMember(Value = "payments,tracking_categories,company,accounting_period")] PaymentsTrackingCategoriesCompanyAccountingPeriod, + [EnumMember(Value = "payments,tracking_categories,company,accounting_period,payment_term")] + PaymentsTrackingCategoriesCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,tracking_categories,company,employee")] PaymentsTrackingCategoriesCompanyEmployee, [EnumMember(Value = "payments,tracking_categories,company,employee,accounting_period")] PaymentsTrackingCategoriesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,company,employee,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,tracking_categories,company,employee,payment_term")] + PaymentsTrackingCategoriesCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,tracking_categories,company,payment_term")] + PaymentsTrackingCategoriesCompanyPaymentTerm, + [EnumMember(Value = "payments,tracking_categories,contact")] PaymentsTrackingCategoriesContact, [EnumMember(Value = "payments,tracking_categories,contact,accounting_period")] PaymentsTrackingCategoriesContactAccountingPeriod, + [EnumMember(Value = "payments,tracking_categories,contact,accounting_period,payment_term")] + PaymentsTrackingCategoriesContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,tracking_categories,contact,company")] PaymentsTrackingCategoriesContactCompany, [EnumMember(Value = "payments,tracking_categories,contact,company,accounting_period")] PaymentsTrackingCategoriesContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,contact,company,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,tracking_categories,contact,company,employee")] PaymentsTrackingCategoriesContactCompanyEmployee, [EnumMember(Value = "payments,tracking_categories,contact,company,employee,accounting_period")] PaymentsTrackingCategoriesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,contact,company,employee,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,tracking_categories,contact,company,employee,payment_term")] + PaymentsTrackingCategoriesContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,tracking_categories,contact,company,payment_term")] + PaymentsTrackingCategoriesContactCompanyPaymentTerm, + [EnumMember(Value = "payments,tracking_categories,contact,employee")] PaymentsTrackingCategoriesContactEmployee, [EnumMember(Value = "payments,tracking_categories,contact,employee,accounting_period")] PaymentsTrackingCategoriesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,contact,employee,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,tracking_categories,contact,employee,payment_term")] + PaymentsTrackingCategoriesContactEmployeePaymentTerm, + + [EnumMember(Value = "payments,tracking_categories,contact,payment_term")] + PaymentsTrackingCategoriesContactPaymentTerm, + [EnumMember(Value = "payments,tracking_categories,employee")] PaymentsTrackingCategoriesEmployee, [EnumMember(Value = "payments,tracking_categories,employee,accounting_period")] PaymentsTrackingCategoriesEmployeeAccountingPeriod, + [EnumMember(Value = "payments,tracking_categories,employee,accounting_period,payment_term")] + PaymentsTrackingCategoriesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,tracking_categories,employee,payment_term")] + PaymentsTrackingCategoriesEmployeePaymentTerm, + + [EnumMember(Value = "payments,tracking_categories,payment_term")] + PaymentsTrackingCategoriesPaymentTerm, + [EnumMember(Value = "payments,tracking_categories,purchase_orders")] PaymentsTrackingCategoriesPurchaseOrders, [EnumMember(Value = "payments,tracking_categories,purchase_orders,accounting_period")] PaymentsTrackingCategoriesPurchaseOrdersAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,tracking_categories,purchase_orders,applied_credit_notes")] PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotes, @@ -7588,6 +15765,11 @@ public enum InvoicesListRequestExpand )] PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits" )] @@ -7598,6 +15780,11 @@ public enum InvoicesListRequestExpand )] PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company" )] @@ -7608,6 +15795,11 @@ public enum InvoicesListRequestExpand )] PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee" )] @@ -7618,6 +15810,21 @@ public enum InvoicesListRequestExpand )] PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact" )] @@ -7628,6 +15835,11 @@ public enum InvoicesListRequestExpand )] PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company" )] @@ -7638,6 +15850,11 @@ public enum InvoicesListRequestExpand )] PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee" )] @@ -7648,6 +15865,21 @@ public enum InvoicesListRequestExpand )] PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee" )] @@ -7658,6 +15890,21 @@ public enum InvoicesListRequestExpand )] PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactPaymentTerm, + [EnumMember( Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,employee" )] @@ -7668,6 +15915,21 @@ public enum InvoicesListRequestExpand )] PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsPaymentTerm, + [EnumMember( Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,company" )] @@ -7678,6 +15940,11 @@ public enum InvoicesListRequestExpand )] PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,company,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,company,employee" )] @@ -7688,6 +15955,21 @@ public enum InvoicesListRequestExpand )] PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,company,employee,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,company,employee,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,company,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyPaymentTerm, + [EnumMember( Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,contact" )] @@ -7698,6 +15980,11 @@ public enum InvoicesListRequestExpand )] PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,contact,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,contact,company" )] @@ -7708,6 +15995,11 @@ public enum InvoicesListRequestExpand )] PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,contact,company,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,contact,company,employee" )] @@ -7718,6 +16010,21 @@ public enum InvoicesListRequestExpand )] PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,contact,company,employee,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,contact,company,employee,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,contact,company,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyPaymentTerm, + [EnumMember( Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,contact,employee" )] @@ -7728,6 +16035,21 @@ public enum InvoicesListRequestExpand )] PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,contact,employee,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,contact,employee,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,contact,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactPaymentTerm, + [EnumMember( Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,employee" )] @@ -7738,6 +16060,21 @@ public enum InvoicesListRequestExpand )] PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,employee,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,employee,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesEmployeePaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesPaymentTerm, + [EnumMember(Value = "payments,tracking_categories,purchase_orders,applied_vendor_credits")] PaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCredits, @@ -7746,25 +16083,50 @@ public enum InvoicesListRequestExpand )] PaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_vendor_credits,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,tracking_categories,purchase_orders,applied_vendor_credits,company" )] - PaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompany, + PaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompany, + + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_vendor_credits,company,accounting_period" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriod, + + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_vendor_credits,company,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_vendor_credits,company,employee" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyEmployee, + + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_vendor_credits,company,employee,accounting_period" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriod, [EnumMember( - Value = "payments,tracking_categories,purchase_orders,applied_vendor_credits,company,accounting_period" + Value = "payments,tracking_categories,purchase_orders,applied_vendor_credits,company,employee,accounting_period,payment_term" )] - PaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriod, + PaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, [EnumMember( - Value = "payments,tracking_categories,purchase_orders,applied_vendor_credits,company,employee" + Value = "payments,tracking_categories,purchase_orders,applied_vendor_credits,company,employee,payment_term" )] - PaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyEmployee, + PaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyEmployeePaymentTerm, [EnumMember( - Value = "payments,tracking_categories,purchase_orders,applied_vendor_credits,company,employee,accounting_period" + Value = "payments,tracking_categories,purchase_orders,applied_vendor_credits,company,payment_term" )] - PaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + PaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyPaymentTerm, [EnumMember( Value = "payments,tracking_categories,purchase_orders,applied_vendor_credits,contact" @@ -7776,6 +16138,11 @@ public enum InvoicesListRequestExpand )] PaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,company" )] @@ -7786,6 +16153,11 @@ public enum InvoicesListRequestExpand )] PaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,employee" )] @@ -7796,6 +16168,21 @@ public enum InvoicesListRequestExpand )] PaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,employee,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,employee" )] @@ -7806,6 +16193,21 @@ public enum InvoicesListRequestExpand )] PaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,employee,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactPaymentTerm, + [EnumMember( Value = "payments,tracking_categories,purchase_orders,applied_vendor_credits,employee" )] @@ -7816,12 +16218,32 @@ public enum InvoicesListRequestExpand )] PaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_vendor_credits,employee,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_vendor_credits,employee,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_vendor_credits,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "payments,tracking_categories,purchase_orders,company")] PaymentsTrackingCategoriesPurchaseOrdersCompany, [EnumMember(Value = "payments,tracking_categories,purchase_orders,company,accounting_period")] PaymentsTrackingCategoriesPurchaseOrdersCompanyAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,company,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,tracking_categories,purchase_orders,company,employee")] PaymentsTrackingCategoriesPurchaseOrdersCompanyEmployee, @@ -7830,12 +16252,30 @@ public enum InvoicesListRequestExpand )] PaymentsTrackingCategoriesPurchaseOrdersCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,company,employee,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,company,employee,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,tracking_categories,purchase_orders,company,payment_term")] + PaymentsTrackingCategoriesPurchaseOrdersCompanyPaymentTerm, + [EnumMember(Value = "payments,tracking_categories,purchase_orders,contact")] PaymentsTrackingCategoriesPurchaseOrdersContact, [EnumMember(Value = "payments,tracking_categories,purchase_orders,contact,accounting_period")] PaymentsTrackingCategoriesPurchaseOrdersContactAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,contact,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,tracking_categories,purchase_orders,contact,company")] PaymentsTrackingCategoriesPurchaseOrdersContactCompany, @@ -7844,6 +16284,11 @@ public enum InvoicesListRequestExpand )] PaymentsTrackingCategoriesPurchaseOrdersContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,contact,company,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,tracking_categories,purchase_orders,contact,company,employee")] PaymentsTrackingCategoriesPurchaseOrdersContactCompanyEmployee, @@ -7852,6 +16297,21 @@ public enum InvoicesListRequestExpand )] PaymentsTrackingCategoriesPurchaseOrdersContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,contact,company,employee,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,contact,company,employee,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,contact,company,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersContactCompanyPaymentTerm, + [EnumMember(Value = "payments,tracking_categories,purchase_orders,contact,employee")] PaymentsTrackingCategoriesPurchaseOrdersContactEmployee, @@ -7860,24 +16320,54 @@ public enum InvoicesListRequestExpand )] PaymentsTrackingCategoriesPurchaseOrdersContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,contact,employee,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,contact,employee,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersContactEmployeePaymentTerm, + + [EnumMember(Value = "payments,tracking_categories,purchase_orders,contact,payment_term")] + PaymentsTrackingCategoriesPurchaseOrdersContactPaymentTerm, + [EnumMember(Value = "payments,tracking_categories,purchase_orders,employee")] PaymentsTrackingCategoriesPurchaseOrdersEmployee, [EnumMember(Value = "payments,tracking_categories,purchase_orders,employee,accounting_period")] PaymentsTrackingCategoriesPurchaseOrdersEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,employee,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,tracking_categories,purchase_orders,employee,payment_term")] + PaymentsTrackingCategoriesPurchaseOrdersEmployeePaymentTerm, + + [EnumMember(Value = "payments,tracking_categories,purchase_orders,payment_term")] + PaymentsTrackingCategoriesPurchaseOrdersPaymentTerm, + [EnumMember(Value = "purchase_orders")] PurchaseOrders, [EnumMember(Value = "purchase_orders,accounting_period")] PurchaseOrdersAccountingPeriod, + [EnumMember(Value = "purchase_orders,accounting_period,payment_term")] + PurchaseOrdersAccountingPeriodPaymentTerm, + [EnumMember(Value = "purchase_orders,applied_credit_notes")] PurchaseOrdersAppliedCreditNotes, [EnumMember(Value = "purchase_orders,applied_credit_notes,accounting_period")] PurchaseOrdersAppliedCreditNotesAccountingPeriod, + [EnumMember(Value = "purchase_orders,applied_credit_notes,accounting_period,payment_term")] + PurchaseOrdersAppliedCreditNotesAccountingPeriodPaymentTerm, + [EnumMember(Value = "purchase_orders,applied_credit_notes,applied_vendor_credits")] PurchaseOrdersAppliedCreditNotesAppliedVendorCredits, @@ -7886,6 +16376,11 @@ public enum InvoicesListRequestExpand )] PurchaseOrdersAppliedCreditNotesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "purchase_orders,applied_credit_notes,applied_vendor_credits,accounting_period,payment_term" + )] + PurchaseOrdersAppliedCreditNotesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember(Value = "purchase_orders,applied_credit_notes,applied_vendor_credits,company")] PurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompany, @@ -7894,6 +16389,11 @@ public enum InvoicesListRequestExpand )] PurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "purchase_orders,applied_credit_notes,applied_vendor_credits,company,accounting_period,payment_term" + )] + PurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee" )] @@ -7904,6 +16404,21 @@ public enum InvoicesListRequestExpand )] PurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee,payment_term" + )] + PurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "purchase_orders,applied_credit_notes,applied_vendor_credits,company,payment_term" + )] + PurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember(Value = "purchase_orders,applied_credit_notes,applied_vendor_credits,contact")] PurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContact, @@ -7912,6 +16427,11 @@ public enum InvoicesListRequestExpand )] PurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "purchase_orders,applied_credit_notes,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company" )] @@ -7922,6 +16442,11 @@ public enum InvoicesListRequestExpand )] PurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee" )] @@ -7932,6 +16457,21 @@ public enum InvoicesListRequestExpand )] PurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,payment_term" + )] + PurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,payment_term" + )] + PurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee" )] @@ -7942,6 +16482,21 @@ public enum InvoicesListRequestExpand )] PurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + PurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,payment_term" + )] + PurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "purchase_orders,applied_credit_notes,applied_vendor_credits,contact,payment_term" + )] + PurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactPaymentTerm, + [EnumMember(Value = "purchase_orders,applied_credit_notes,applied_vendor_credits,employee")] PurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployee, @@ -7950,30 +16505,69 @@ public enum InvoicesListRequestExpand )] PurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "purchase_orders,applied_credit_notes,applied_vendor_credits,employee,accounting_period,payment_term" + )] + PurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "purchase_orders,applied_credit_notes,applied_vendor_credits,employee,payment_term" + )] + PurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember(Value = "purchase_orders,applied_credit_notes,applied_vendor_credits,payment_term")] + PurchaseOrdersAppliedCreditNotesAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "purchase_orders,applied_credit_notes,company")] PurchaseOrdersAppliedCreditNotesCompany, [EnumMember(Value = "purchase_orders,applied_credit_notes,company,accounting_period")] PurchaseOrdersAppliedCreditNotesCompanyAccountingPeriod, + [EnumMember( + Value = "purchase_orders,applied_credit_notes,company,accounting_period,payment_term" + )] + PurchaseOrdersAppliedCreditNotesCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "purchase_orders,applied_credit_notes,company,employee")] PurchaseOrdersAppliedCreditNotesCompanyEmployee, [EnumMember(Value = "purchase_orders,applied_credit_notes,company,employee,accounting_period")] PurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "purchase_orders,applied_credit_notes,company,employee,accounting_period,payment_term" + )] + PurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "purchase_orders,applied_credit_notes,company,employee,payment_term")] + PurchaseOrdersAppliedCreditNotesCompanyEmployeePaymentTerm, + + [EnumMember(Value = "purchase_orders,applied_credit_notes,company,payment_term")] + PurchaseOrdersAppliedCreditNotesCompanyPaymentTerm, + [EnumMember(Value = "purchase_orders,applied_credit_notes,contact")] PurchaseOrdersAppliedCreditNotesContact, [EnumMember(Value = "purchase_orders,applied_credit_notes,contact,accounting_period")] PurchaseOrdersAppliedCreditNotesContactAccountingPeriod, + [EnumMember( + Value = "purchase_orders,applied_credit_notes,contact,accounting_period,payment_term" + )] + PurchaseOrdersAppliedCreditNotesContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "purchase_orders,applied_credit_notes,contact,company")] PurchaseOrdersAppliedCreditNotesContactCompany, [EnumMember(Value = "purchase_orders,applied_credit_notes,contact,company,accounting_period")] PurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriod, + [EnumMember( + Value = "purchase_orders,applied_credit_notes,contact,company,accounting_period,payment_term" + )] + PurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "purchase_orders,applied_credit_notes,contact,company,employee")] PurchaseOrdersAppliedCreditNotesContactCompanyEmployee, @@ -7982,30 +16576,73 @@ public enum InvoicesListRequestExpand )] PurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "purchase_orders,applied_credit_notes,contact,company,employee,accounting_period,payment_term" + )] + PurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "purchase_orders,applied_credit_notes,contact,company,employee,payment_term" + )] + PurchaseOrdersAppliedCreditNotesContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "purchase_orders,applied_credit_notes,contact,company,payment_term")] + PurchaseOrdersAppliedCreditNotesContactCompanyPaymentTerm, + [EnumMember(Value = "purchase_orders,applied_credit_notes,contact,employee")] PurchaseOrdersAppliedCreditNotesContactEmployee, [EnumMember(Value = "purchase_orders,applied_credit_notes,contact,employee,accounting_period")] PurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "purchase_orders,applied_credit_notes,contact,employee,accounting_period,payment_term" + )] + PurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "purchase_orders,applied_credit_notes,contact,employee,payment_term")] + PurchaseOrdersAppliedCreditNotesContactEmployeePaymentTerm, + + [EnumMember(Value = "purchase_orders,applied_credit_notes,contact,payment_term")] + PurchaseOrdersAppliedCreditNotesContactPaymentTerm, + [EnumMember(Value = "purchase_orders,applied_credit_notes,employee")] PurchaseOrdersAppliedCreditNotesEmployee, [EnumMember(Value = "purchase_orders,applied_credit_notes,employee,accounting_period")] PurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriod, + [EnumMember( + Value = "purchase_orders,applied_credit_notes,employee,accounting_period,payment_term" + )] + PurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "purchase_orders,applied_credit_notes,employee,payment_term")] + PurchaseOrdersAppliedCreditNotesEmployeePaymentTerm, + + [EnumMember(Value = "purchase_orders,applied_credit_notes,payment_term")] + PurchaseOrdersAppliedCreditNotesPaymentTerm, + [EnumMember(Value = "purchase_orders,applied_vendor_credits")] PurchaseOrdersAppliedVendorCredits, [EnumMember(Value = "purchase_orders,applied_vendor_credits,accounting_period")] PurchaseOrdersAppliedVendorCreditsAccountingPeriod, + [EnumMember(Value = "purchase_orders,applied_vendor_credits,accounting_period,payment_term")] + PurchaseOrdersAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember(Value = "purchase_orders,applied_vendor_credits,company")] PurchaseOrdersAppliedVendorCreditsCompany, [EnumMember(Value = "purchase_orders,applied_vendor_credits,company,accounting_period")] PurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "purchase_orders,applied_vendor_credits,company,accounting_period,payment_term" + )] + PurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "purchase_orders,applied_vendor_credits,company,employee")] PurchaseOrdersAppliedVendorCreditsCompanyEmployee, @@ -8014,18 +16651,39 @@ public enum InvoicesListRequestExpand )] PurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "purchase_orders,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "purchase_orders,applied_vendor_credits,company,employee,payment_term")] + PurchaseOrdersAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember(Value = "purchase_orders,applied_vendor_credits,company,payment_term")] + PurchaseOrdersAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember(Value = "purchase_orders,applied_vendor_credits,contact")] PurchaseOrdersAppliedVendorCreditsContact, [EnumMember(Value = "purchase_orders,applied_vendor_credits,contact,accounting_period")] PurchaseOrdersAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "purchase_orders,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PurchaseOrdersAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "purchase_orders,applied_vendor_credits,contact,company")] PurchaseOrdersAppliedVendorCreditsContactCompany, [EnumMember(Value = "purchase_orders,applied_vendor_credits,contact,company,accounting_period")] PurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "purchase_orders,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "purchase_orders,applied_vendor_credits,contact,company,employee")] PurchaseOrdersAppliedVendorCreditsContactCompanyEmployee, @@ -8034,6 +16692,19 @@ public enum InvoicesListRequestExpand )] PurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "purchase_orders,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "purchase_orders,applied_vendor_credits,contact,company,employee,payment_term" + )] + PurchaseOrdersAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "purchase_orders,applied_vendor_credits,contact,company,payment_term")] + PurchaseOrdersAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember(Value = "purchase_orders,applied_vendor_credits,contact,employee")] PurchaseOrdersAppliedVendorCreditsContactEmployee, @@ -8042,66 +16713,139 @@ public enum InvoicesListRequestExpand )] PurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "purchase_orders,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + PurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "purchase_orders,applied_vendor_credits,contact,employee,payment_term")] + PurchaseOrdersAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember(Value = "purchase_orders,applied_vendor_credits,contact,payment_term")] + PurchaseOrdersAppliedVendorCreditsContactPaymentTerm, + [EnumMember(Value = "purchase_orders,applied_vendor_credits,employee")] PurchaseOrdersAppliedVendorCreditsEmployee, [EnumMember(Value = "purchase_orders,applied_vendor_credits,employee,accounting_period")] PurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "purchase_orders,applied_vendor_credits,employee,accounting_period,payment_term" + )] + PurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "purchase_orders,applied_vendor_credits,employee,payment_term")] + PurchaseOrdersAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember(Value = "purchase_orders,applied_vendor_credits,payment_term")] + PurchaseOrdersAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "purchase_orders,company")] PurchaseOrdersCompany, [EnumMember(Value = "purchase_orders,company,accounting_period")] PurchaseOrdersCompanyAccountingPeriod, + [EnumMember(Value = "purchase_orders,company,accounting_period,payment_term")] + PurchaseOrdersCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "purchase_orders,company,employee")] PurchaseOrdersCompanyEmployee, [EnumMember(Value = "purchase_orders,company,employee,accounting_period")] PurchaseOrdersCompanyEmployeeAccountingPeriod, + [EnumMember(Value = "purchase_orders,company,employee,accounting_period,payment_term")] + PurchaseOrdersCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "purchase_orders,company,employee,payment_term")] + PurchaseOrdersCompanyEmployeePaymentTerm, + + [EnumMember(Value = "purchase_orders,company,payment_term")] + PurchaseOrdersCompanyPaymentTerm, + [EnumMember(Value = "purchase_orders,contact")] PurchaseOrdersContact, [EnumMember(Value = "purchase_orders,contact,accounting_period")] PurchaseOrdersContactAccountingPeriod, + [EnumMember(Value = "purchase_orders,contact,accounting_period,payment_term")] + PurchaseOrdersContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "purchase_orders,contact,company")] PurchaseOrdersContactCompany, [EnumMember(Value = "purchase_orders,contact,company,accounting_period")] PurchaseOrdersContactCompanyAccountingPeriod, + [EnumMember(Value = "purchase_orders,contact,company,accounting_period,payment_term")] + PurchaseOrdersContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "purchase_orders,contact,company,employee")] PurchaseOrdersContactCompanyEmployee, [EnumMember(Value = "purchase_orders,contact,company,employee,accounting_period")] PurchaseOrdersContactCompanyEmployeeAccountingPeriod, + [EnumMember(Value = "purchase_orders,contact,company,employee,accounting_period,payment_term")] + PurchaseOrdersContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "purchase_orders,contact,company,employee,payment_term")] + PurchaseOrdersContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "purchase_orders,contact,company,payment_term")] + PurchaseOrdersContactCompanyPaymentTerm, + [EnumMember(Value = "purchase_orders,contact,employee")] PurchaseOrdersContactEmployee, [EnumMember(Value = "purchase_orders,contact,employee,accounting_period")] PurchaseOrdersContactEmployeeAccountingPeriod, + [EnumMember(Value = "purchase_orders,contact,employee,accounting_period,payment_term")] + PurchaseOrdersContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "purchase_orders,contact,employee,payment_term")] + PurchaseOrdersContactEmployeePaymentTerm, + + [EnumMember(Value = "purchase_orders,contact,payment_term")] + PurchaseOrdersContactPaymentTerm, + [EnumMember(Value = "purchase_orders,employee")] PurchaseOrdersEmployee, [EnumMember(Value = "purchase_orders,employee,accounting_period")] PurchaseOrdersEmployeeAccountingPeriod, + [EnumMember(Value = "purchase_orders,employee,accounting_period,payment_term")] + PurchaseOrdersEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "purchase_orders,employee,payment_term")] + PurchaseOrdersEmployeePaymentTerm, + + [EnumMember(Value = "purchase_orders,payment_term")] + PurchaseOrdersPaymentTerm, + [EnumMember(Value = "tracking_categories")] TrackingCategories, [EnumMember(Value = "tracking_categories,accounting_period")] TrackingCategoriesAccountingPeriod, + [EnumMember(Value = "tracking_categories,accounting_period,payment_term")] + TrackingCategoriesAccountingPeriodPaymentTerm, + [EnumMember(Value = "tracking_categories,applied_credit_notes")] TrackingCategoriesAppliedCreditNotes, [EnumMember(Value = "tracking_categories,applied_credit_notes,accounting_period")] TrackingCategoriesAppliedCreditNotesAccountingPeriod, + [EnumMember(Value = "tracking_categories,applied_credit_notes,accounting_period,payment_term")] + TrackingCategoriesAppliedCreditNotesAccountingPeriodPaymentTerm, + [EnumMember(Value = "tracking_categories,applied_credit_notes,applied_vendor_credits")] TrackingCategoriesAppliedCreditNotesAppliedVendorCredits, @@ -8110,6 +16854,11 @@ public enum InvoicesListRequestExpand )] TrackingCategoriesAppliedCreditNotesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "tracking_categories,applied_credit_notes,applied_vendor_credits,accounting_period,payment_term" + )] + TrackingCategoriesAppliedCreditNotesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember(Value = "tracking_categories,applied_credit_notes,applied_vendor_credits,company")] TrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompany, @@ -8118,6 +16867,11 @@ public enum InvoicesListRequestExpand )] TrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "tracking_categories,applied_credit_notes,applied_vendor_credits,company,accounting_period,payment_term" + )] + TrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "tracking_categories,applied_credit_notes,applied_vendor_credits,company,employee" )] @@ -8128,6 +16882,21 @@ public enum InvoicesListRequestExpand )] TrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "tracking_categories,applied_credit_notes,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + TrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "tracking_categories,applied_credit_notes,applied_vendor_credits,company,employee,payment_term" + )] + TrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "tracking_categories,applied_credit_notes,applied_vendor_credits,company,payment_term" + )] + TrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember(Value = "tracking_categories,applied_credit_notes,applied_vendor_credits,contact")] TrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContact, @@ -8136,6 +16905,11 @@ public enum InvoicesListRequestExpand )] TrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "tracking_categories,applied_credit_notes,applied_vendor_credits,contact,accounting_period,payment_term" + )] + TrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company" )] @@ -8146,6 +16920,11 @@ public enum InvoicesListRequestExpand )] TrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + TrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,employee" )] @@ -8156,6 +16935,21 @@ public enum InvoicesListRequestExpand )] TrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + TrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,employee,payment_term" + )] + TrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,payment_term" + )] + TrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "tracking_categories,applied_credit_notes,applied_vendor_credits,contact,employee" )] @@ -8166,13 +16960,43 @@ public enum InvoicesListRequestExpand )] TrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "tracking_categories,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + TrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "tracking_categories,applied_credit_notes,applied_vendor_credits,contact,employee,payment_term" + )] + TrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "tracking_categories,applied_credit_notes,applied_vendor_credits,contact,payment_term" + )] + TrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactPaymentTerm, + [EnumMember(Value = "tracking_categories,applied_credit_notes,applied_vendor_credits,employee")] TrackingCategoriesAppliedCreditNotesAppliedVendorCreditsEmployee, [EnumMember( - Value = "tracking_categories,applied_credit_notes,applied_vendor_credits,employee,accounting_period" + Value = "tracking_categories,applied_credit_notes,applied_vendor_credits,employee,accounting_period" + )] + TrackingCategoriesAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + + [EnumMember( + Value = "tracking_categories,applied_credit_notes,applied_vendor_credits,employee,accounting_period,payment_term" + )] + TrackingCategoriesAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "tracking_categories,applied_credit_notes,applied_vendor_credits,employee,payment_term" + )] + TrackingCategoriesAppliedCreditNotesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "tracking_categories,applied_credit_notes,applied_vendor_credits,payment_term" )] - TrackingCategoriesAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + TrackingCategoriesAppliedCreditNotesAppliedVendorCreditsPaymentTerm, [EnumMember(Value = "tracking_categories,applied_credit_notes,company")] TrackingCategoriesAppliedCreditNotesCompany, @@ -8180,6 +17004,11 @@ public enum InvoicesListRequestExpand [EnumMember(Value = "tracking_categories,applied_credit_notes,company,accounting_period")] TrackingCategoriesAppliedCreditNotesCompanyAccountingPeriod, + [EnumMember( + Value = "tracking_categories,applied_credit_notes,company,accounting_period,payment_term" + )] + TrackingCategoriesAppliedCreditNotesCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "tracking_categories,applied_credit_notes,company,employee")] TrackingCategoriesAppliedCreditNotesCompanyEmployee, @@ -8188,12 +17017,28 @@ public enum InvoicesListRequestExpand )] TrackingCategoriesAppliedCreditNotesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "tracking_categories,applied_credit_notes,company,employee,accounting_period,payment_term" + )] + TrackingCategoriesAppliedCreditNotesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "tracking_categories,applied_credit_notes,company,employee,payment_term")] + TrackingCategoriesAppliedCreditNotesCompanyEmployeePaymentTerm, + + [EnumMember(Value = "tracking_categories,applied_credit_notes,company,payment_term")] + TrackingCategoriesAppliedCreditNotesCompanyPaymentTerm, + [EnumMember(Value = "tracking_categories,applied_credit_notes,contact")] TrackingCategoriesAppliedCreditNotesContact, [EnumMember(Value = "tracking_categories,applied_credit_notes,contact,accounting_period")] TrackingCategoriesAppliedCreditNotesContactAccountingPeriod, + [EnumMember( + Value = "tracking_categories,applied_credit_notes,contact,accounting_period,payment_term" + )] + TrackingCategoriesAppliedCreditNotesContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "tracking_categories,applied_credit_notes,contact,company")] TrackingCategoriesAppliedCreditNotesContactCompany, @@ -8202,6 +17047,11 @@ public enum InvoicesListRequestExpand )] TrackingCategoriesAppliedCreditNotesContactCompanyAccountingPeriod, + [EnumMember( + Value = "tracking_categories,applied_credit_notes,contact,company,accounting_period,payment_term" + )] + TrackingCategoriesAppliedCreditNotesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "tracking_categories,applied_credit_notes,contact,company,employee")] TrackingCategoriesAppliedCreditNotesContactCompanyEmployee, @@ -8210,6 +17060,19 @@ public enum InvoicesListRequestExpand )] TrackingCategoriesAppliedCreditNotesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "tracking_categories,applied_credit_notes,contact,company,employee,accounting_period,payment_term" + )] + TrackingCategoriesAppliedCreditNotesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "tracking_categories,applied_credit_notes,contact,company,employee,payment_term" + )] + TrackingCategoriesAppliedCreditNotesContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "tracking_categories,applied_credit_notes,contact,company,payment_term")] + TrackingCategoriesAppliedCreditNotesContactCompanyPaymentTerm, + [EnumMember(Value = "tracking_categories,applied_credit_notes,contact,employee")] TrackingCategoriesAppliedCreditNotesContactEmployee, @@ -8218,24 +17081,56 @@ public enum InvoicesListRequestExpand )] TrackingCategoriesAppliedCreditNotesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "tracking_categories,applied_credit_notes,contact,employee,accounting_period,payment_term" + )] + TrackingCategoriesAppliedCreditNotesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "tracking_categories,applied_credit_notes,contact,employee,payment_term")] + TrackingCategoriesAppliedCreditNotesContactEmployeePaymentTerm, + + [EnumMember(Value = "tracking_categories,applied_credit_notes,contact,payment_term")] + TrackingCategoriesAppliedCreditNotesContactPaymentTerm, + [EnumMember(Value = "tracking_categories,applied_credit_notes,employee")] TrackingCategoriesAppliedCreditNotesEmployee, [EnumMember(Value = "tracking_categories,applied_credit_notes,employee,accounting_period")] TrackingCategoriesAppliedCreditNotesEmployeeAccountingPeriod, + [EnumMember( + Value = "tracking_categories,applied_credit_notes,employee,accounting_period,payment_term" + )] + TrackingCategoriesAppliedCreditNotesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "tracking_categories,applied_credit_notes,employee,payment_term")] + TrackingCategoriesAppliedCreditNotesEmployeePaymentTerm, + + [EnumMember(Value = "tracking_categories,applied_credit_notes,payment_term")] + TrackingCategoriesAppliedCreditNotesPaymentTerm, + [EnumMember(Value = "tracking_categories,applied_vendor_credits")] TrackingCategoriesAppliedVendorCredits, [EnumMember(Value = "tracking_categories,applied_vendor_credits,accounting_period")] TrackingCategoriesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "tracking_categories,applied_vendor_credits,accounting_period,payment_term" + )] + TrackingCategoriesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember(Value = "tracking_categories,applied_vendor_credits,company")] TrackingCategoriesAppliedVendorCreditsCompany, [EnumMember(Value = "tracking_categories,applied_vendor_credits,company,accounting_period")] TrackingCategoriesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "tracking_categories,applied_vendor_credits,company,accounting_period,payment_term" + )] + TrackingCategoriesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "tracking_categories,applied_vendor_credits,company,employee")] TrackingCategoriesAppliedVendorCreditsCompanyEmployee, @@ -8244,12 +17139,28 @@ public enum InvoicesListRequestExpand )] TrackingCategoriesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "tracking_categories,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + TrackingCategoriesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "tracking_categories,applied_vendor_credits,company,employee,payment_term")] + TrackingCategoriesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember(Value = "tracking_categories,applied_vendor_credits,company,payment_term")] + TrackingCategoriesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember(Value = "tracking_categories,applied_vendor_credits,contact")] TrackingCategoriesAppliedVendorCreditsContact, [EnumMember(Value = "tracking_categories,applied_vendor_credits,contact,accounting_period")] TrackingCategoriesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "tracking_categories,applied_vendor_credits,contact,accounting_period,payment_term" + )] + TrackingCategoriesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "tracking_categories,applied_vendor_credits,contact,company")] TrackingCategoriesAppliedVendorCreditsContactCompany, @@ -8258,6 +17169,11 @@ public enum InvoicesListRequestExpand )] TrackingCategoriesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "tracking_categories,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + TrackingCategoriesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "tracking_categories,applied_vendor_credits,contact,company,employee")] TrackingCategoriesAppliedVendorCreditsContactCompanyEmployee, @@ -8266,6 +17182,19 @@ public enum InvoicesListRequestExpand )] TrackingCategoriesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "tracking_categories,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + TrackingCategoriesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "tracking_categories,applied_vendor_credits,contact,company,employee,payment_term" + )] + TrackingCategoriesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "tracking_categories,applied_vendor_credits,contact,company,payment_term")] + TrackingCategoriesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember(Value = "tracking_categories,applied_vendor_credits,contact,employee")] TrackingCategoriesAppliedVendorCreditsContactEmployee, @@ -8274,60 +17203,132 @@ public enum InvoicesListRequestExpand )] TrackingCategoriesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "tracking_categories,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + TrackingCategoriesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "tracking_categories,applied_vendor_credits,contact,employee,payment_term")] + TrackingCategoriesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember(Value = "tracking_categories,applied_vendor_credits,contact,payment_term")] + TrackingCategoriesAppliedVendorCreditsContactPaymentTerm, + [EnumMember(Value = "tracking_categories,applied_vendor_credits,employee")] TrackingCategoriesAppliedVendorCreditsEmployee, [EnumMember(Value = "tracking_categories,applied_vendor_credits,employee,accounting_period")] TrackingCategoriesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "tracking_categories,applied_vendor_credits,employee,accounting_period,payment_term" + )] + TrackingCategoriesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "tracking_categories,applied_vendor_credits,employee,payment_term")] + TrackingCategoriesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember(Value = "tracking_categories,applied_vendor_credits,payment_term")] + TrackingCategoriesAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "tracking_categories,company")] TrackingCategoriesCompany, [EnumMember(Value = "tracking_categories,company,accounting_period")] TrackingCategoriesCompanyAccountingPeriod, + [EnumMember(Value = "tracking_categories,company,accounting_period,payment_term")] + TrackingCategoriesCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "tracking_categories,company,employee")] TrackingCategoriesCompanyEmployee, [EnumMember(Value = "tracking_categories,company,employee,accounting_period")] TrackingCategoriesCompanyEmployeeAccountingPeriod, + [EnumMember(Value = "tracking_categories,company,employee,accounting_period,payment_term")] + TrackingCategoriesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "tracking_categories,company,employee,payment_term")] + TrackingCategoriesCompanyEmployeePaymentTerm, + + [EnumMember(Value = "tracking_categories,company,payment_term")] + TrackingCategoriesCompanyPaymentTerm, + [EnumMember(Value = "tracking_categories,contact")] TrackingCategoriesContact, [EnumMember(Value = "tracking_categories,contact,accounting_period")] TrackingCategoriesContactAccountingPeriod, + [EnumMember(Value = "tracking_categories,contact,accounting_period,payment_term")] + TrackingCategoriesContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "tracking_categories,contact,company")] TrackingCategoriesContactCompany, [EnumMember(Value = "tracking_categories,contact,company,accounting_period")] TrackingCategoriesContactCompanyAccountingPeriod, + [EnumMember(Value = "tracking_categories,contact,company,accounting_period,payment_term")] + TrackingCategoriesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "tracking_categories,contact,company,employee")] TrackingCategoriesContactCompanyEmployee, [EnumMember(Value = "tracking_categories,contact,company,employee,accounting_period")] TrackingCategoriesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "tracking_categories,contact,company,employee,accounting_period,payment_term" + )] + TrackingCategoriesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "tracking_categories,contact,company,employee,payment_term")] + TrackingCategoriesContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "tracking_categories,contact,company,payment_term")] + TrackingCategoriesContactCompanyPaymentTerm, + [EnumMember(Value = "tracking_categories,contact,employee")] TrackingCategoriesContactEmployee, [EnumMember(Value = "tracking_categories,contact,employee,accounting_period")] TrackingCategoriesContactEmployeeAccountingPeriod, + [EnumMember(Value = "tracking_categories,contact,employee,accounting_period,payment_term")] + TrackingCategoriesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "tracking_categories,contact,employee,payment_term")] + TrackingCategoriesContactEmployeePaymentTerm, + + [EnumMember(Value = "tracking_categories,contact,payment_term")] + TrackingCategoriesContactPaymentTerm, + [EnumMember(Value = "tracking_categories,employee")] TrackingCategoriesEmployee, [EnumMember(Value = "tracking_categories,employee,accounting_period")] TrackingCategoriesEmployeeAccountingPeriod, + [EnumMember(Value = "tracking_categories,employee,accounting_period,payment_term")] + TrackingCategoriesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "tracking_categories,employee,payment_term")] + TrackingCategoriesEmployeePaymentTerm, + + [EnumMember(Value = "tracking_categories,payment_term")] + TrackingCategoriesPaymentTerm, + [EnumMember(Value = "tracking_categories,purchase_orders")] TrackingCategoriesPurchaseOrders, [EnumMember(Value = "tracking_categories,purchase_orders,accounting_period")] TrackingCategoriesPurchaseOrdersAccountingPeriod, + [EnumMember(Value = "tracking_categories,purchase_orders,accounting_period,payment_term")] + TrackingCategoriesPurchaseOrdersAccountingPeriodPaymentTerm, + [EnumMember(Value = "tracking_categories,purchase_orders,applied_credit_notes")] TrackingCategoriesPurchaseOrdersAppliedCreditNotes, @@ -8336,6 +17337,11 @@ public enum InvoicesListRequestExpand )] TrackingCategoriesPurchaseOrdersAppliedCreditNotesAccountingPeriod, + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_credit_notes,accounting_period,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedCreditNotesAccountingPeriodPaymentTerm, + [EnumMember( Value = "tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits" )] @@ -8346,6 +17352,11 @@ public enum InvoicesListRequestExpand )] TrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,accounting_period,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company" )] @@ -8356,6 +17367,11 @@ public enum InvoicesListRequestExpand )] TrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,accounting_period,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee" )] @@ -8366,6 +17382,21 @@ public enum InvoicesListRequestExpand )] TrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact" )] @@ -8376,6 +17407,11 @@ public enum InvoicesListRequestExpand )] TrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,accounting_period,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company" )] @@ -8386,6 +17422,11 @@ public enum InvoicesListRequestExpand )] TrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee" )] @@ -8396,6 +17437,21 @@ public enum InvoicesListRequestExpand )] TrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee" )] @@ -8406,6 +17462,21 @@ public enum InvoicesListRequestExpand )] TrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactPaymentTerm, + [EnumMember( Value = "tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,employee" )] @@ -8416,6 +17487,21 @@ public enum InvoicesListRequestExpand )] TrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,accounting_period,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "tracking_categories,purchase_orders,applied_credit_notes,company")] TrackingCategoriesPurchaseOrdersAppliedCreditNotesCompany, @@ -8424,6 +17510,11 @@ public enum InvoicesListRequestExpand )] TrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyAccountingPeriod, + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_credit_notes,company,accounting_period,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "tracking_categories,purchase_orders,applied_credit_notes,company,employee" )] @@ -8434,6 +17525,21 @@ public enum InvoicesListRequestExpand )] TrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_credit_notes,company,employee,accounting_period,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_credit_notes,company,employee,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_credit_notes,company,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyPaymentTerm, + [EnumMember(Value = "tracking_categories,purchase_orders,applied_credit_notes,contact")] TrackingCategoriesPurchaseOrdersAppliedCreditNotesContact, @@ -8442,6 +17548,11 @@ public enum InvoicesListRequestExpand )] TrackingCategoriesPurchaseOrdersAppliedCreditNotesContactAccountingPeriod, + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_credit_notes,contact,accounting_period,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedCreditNotesContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "tracking_categories,purchase_orders,applied_credit_notes,contact,company")] TrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompany, @@ -8450,6 +17561,11 @@ public enum InvoicesListRequestExpand )] TrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriod, + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_credit_notes,contact,company,accounting_period,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "tracking_categories,purchase_orders,applied_credit_notes,contact,company,employee" )] @@ -8460,6 +17576,21 @@ public enum InvoicesListRequestExpand )] TrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_credit_notes,contact,company,employee,accounting_period,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_credit_notes,contact,company,employee,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_credit_notes,contact,company,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyPaymentTerm, + [EnumMember( Value = "tracking_categories,purchase_orders,applied_credit_notes,contact,employee" )] @@ -8470,6 +17601,21 @@ public enum InvoicesListRequestExpand )] TrackingCategoriesPurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_credit_notes,contact,employee,accounting_period,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_credit_notes,contact,employee,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedCreditNotesContactEmployeePaymentTerm, + + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_credit_notes,contact,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedCreditNotesContactPaymentTerm, + [EnumMember(Value = "tracking_categories,purchase_orders,applied_credit_notes,employee")] TrackingCategoriesPurchaseOrdersAppliedCreditNotesEmployee, @@ -8478,6 +17624,19 @@ public enum InvoicesListRequestExpand )] TrackingCategoriesPurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriod, + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_credit_notes,employee,accounting_period,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_credit_notes,employee,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedCreditNotesEmployeePaymentTerm, + + [EnumMember(Value = "tracking_categories,purchase_orders,applied_credit_notes,payment_term")] + TrackingCategoriesPurchaseOrdersAppliedCreditNotesPaymentTerm, + [EnumMember(Value = "tracking_categories,purchase_orders,applied_vendor_credits")] TrackingCategoriesPurchaseOrdersAppliedVendorCredits, @@ -8486,6 +17645,11 @@ public enum InvoicesListRequestExpand )] TrackingCategoriesPurchaseOrdersAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_vendor_credits,accounting_period,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember(Value = "tracking_categories,purchase_orders,applied_vendor_credits,company")] TrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompany, @@ -8494,6 +17658,11 @@ public enum InvoicesListRequestExpand )] TrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_vendor_credits,company,accounting_period,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "tracking_categories,purchase_orders,applied_vendor_credits,company,employee" )] @@ -8504,6 +17673,21 @@ public enum InvoicesListRequestExpand )] TrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_vendor_credits,company,employee,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_vendor_credits,company,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember(Value = "tracking_categories,purchase_orders,applied_vendor_credits,contact")] TrackingCategoriesPurchaseOrdersAppliedVendorCreditsContact, @@ -8512,6 +17696,11 @@ public enum InvoicesListRequestExpand )] TrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_vendor_credits,contact,accounting_period,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "tracking_categories,purchase_orders,applied_vendor_credits,contact,company" )] @@ -8522,6 +17711,11 @@ public enum InvoicesListRequestExpand )] TrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "tracking_categories,purchase_orders,applied_vendor_credits,contact,company,employee" )] @@ -8532,6 +17726,21 @@ public enum InvoicesListRequestExpand )] TrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_vendor_credits,contact,company,employee,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_vendor_credits,contact,company,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "tracking_categories,purchase_orders,applied_vendor_credits,contact,employee" )] @@ -8542,6 +17751,21 @@ public enum InvoicesListRequestExpand )] TrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_vendor_credits,contact,employee,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_vendor_credits,contact,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactPaymentTerm, + [EnumMember(Value = "tracking_categories,purchase_orders,applied_vendor_credits,employee")] TrackingCategoriesPurchaseOrdersAppliedVendorCreditsEmployee, @@ -8550,30 +17774,69 @@ public enum InvoicesListRequestExpand )] TrackingCategoriesPurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_vendor_credits,employee,accounting_period,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_vendor_credits,employee,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember(Value = "tracking_categories,purchase_orders,applied_vendor_credits,payment_term")] + TrackingCategoriesPurchaseOrdersAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "tracking_categories,purchase_orders,company")] TrackingCategoriesPurchaseOrdersCompany, [EnumMember(Value = "tracking_categories,purchase_orders,company,accounting_period")] TrackingCategoriesPurchaseOrdersCompanyAccountingPeriod, + [EnumMember( + Value = "tracking_categories,purchase_orders,company,accounting_period,payment_term" + )] + TrackingCategoriesPurchaseOrdersCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "tracking_categories,purchase_orders,company,employee")] TrackingCategoriesPurchaseOrdersCompanyEmployee, [EnumMember(Value = "tracking_categories,purchase_orders,company,employee,accounting_period")] TrackingCategoriesPurchaseOrdersCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "tracking_categories,purchase_orders,company,employee,accounting_period,payment_term" + )] + TrackingCategoriesPurchaseOrdersCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "tracking_categories,purchase_orders,company,employee,payment_term")] + TrackingCategoriesPurchaseOrdersCompanyEmployeePaymentTerm, + + [EnumMember(Value = "tracking_categories,purchase_orders,company,payment_term")] + TrackingCategoriesPurchaseOrdersCompanyPaymentTerm, + [EnumMember(Value = "tracking_categories,purchase_orders,contact")] TrackingCategoriesPurchaseOrdersContact, [EnumMember(Value = "tracking_categories,purchase_orders,contact,accounting_period")] TrackingCategoriesPurchaseOrdersContactAccountingPeriod, + [EnumMember( + Value = "tracking_categories,purchase_orders,contact,accounting_period,payment_term" + )] + TrackingCategoriesPurchaseOrdersContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "tracking_categories,purchase_orders,contact,company")] TrackingCategoriesPurchaseOrdersContactCompany, [EnumMember(Value = "tracking_categories,purchase_orders,contact,company,accounting_period")] TrackingCategoriesPurchaseOrdersContactCompanyAccountingPeriod, + [EnumMember( + Value = "tracking_categories,purchase_orders,contact,company,accounting_period,payment_term" + )] + TrackingCategoriesPurchaseOrdersContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "tracking_categories,purchase_orders,contact,company,employee")] TrackingCategoriesPurchaseOrdersContactCompanyEmployee, @@ -8582,15 +17845,50 @@ public enum InvoicesListRequestExpand )] TrackingCategoriesPurchaseOrdersContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "tracking_categories,purchase_orders,contact,company,employee,accounting_period,payment_term" + )] + TrackingCategoriesPurchaseOrdersContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "tracking_categories,purchase_orders,contact,company,employee,payment_term" + )] + TrackingCategoriesPurchaseOrdersContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "tracking_categories,purchase_orders,contact,company,payment_term")] + TrackingCategoriesPurchaseOrdersContactCompanyPaymentTerm, + [EnumMember(Value = "tracking_categories,purchase_orders,contact,employee")] TrackingCategoriesPurchaseOrdersContactEmployee, [EnumMember(Value = "tracking_categories,purchase_orders,contact,employee,accounting_period")] TrackingCategoriesPurchaseOrdersContactEmployeeAccountingPeriod, + [EnumMember( + Value = "tracking_categories,purchase_orders,contact,employee,accounting_period,payment_term" + )] + TrackingCategoriesPurchaseOrdersContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "tracking_categories,purchase_orders,contact,employee,payment_term")] + TrackingCategoriesPurchaseOrdersContactEmployeePaymentTerm, + + [EnumMember(Value = "tracking_categories,purchase_orders,contact,payment_term")] + TrackingCategoriesPurchaseOrdersContactPaymentTerm, + [EnumMember(Value = "tracking_categories,purchase_orders,employee")] TrackingCategoriesPurchaseOrdersEmployee, [EnumMember(Value = "tracking_categories,purchase_orders,employee,accounting_period")] TrackingCategoriesPurchaseOrdersEmployeeAccountingPeriod, + + [EnumMember( + Value = "tracking_categories,purchase_orders,employee,accounting_period,payment_term" + )] + TrackingCategoriesPurchaseOrdersEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "tracking_categories,purchase_orders,employee,payment_term")] + TrackingCategoriesPurchaseOrdersEmployeePaymentTerm, + + [EnumMember(Value = "tracking_categories,purchase_orders,payment_term")] + TrackingCategoriesPurchaseOrdersPaymentTerm, } diff --git a/src/Merge.Client/Accounting/Invoices/Types/InvoicesRetrieveRequestExpand.cs b/src/Merge.Client/Accounting/Invoices/Types/InvoicesRetrieveRequestExpand.cs index af3cba0a..7ac9481d 100644 --- a/src/Merge.Client/Accounting/Invoices/Types/InvoicesRetrieveRequestExpand.cs +++ b/src/Merge.Client/Accounting/Invoices/Types/InvoicesRetrieveRequestExpand.cs @@ -10,24 +10,40 @@ public enum InvoicesRetrieveRequestExpand [EnumMember(Value = "accounting_period")] AccountingPeriod, + [EnumMember(Value = "accounting_period,payment_term")] + AccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_credit_notes")] AppliedCreditNotes, [EnumMember(Value = "applied_credit_notes,accounting_period")] AppliedCreditNotesAccountingPeriod, + [EnumMember(Value = "applied_credit_notes,accounting_period,payment_term")] + AppliedCreditNotesAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_credit_notes,applied_vendor_credits")] AppliedCreditNotesAppliedVendorCredits, [EnumMember(Value = "applied_credit_notes,applied_vendor_credits,accounting_period")] AppliedCreditNotesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "applied_credit_notes,applied_vendor_credits,accounting_period,payment_term" + )] + AppliedCreditNotesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_credit_notes,applied_vendor_credits,company")] AppliedCreditNotesAppliedVendorCreditsCompany, [EnumMember(Value = "applied_credit_notes,applied_vendor_credits,company,accounting_period")] AppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "applied_credit_notes,applied_vendor_credits,company,accounting_period,payment_term" + )] + AppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_credit_notes,applied_vendor_credits,company,employee")] AppliedCreditNotesAppliedVendorCreditsCompanyEmployee, @@ -36,12 +52,30 @@ public enum InvoicesRetrieveRequestExpand )] AppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_credit_notes,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + AppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_credit_notes,applied_vendor_credits,company,employee,payment_term" + )] + AppliedCreditNotesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember(Value = "applied_credit_notes,applied_vendor_credits,company,payment_term")] + AppliedCreditNotesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember(Value = "applied_credit_notes,applied_vendor_credits,contact")] AppliedCreditNotesAppliedVendorCreditsContact, [EnumMember(Value = "applied_credit_notes,applied_vendor_credits,contact,accounting_period")] AppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "applied_credit_notes,applied_vendor_credits,contact,accounting_period,payment_term" + )] + AppliedCreditNotesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_credit_notes,applied_vendor_credits,contact,company")] AppliedCreditNotesAppliedVendorCreditsContactCompany, @@ -50,6 +84,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "applied_credit_notes,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + AppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_credit_notes,applied_vendor_credits,contact,company,employee")] AppliedCreditNotesAppliedVendorCreditsContactCompanyEmployee, @@ -58,6 +97,19 @@ public enum InvoicesRetrieveRequestExpand )] AppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + AppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_credit_notes,applied_vendor_credits,contact,company,employee,payment_term" + )] + AppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "applied_credit_notes,applied_vendor_credits,contact,company,payment_term")] + AppliedCreditNotesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember(Value = "applied_credit_notes,applied_vendor_credits,contact,employee")] AppliedCreditNotesAppliedVendorCreditsContactEmployee, @@ -66,66 +118,143 @@ public enum InvoicesRetrieveRequestExpand )] AppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + AppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_credit_notes,applied_vendor_credits,contact,employee,payment_term" + )] + AppliedCreditNotesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember(Value = "applied_credit_notes,applied_vendor_credits,contact,payment_term")] + AppliedCreditNotesAppliedVendorCreditsContactPaymentTerm, + [EnumMember(Value = "applied_credit_notes,applied_vendor_credits,employee")] AppliedCreditNotesAppliedVendorCreditsEmployee, [EnumMember(Value = "applied_credit_notes,applied_vendor_credits,employee,accounting_period")] AppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_credit_notes,applied_vendor_credits,employee,accounting_period,payment_term" + )] + AppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_credit_notes,applied_vendor_credits,employee,payment_term")] + AppliedCreditNotesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember(Value = "applied_credit_notes,applied_vendor_credits,payment_term")] + AppliedCreditNotesAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "applied_credit_notes,company")] AppliedCreditNotesCompany, [EnumMember(Value = "applied_credit_notes,company,accounting_period")] AppliedCreditNotesCompanyAccountingPeriod, + [EnumMember(Value = "applied_credit_notes,company,accounting_period,payment_term")] + AppliedCreditNotesCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_credit_notes,company,employee")] AppliedCreditNotesCompanyEmployee, [EnumMember(Value = "applied_credit_notes,company,employee,accounting_period")] AppliedCreditNotesCompanyEmployeeAccountingPeriod, + [EnumMember(Value = "applied_credit_notes,company,employee,accounting_period,payment_term")] + AppliedCreditNotesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_credit_notes,company,employee,payment_term")] + AppliedCreditNotesCompanyEmployeePaymentTerm, + + [EnumMember(Value = "applied_credit_notes,company,payment_term")] + AppliedCreditNotesCompanyPaymentTerm, + [EnumMember(Value = "applied_credit_notes,contact")] AppliedCreditNotesContact, [EnumMember(Value = "applied_credit_notes,contact,accounting_period")] AppliedCreditNotesContactAccountingPeriod, + [EnumMember(Value = "applied_credit_notes,contact,accounting_period,payment_term")] + AppliedCreditNotesContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_credit_notes,contact,company")] AppliedCreditNotesContactCompany, [EnumMember(Value = "applied_credit_notes,contact,company,accounting_period")] AppliedCreditNotesContactCompanyAccountingPeriod, + [EnumMember(Value = "applied_credit_notes,contact,company,accounting_period,payment_term")] + AppliedCreditNotesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_credit_notes,contact,company,employee")] AppliedCreditNotesContactCompanyEmployee, [EnumMember(Value = "applied_credit_notes,contact,company,employee,accounting_period")] AppliedCreditNotesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_credit_notes,contact,company,employee,accounting_period,payment_term" + )] + AppliedCreditNotesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_credit_notes,contact,company,employee,payment_term")] + AppliedCreditNotesContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "applied_credit_notes,contact,company,payment_term")] + AppliedCreditNotesContactCompanyPaymentTerm, + [EnumMember(Value = "applied_credit_notes,contact,employee")] AppliedCreditNotesContactEmployee, [EnumMember(Value = "applied_credit_notes,contact,employee,accounting_period")] AppliedCreditNotesContactEmployeeAccountingPeriod, + [EnumMember(Value = "applied_credit_notes,contact,employee,accounting_period,payment_term")] + AppliedCreditNotesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_credit_notes,contact,employee,payment_term")] + AppliedCreditNotesContactEmployeePaymentTerm, + + [EnumMember(Value = "applied_credit_notes,contact,payment_term")] + AppliedCreditNotesContactPaymentTerm, + [EnumMember(Value = "applied_credit_notes,employee")] AppliedCreditNotesEmployee, [EnumMember(Value = "applied_credit_notes,employee,accounting_period")] AppliedCreditNotesEmployeeAccountingPeriod, + [EnumMember(Value = "applied_credit_notes,employee,accounting_period,payment_term")] + AppliedCreditNotesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_credit_notes,employee,payment_term")] + AppliedCreditNotesEmployeePaymentTerm, + + [EnumMember(Value = "applied_credit_notes,payment_term")] + AppliedCreditNotesPaymentTerm, + [EnumMember(Value = "applied_payments")] AppliedPayments, [EnumMember(Value = "applied_payments,accounting_period")] AppliedPaymentsAccountingPeriod, + [EnumMember(Value = "applied_payments,accounting_period,payment_term")] + AppliedPaymentsAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,applied_credit_notes")] AppliedPaymentsAppliedCreditNotes, [EnumMember(Value = "applied_payments,applied_credit_notes,accounting_period")] AppliedPaymentsAppliedCreditNotesAccountingPeriod, + [EnumMember(Value = "applied_payments,applied_credit_notes,accounting_period,payment_term")] + AppliedPaymentsAppliedCreditNotesAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,applied_credit_notes,applied_vendor_credits")] AppliedPaymentsAppliedCreditNotesAppliedVendorCredits, @@ -134,6 +263,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsAppliedCreditNotesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "applied_payments,applied_credit_notes,applied_vendor_credits,accounting_period,payment_term" + )] + AppliedPaymentsAppliedCreditNotesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,applied_credit_notes,applied_vendor_credits,company")] AppliedPaymentsAppliedCreditNotesAppliedVendorCreditsCompany, @@ -142,6 +276,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,applied_credit_notes,applied_vendor_credits,company,accounting_period,payment_term" + )] + AppliedPaymentsAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,applied_credit_notes,applied_vendor_credits,company,employee" )] @@ -152,6 +291,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,applied_credit_notes,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,applied_credit_notes,applied_vendor_credits,company,employee,payment_term" + )] + AppliedPaymentsAppliedCreditNotesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,applied_credit_notes,applied_vendor_credits,company,payment_term" + )] + AppliedPaymentsAppliedCreditNotesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember(Value = "applied_payments,applied_credit_notes,applied_vendor_credits,contact")] AppliedPaymentsAppliedCreditNotesAppliedVendorCreditsContact, @@ -160,6 +314,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "applied_payments,applied_credit_notes,applied_vendor_credits,contact,accounting_period,payment_term" + )] + AppliedPaymentsAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,applied_credit_notes,applied_vendor_credits,contact,company" )] @@ -170,6 +329,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + AppliedPaymentsAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,applied_credit_notes,applied_vendor_credits,contact,company,employee" )] @@ -180,6 +344,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,applied_credit_notes,applied_vendor_credits,contact,company,employee,payment_term" + )] + AppliedPaymentsAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,applied_credit_notes,applied_vendor_credits,contact,company,payment_term" + )] + AppliedPaymentsAppliedCreditNotesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "applied_payments,applied_credit_notes,applied_vendor_credits,contact,employee" )] @@ -190,6 +369,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + AppliedPaymentsAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,applied_credit_notes,applied_vendor_credits,contact,employee,payment_term" + )] + AppliedPaymentsAppliedCreditNotesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,applied_credit_notes,applied_vendor_credits,contact,payment_term" + )] + AppliedPaymentsAppliedCreditNotesAppliedVendorCreditsContactPaymentTerm, + [EnumMember(Value = "applied_payments,applied_credit_notes,applied_vendor_credits,employee")] AppliedPaymentsAppliedCreditNotesAppliedVendorCreditsEmployee, @@ -198,30 +392,71 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,applied_credit_notes,applied_vendor_credits,employee,accounting_period,payment_term" + )] + AppliedPaymentsAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,applied_credit_notes,applied_vendor_credits,employee,payment_term" + )] + AppliedPaymentsAppliedCreditNotesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,applied_credit_notes,applied_vendor_credits,payment_term" + )] + AppliedPaymentsAppliedCreditNotesAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "applied_payments,applied_credit_notes,company")] AppliedPaymentsAppliedCreditNotesCompany, [EnumMember(Value = "applied_payments,applied_credit_notes,company,accounting_period")] AppliedPaymentsAppliedCreditNotesCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,applied_credit_notes,company,accounting_period,payment_term" + )] + AppliedPaymentsAppliedCreditNotesCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,applied_credit_notes,company,employee")] AppliedPaymentsAppliedCreditNotesCompanyEmployee, [EnumMember(Value = "applied_payments,applied_credit_notes,company,employee,accounting_period")] AppliedPaymentsAppliedCreditNotesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,applied_credit_notes,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsAppliedCreditNotesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_payments,applied_credit_notes,company,employee,payment_term")] + AppliedPaymentsAppliedCreditNotesCompanyEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,applied_credit_notes,company,payment_term")] + AppliedPaymentsAppliedCreditNotesCompanyPaymentTerm, + [EnumMember(Value = "applied_payments,applied_credit_notes,contact")] AppliedPaymentsAppliedCreditNotesContact, [EnumMember(Value = "applied_payments,applied_credit_notes,contact,accounting_period")] AppliedPaymentsAppliedCreditNotesContactAccountingPeriod, + [EnumMember( + Value = "applied_payments,applied_credit_notes,contact,accounting_period,payment_term" + )] + AppliedPaymentsAppliedCreditNotesContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,applied_credit_notes,contact,company")] AppliedPaymentsAppliedCreditNotesContactCompany, [EnumMember(Value = "applied_payments,applied_credit_notes,contact,company,accounting_period")] AppliedPaymentsAppliedCreditNotesContactCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,applied_credit_notes,contact,company,accounting_period,payment_term" + )] + AppliedPaymentsAppliedCreditNotesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,applied_credit_notes,contact,company,employee")] AppliedPaymentsAppliedCreditNotesContactCompanyEmployee, @@ -230,30 +465,73 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsAppliedCreditNotesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,applied_credit_notes,contact,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsAppliedCreditNotesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,applied_credit_notes,contact,company,employee,payment_term" + )] + AppliedPaymentsAppliedCreditNotesContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,applied_credit_notes,contact,company,payment_term")] + AppliedPaymentsAppliedCreditNotesContactCompanyPaymentTerm, + [EnumMember(Value = "applied_payments,applied_credit_notes,contact,employee")] AppliedPaymentsAppliedCreditNotesContactEmployee, [EnumMember(Value = "applied_payments,applied_credit_notes,contact,employee,accounting_period")] AppliedPaymentsAppliedCreditNotesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,applied_credit_notes,contact,employee,accounting_period,payment_term" + )] + AppliedPaymentsAppliedCreditNotesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_payments,applied_credit_notes,contact,employee,payment_term")] + AppliedPaymentsAppliedCreditNotesContactEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,applied_credit_notes,contact,payment_term")] + AppliedPaymentsAppliedCreditNotesContactPaymentTerm, + [EnumMember(Value = "applied_payments,applied_credit_notes,employee")] AppliedPaymentsAppliedCreditNotesEmployee, [EnumMember(Value = "applied_payments,applied_credit_notes,employee,accounting_period")] AppliedPaymentsAppliedCreditNotesEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,applied_credit_notes,employee,accounting_period,payment_term" + )] + AppliedPaymentsAppliedCreditNotesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_payments,applied_credit_notes,employee,payment_term")] + AppliedPaymentsAppliedCreditNotesEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,applied_credit_notes,payment_term")] + AppliedPaymentsAppliedCreditNotesPaymentTerm, + [EnumMember(Value = "applied_payments,applied_vendor_credits")] AppliedPaymentsAppliedVendorCredits, [EnumMember(Value = "applied_payments,applied_vendor_credits,accounting_period")] AppliedPaymentsAppliedVendorCreditsAccountingPeriod, + [EnumMember(Value = "applied_payments,applied_vendor_credits,accounting_period,payment_term")] + AppliedPaymentsAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,applied_vendor_credits,company")] AppliedPaymentsAppliedVendorCreditsCompany, [EnumMember(Value = "applied_payments,applied_vendor_credits,company,accounting_period")] AppliedPaymentsAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,applied_vendor_credits,company,accounting_period,payment_term" + )] + AppliedPaymentsAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,applied_vendor_credits,company,employee")] AppliedPaymentsAppliedVendorCreditsCompanyEmployee, @@ -262,12 +540,28 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_payments,applied_vendor_credits,company,employee,payment_term")] + AppliedPaymentsAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,applied_vendor_credits,company,payment_term")] + AppliedPaymentsAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember(Value = "applied_payments,applied_vendor_credits,contact")] AppliedPaymentsAppliedVendorCreditsContact, [EnumMember(Value = "applied_payments,applied_vendor_credits,contact,accounting_period")] AppliedPaymentsAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "applied_payments,applied_vendor_credits,contact,accounting_period,payment_term" + )] + AppliedPaymentsAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,applied_vendor_credits,contact,company")] AppliedPaymentsAppliedVendorCreditsContactCompany, @@ -276,6 +570,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + AppliedPaymentsAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,applied_vendor_credits,contact,company,employee")] AppliedPaymentsAppliedVendorCreditsContactCompanyEmployee, @@ -284,6 +583,19 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,applied_vendor_credits,contact,company,employee,payment_term" + )] + AppliedPaymentsAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,applied_vendor_credits,contact,company,payment_term")] + AppliedPaymentsAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember(Value = "applied_payments,applied_vendor_credits,contact,employee")] AppliedPaymentsAppliedVendorCreditsContactEmployee, @@ -292,66 +604,138 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + AppliedPaymentsAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_payments,applied_vendor_credits,contact,employee,payment_term")] + AppliedPaymentsAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,applied_vendor_credits,contact,payment_term")] + AppliedPaymentsAppliedVendorCreditsContactPaymentTerm, + [EnumMember(Value = "applied_payments,applied_vendor_credits,employee")] AppliedPaymentsAppliedVendorCreditsEmployee, [EnumMember(Value = "applied_payments,applied_vendor_credits,employee,accounting_period")] AppliedPaymentsAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,applied_vendor_credits,employee,accounting_period,payment_term" + )] + AppliedPaymentsAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_payments,applied_vendor_credits,employee,payment_term")] + AppliedPaymentsAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,applied_vendor_credits,payment_term")] + AppliedPaymentsAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "applied_payments,company")] AppliedPaymentsCompany, [EnumMember(Value = "applied_payments,company,accounting_period")] AppliedPaymentsCompanyAccountingPeriod, + [EnumMember(Value = "applied_payments,company,accounting_period,payment_term")] + AppliedPaymentsCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,company,employee")] AppliedPaymentsCompanyEmployee, [EnumMember(Value = "applied_payments,company,employee,accounting_period")] AppliedPaymentsCompanyEmployeeAccountingPeriod, + [EnumMember(Value = "applied_payments,company,employee,accounting_period,payment_term")] + AppliedPaymentsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_payments,company,employee,payment_term")] + AppliedPaymentsCompanyEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,company,payment_term")] + AppliedPaymentsCompanyPaymentTerm, + [EnumMember(Value = "applied_payments,contact")] AppliedPaymentsContact, [EnumMember(Value = "applied_payments,contact,accounting_period")] AppliedPaymentsContactAccountingPeriod, + [EnumMember(Value = "applied_payments,contact,accounting_period,payment_term")] + AppliedPaymentsContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,contact,company")] AppliedPaymentsContactCompany, [EnumMember(Value = "applied_payments,contact,company,accounting_period")] AppliedPaymentsContactCompanyAccountingPeriod, + [EnumMember(Value = "applied_payments,contact,company,accounting_period,payment_term")] + AppliedPaymentsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,contact,company,employee")] AppliedPaymentsContactCompanyEmployee, [EnumMember(Value = "applied_payments,contact,company,employee,accounting_period")] AppliedPaymentsContactCompanyEmployeeAccountingPeriod, + [EnumMember(Value = "applied_payments,contact,company,employee,accounting_period,payment_term")] + AppliedPaymentsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_payments,contact,company,employee,payment_term")] + AppliedPaymentsContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,contact,company,payment_term")] + AppliedPaymentsContactCompanyPaymentTerm, + [EnumMember(Value = "applied_payments,contact,employee")] AppliedPaymentsContactEmployee, [EnumMember(Value = "applied_payments,contact,employee,accounting_period")] AppliedPaymentsContactEmployeeAccountingPeriod, + [EnumMember(Value = "applied_payments,contact,employee,accounting_period,payment_term")] + AppliedPaymentsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_payments,contact,employee,payment_term")] + AppliedPaymentsContactEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,contact,payment_term")] + AppliedPaymentsContactPaymentTerm, + [EnumMember(Value = "applied_payments,employee")] AppliedPaymentsEmployee, [EnumMember(Value = "applied_payments,employee,accounting_period")] AppliedPaymentsEmployeeAccountingPeriod, + [EnumMember(Value = "applied_payments,employee,accounting_period,payment_term")] + AppliedPaymentsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_payments,employee,payment_term")] + AppliedPaymentsEmployeePaymentTerm, + [EnumMember(Value = "applied_payments,line_items")] AppliedPaymentsLineItems, [EnumMember(Value = "applied_payments,line_items,accounting_period")] AppliedPaymentsLineItemsAccountingPeriod, + [EnumMember(Value = "applied_payments,line_items,accounting_period,payment_term")] + AppliedPaymentsLineItemsAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,applied_credit_notes")] AppliedPaymentsLineItemsAppliedCreditNotes, [EnumMember(Value = "applied_payments,line_items,applied_credit_notes,accounting_period")] AppliedPaymentsLineItemsAppliedCreditNotesAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,applied_credit_notes,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsAppliedCreditNotesAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,applied_credit_notes,applied_vendor_credits")] AppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCredits, @@ -360,6 +744,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,applied_credit_notes,applied_vendor_credits,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,applied_credit_notes,applied_vendor_credits,company" )] @@ -370,6 +759,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,applied_credit_notes,applied_vendor_credits,company,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,applied_credit_notes,applied_vendor_credits,company,employee" )] @@ -380,6 +774,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,applied_credit_notes,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,applied_credit_notes,applied_vendor_credits,company,employee,payment_term" + )] + AppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,applied_credit_notes,applied_vendor_credits,company,payment_term" + )] + AppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,applied_credit_notes,applied_vendor_credits,contact" )] @@ -390,6 +799,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,applied_credit_notes,applied_vendor_credits,contact,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,applied_credit_notes,applied_vendor_credits,contact,company" )] @@ -400,6 +814,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,applied_credit_notes,applied_vendor_credits,contact,company,employee" )] @@ -410,6 +829,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,applied_credit_notes,applied_vendor_credits,contact,company,employee,payment_term" + )] + AppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,applied_credit_notes,applied_vendor_credits,contact,company,payment_term" + )] + AppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,applied_credit_notes,applied_vendor_credits,contact,employee" )] @@ -420,6 +854,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,applied_credit_notes,applied_vendor_credits,contact,employee,payment_term" + )] + AppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,applied_credit_notes,applied_vendor_credits,contact,payment_term" + )] + AppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,applied_credit_notes,applied_vendor_credits,employee" )] @@ -430,6 +879,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,applied_credit_notes,applied_vendor_credits,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,applied_credit_notes,applied_vendor_credits,employee,payment_term" + )] + AppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,applied_credit_notes,applied_vendor_credits,payment_term" + )] + AppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,applied_credit_notes,company")] AppliedPaymentsLineItemsAppliedCreditNotesCompany, @@ -438,6 +902,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsAppliedCreditNotesCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,applied_credit_notes,company,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsAppliedCreditNotesCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,applied_credit_notes,company,employee")] AppliedPaymentsLineItemsAppliedCreditNotesCompanyEmployee, @@ -446,6 +915,19 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsAppliedCreditNotesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,applied_credit_notes,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsAppliedCreditNotesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,applied_credit_notes,company,employee,payment_term" + )] + AppliedPaymentsLineItemsAppliedCreditNotesCompanyEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,line_items,applied_credit_notes,company,payment_term")] + AppliedPaymentsLineItemsAppliedCreditNotesCompanyPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,applied_credit_notes,contact")] AppliedPaymentsLineItemsAppliedCreditNotesContact, @@ -454,6 +936,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsAppliedCreditNotesContactAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,applied_credit_notes,contact,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsAppliedCreditNotesContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,applied_credit_notes,contact,company")] AppliedPaymentsLineItemsAppliedCreditNotesContactCompany, @@ -462,6 +949,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsAppliedCreditNotesContactCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,applied_credit_notes,contact,company,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsAppliedCreditNotesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,applied_credit_notes,contact,company,employee" )] @@ -472,14 +964,42 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsAppliedCreditNotesContactCompanyEmployeeAccountingPeriod, - [EnumMember(Value = "applied_payments,line_items,applied_credit_notes,contact,employee")] - AppliedPaymentsLineItemsAppliedCreditNotesContactEmployee, - [EnumMember( - Value = "applied_payments,line_items,applied_credit_notes,contact,employee,accounting_period" + Value = "applied_payments,line_items,applied_credit_notes,contact,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsAppliedCreditNotesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,applied_credit_notes,contact,company,employee,payment_term" + )] + AppliedPaymentsLineItemsAppliedCreditNotesContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,applied_credit_notes,contact,company,payment_term" + )] + AppliedPaymentsLineItemsAppliedCreditNotesContactCompanyPaymentTerm, + + [EnumMember(Value = "applied_payments,line_items,applied_credit_notes,contact,employee")] + AppliedPaymentsLineItemsAppliedCreditNotesContactEmployee, + + [EnumMember( + Value = "applied_payments,line_items,applied_credit_notes,contact,employee,accounting_period" )] AppliedPaymentsLineItemsAppliedCreditNotesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,applied_credit_notes,contact,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsAppliedCreditNotesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,applied_credit_notes,contact,employee,payment_term" + )] + AppliedPaymentsLineItemsAppliedCreditNotesContactEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,line_items,applied_credit_notes,contact,payment_term")] + AppliedPaymentsLineItemsAppliedCreditNotesContactPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,applied_credit_notes,employee")] AppliedPaymentsLineItemsAppliedCreditNotesEmployee, @@ -488,12 +1008,28 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsAppliedCreditNotesEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,applied_credit_notes,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsAppliedCreditNotesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_payments,line_items,applied_credit_notes,employee,payment_term")] + AppliedPaymentsLineItemsAppliedCreditNotesEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,line_items,applied_credit_notes,payment_term")] + AppliedPaymentsLineItemsAppliedCreditNotesPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,applied_vendor_credits")] AppliedPaymentsLineItemsAppliedVendorCredits, [EnumMember(Value = "applied_payments,line_items,applied_vendor_credits,accounting_period")] AppliedPaymentsLineItemsAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,applied_vendor_credits,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,applied_vendor_credits,company")] AppliedPaymentsLineItemsAppliedVendorCreditsCompany, @@ -502,6 +1038,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,applied_vendor_credits,company,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,applied_vendor_credits,company,employee")] AppliedPaymentsLineItemsAppliedVendorCreditsCompanyEmployee, @@ -510,6 +1051,19 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,applied_vendor_credits,company,employee,payment_term" + )] + AppliedPaymentsLineItemsAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,line_items,applied_vendor_credits,company,payment_term")] + AppliedPaymentsLineItemsAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,applied_vendor_credits,contact")] AppliedPaymentsLineItemsAppliedVendorCreditsContact, @@ -518,6 +1072,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,applied_vendor_credits,contact,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,applied_vendor_credits,contact,company")] AppliedPaymentsLineItemsAppliedVendorCreditsContactCompany, @@ -526,6 +1085,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,applied_vendor_credits,contact,company,employee" )] @@ -536,6 +1100,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,applied_vendor_credits,contact,company,employee,payment_term" + )] + AppliedPaymentsLineItemsAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,applied_vendor_credits,contact,company,payment_term" + )] + AppliedPaymentsLineItemsAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,applied_vendor_credits,contact,employee")] AppliedPaymentsLineItemsAppliedVendorCreditsContactEmployee, @@ -544,6 +1123,19 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,applied_vendor_credits,contact,employee,payment_term" + )] + AppliedPaymentsLineItemsAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,line_items,applied_vendor_credits,contact,payment_term")] + AppliedPaymentsLineItemsAppliedVendorCreditsContactPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,applied_vendor_credits,employee")] AppliedPaymentsLineItemsAppliedVendorCreditsEmployee, @@ -552,54 +1144,123 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,applied_vendor_credits,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_payments,line_items,applied_vendor_credits,employee,payment_term")] + AppliedPaymentsLineItemsAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,line_items,applied_vendor_credits,payment_term")] + AppliedPaymentsLineItemsAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,company")] AppliedPaymentsLineItemsCompany, [EnumMember(Value = "applied_payments,line_items,company,accounting_period")] AppliedPaymentsLineItemsCompanyAccountingPeriod, + [EnumMember(Value = "applied_payments,line_items,company,accounting_period,payment_term")] + AppliedPaymentsLineItemsCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,company,employee")] AppliedPaymentsLineItemsCompanyEmployee, [EnumMember(Value = "applied_payments,line_items,company,employee,accounting_period")] AppliedPaymentsLineItemsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_payments,line_items,company,employee,payment_term")] + AppliedPaymentsLineItemsCompanyEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,line_items,company,payment_term")] + AppliedPaymentsLineItemsCompanyPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,contact")] AppliedPaymentsLineItemsContact, [EnumMember(Value = "applied_payments,line_items,contact,accounting_period")] AppliedPaymentsLineItemsContactAccountingPeriod, + [EnumMember(Value = "applied_payments,line_items,contact,accounting_period,payment_term")] + AppliedPaymentsLineItemsContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,contact,company")] AppliedPaymentsLineItemsContactCompany, [EnumMember(Value = "applied_payments,line_items,contact,company,accounting_period")] AppliedPaymentsLineItemsContactCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,contact,company,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,contact,company,employee")] AppliedPaymentsLineItemsContactCompanyEmployee, [EnumMember(Value = "applied_payments,line_items,contact,company,employee,accounting_period")] AppliedPaymentsLineItemsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,contact,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_payments,line_items,contact,company,employee,payment_term")] + AppliedPaymentsLineItemsContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,line_items,contact,company,payment_term")] + AppliedPaymentsLineItemsContactCompanyPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,contact,employee")] AppliedPaymentsLineItemsContactEmployee, [EnumMember(Value = "applied_payments,line_items,contact,employee,accounting_period")] AppliedPaymentsLineItemsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,contact,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_payments,line_items,contact,employee,payment_term")] + AppliedPaymentsLineItemsContactEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,line_items,contact,payment_term")] + AppliedPaymentsLineItemsContactPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,employee")] AppliedPaymentsLineItemsEmployee, [EnumMember(Value = "applied_payments,line_items,employee,accounting_period")] AppliedPaymentsLineItemsEmployeeAccountingPeriod, + [EnumMember(Value = "applied_payments,line_items,employee,accounting_period,payment_term")] + AppliedPaymentsLineItemsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_payments,line_items,employee,payment_term")] + AppliedPaymentsLineItemsEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,line_items,payment_term")] + AppliedPaymentsLineItemsPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,purchase_orders")] AppliedPaymentsLineItemsPurchaseOrders, [EnumMember(Value = "applied_payments,line_items,purchase_orders,accounting_period")] AppliedPaymentsLineItemsPurchaseOrdersAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,purchase_orders,applied_credit_notes")] AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotes, @@ -608,6 +1269,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits" )] @@ -618,6 +1284,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,company" )] @@ -628,6 +1299,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,company,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee" )] @@ -638,6 +1314,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,company,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact" )] @@ -648,6 +1339,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company" )] @@ -658,6 +1354,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee" )] @@ -668,6 +1369,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee" )] @@ -678,6 +1394,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,employee" )] @@ -688,6 +1419,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,company")] AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesCompany, @@ -696,6 +1442,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,company,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,company,employee" )] @@ -706,6 +1457,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,company,employee,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,company,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesCompanyPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,contact")] AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesContact, @@ -714,6 +1480,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,contact,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,contact,company" )] @@ -724,6 +1495,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,contact,company,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,contact,company,employee" )] @@ -734,6 +1510,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,contact,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,contact,company,employee,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,contact,company,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactCompanyPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,contact,employee" )] @@ -744,6 +1535,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,contact,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,contact,employee,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,contact,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,employee" )] @@ -754,6 +1560,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,employee,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_credit_notes,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,purchase_orders,applied_vendor_credits")] AppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCredits, @@ -762,6 +1583,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_vendor_credits,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,purchase_orders,applied_vendor_credits,company" )] @@ -772,6 +1598,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_vendor_credits,company,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,purchase_orders,applied_vendor_credits,company,employee" )] @@ -782,6 +1613,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_vendor_credits,company,employee,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_vendor_credits,company,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,purchase_orders,applied_vendor_credits,contact" )] @@ -792,6 +1638,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_vendor_credits,contact,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,purchase_orders,applied_vendor_credits,contact,company" )] @@ -802,6 +1653,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,purchase_orders,applied_vendor_credits,contact,company,employee" )] @@ -812,6 +1668,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_vendor_credits,contact,company,employee,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_vendor_credits,contact,company,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,purchase_orders,applied_vendor_credits,contact,employee" )] @@ -822,6 +1693,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_vendor_credits,contact,employee,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_vendor_credits,contact,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,purchase_orders,applied_vendor_credits,employee" )] @@ -832,12 +1718,32 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_vendor_credits,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_vendor_credits,employee,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,applied_vendor_credits,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,purchase_orders,company")] AppliedPaymentsLineItemsPurchaseOrdersCompany, [EnumMember(Value = "applied_payments,line_items,purchase_orders,company,accounting_period")] AppliedPaymentsLineItemsPurchaseOrdersCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,company,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,purchase_orders,company,employee")] AppliedPaymentsLineItemsPurchaseOrdersCompanyEmployee, @@ -846,12 +1752,30 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsPurchaseOrdersCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,company,employee,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersCompanyEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,line_items,purchase_orders,company,payment_term")] + AppliedPaymentsLineItemsPurchaseOrdersCompanyPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,purchase_orders,contact")] AppliedPaymentsLineItemsPurchaseOrdersContact, [EnumMember(Value = "applied_payments,line_items,purchase_orders,contact,accounting_period")] AppliedPaymentsLineItemsPurchaseOrdersContactAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,contact,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,purchase_orders,contact,company")] AppliedPaymentsLineItemsPurchaseOrdersContactCompany, @@ -860,6 +1784,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsPurchaseOrdersContactCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,contact,company,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,purchase_orders,contact,company,employee")] AppliedPaymentsLineItemsPurchaseOrdersContactCompanyEmployee, @@ -868,13 +1797,39 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsPurchaseOrdersContactCompanyEmployeeAccountingPeriod, - [EnumMember(Value = "applied_payments,line_items,purchase_orders,contact,employee")] - AppliedPaymentsLineItemsPurchaseOrdersContactEmployee, - [EnumMember( - Value = "applied_payments,line_items,purchase_orders,contact,employee,accounting_period" + Value = "applied_payments,line_items,purchase_orders,contact,company,employee,accounting_period,payment_term" )] - AppliedPaymentsLineItemsPurchaseOrdersContactEmployeeAccountingPeriod, + AppliedPaymentsLineItemsPurchaseOrdersContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,contact,company,employee,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,line_items,purchase_orders,contact,company,payment_term")] + AppliedPaymentsLineItemsPurchaseOrdersContactCompanyPaymentTerm, + + [EnumMember(Value = "applied_payments,line_items,purchase_orders,contact,employee")] + AppliedPaymentsLineItemsPurchaseOrdersContactEmployee, + + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,contact,employee,accounting_period" + )] + AppliedPaymentsLineItemsPurchaseOrdersContactEmployeeAccountingPeriod, + + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,contact,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,contact,employee,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersContactEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,line_items,purchase_orders,contact,payment_term")] + AppliedPaymentsLineItemsPurchaseOrdersContactPaymentTerm, [EnumMember(Value = "applied_payments,line_items,purchase_orders,employee")] AppliedPaymentsLineItemsPurchaseOrdersEmployee, @@ -882,12 +1837,28 @@ public enum InvoicesRetrieveRequestExpand [EnumMember(Value = "applied_payments,line_items,purchase_orders,employee,accounting_period")] AppliedPaymentsLineItemsPurchaseOrdersEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,purchase_orders,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsPurchaseOrdersEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_payments,line_items,purchase_orders,employee,payment_term")] + AppliedPaymentsLineItemsPurchaseOrdersEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,line_items,purchase_orders,payment_term")] + AppliedPaymentsLineItemsPurchaseOrdersPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,tracking_categories")] AppliedPaymentsLineItemsTrackingCategories, [EnumMember(Value = "applied_payments,line_items,tracking_categories,accounting_period")] AppliedPaymentsLineItemsTrackingCategoriesAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,tracking_categories,applied_credit_notes")] AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotes, @@ -896,6 +1867,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits" )] @@ -906,6 +1882,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,company" )] @@ -916,6 +1897,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,company,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,company,employee" )] @@ -926,6 +1912,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,company,employee,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,company,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact" )] @@ -936,6 +1937,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company" )] @@ -946,6 +1952,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,employee" )] @@ -956,6 +1967,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,employee,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,employee" )] @@ -966,6 +1992,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,employee,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,employee" )] @@ -976,6 +2017,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,employee,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,company" )] @@ -986,6 +2042,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,company,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,company,employee" )] @@ -996,6 +2057,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,company,employee,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,company,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesCompanyPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,contact" )] @@ -1006,6 +2082,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,contact,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,contact,company" )] @@ -1016,6 +2097,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,contact,company,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,contact,company,employee" )] @@ -1026,6 +2112,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,contact,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,contact,company,employee,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,contact,company,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactCompanyPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,contact,employee" )] @@ -1036,6 +2137,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,contact,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,contact,employee,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,contact,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,employee" )] @@ -1046,6 +2162,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,employee,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_credit_notes,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,tracking_categories,applied_vendor_credits")] AppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCredits, @@ -1054,6 +2185,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_vendor_credits,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,applied_vendor_credits,company" )] @@ -1064,6 +2200,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_vendor_credits,company,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,applied_vendor_credits,company,employee" )] @@ -1074,6 +2215,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_vendor_credits,company,employee,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_vendor_credits,company,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,applied_vendor_credits,contact" )] @@ -1084,6 +2240,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_vendor_credits,contact,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,applied_vendor_credits,contact,company" )] @@ -1094,6 +2255,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,applied_vendor_credits,contact,company,employee" )] @@ -1104,6 +2270,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_vendor_credits,contact,company,employee,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_vendor_credits,contact,company,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,applied_vendor_credits,contact,employee" )] @@ -1114,6 +2295,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_vendor_credits,contact,employee,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_vendor_credits,contact,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,applied_vendor_credits,employee" )] @@ -1124,6 +2320,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_vendor_credits,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_vendor_credits,employee,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,applied_vendor_credits,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,tracking_categories,company")] AppliedPaymentsLineItemsTrackingCategoriesCompany, @@ -1132,6 +2343,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,company,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,tracking_categories,company,employee")] AppliedPaymentsLineItemsTrackingCategoriesCompanyEmployee, @@ -1140,6 +2356,19 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,company,employee,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesCompanyEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,line_items,tracking_categories,company,payment_term")] + AppliedPaymentsLineItemsTrackingCategoriesCompanyPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,tracking_categories,contact")] AppliedPaymentsLineItemsTrackingCategoriesContact, @@ -1148,6 +2377,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesContactAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,contact,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,tracking_categories,contact,company")] AppliedPaymentsLineItemsTrackingCategoriesContactCompany, @@ -1156,6 +2390,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesContactCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,contact,company,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,tracking_categories,contact,company,employee")] AppliedPaymentsLineItemsTrackingCategoriesContactCompanyEmployee, @@ -1164,6 +2403,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,contact,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,contact,company,employee,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,contact,company,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesContactCompanyPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,tracking_categories,contact,employee")] AppliedPaymentsLineItemsTrackingCategoriesContactEmployee, @@ -1172,6 +2426,19 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,contact,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,contact,employee,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesContactEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,line_items,tracking_categories,contact,payment_term")] + AppliedPaymentsLineItemsTrackingCategoriesContactPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,tracking_categories,employee")] AppliedPaymentsLineItemsTrackingCategoriesEmployee, @@ -1180,6 +2447,17 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_payments,line_items,tracking_categories,employee,payment_term")] + AppliedPaymentsLineItemsTrackingCategoriesEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,line_items,tracking_categories,payment_term")] + AppliedPaymentsLineItemsTrackingCategoriesPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,tracking_categories,purchase_orders")] AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrders, @@ -1188,6 +2466,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes" )] @@ -1198,6 +2481,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits" )] @@ -1208,6 +2496,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company" )] @@ -1218,6 +2511,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee" )] @@ -1228,6 +2526,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact" )] @@ -1238,6 +2551,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company" )] @@ -1248,6 +2566,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee" )] @@ -1259,47 +2582,112 @@ public enum InvoicesRetrieveRequestExpand AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, [EnumMember( - Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee" + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" )] - AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployee, + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, [EnumMember( - Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period" + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,payment_term" )] - AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, [EnumMember( - Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,employee" + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,payment_term" )] - AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployee, + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyPaymentTerm, [EnumMember( - Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,accounting_period" + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee" )] - AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployee, [EnumMember( - Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,company" + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period" )] - AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompany, + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, [EnumMember( - Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,company,accounting_period" + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period,payment_term" )] - AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyAccountingPeriod, + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, [EnumMember( - Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,company,employee" + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,payment_term" )] - AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyEmployee, + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeePaymentTerm, [EnumMember( - Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,company,employee,accounting_period" + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,payment_term" )] - AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriod, + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactPaymentTerm, [EnumMember( - Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact" + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,employee" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployee, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,accounting_period" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,company" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompany, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,company,accounting_period" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyAccountingPeriod, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,company,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,company,employee" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyEmployee, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,company,employee,accounting_period" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriod, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,company,employee,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,company,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact" )] AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContact, @@ -1308,6 +2696,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,company" )] @@ -1318,6 +2711,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,company,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,company,employee" )] @@ -1328,6 +2726,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,company,employee,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,company,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,employee" )] @@ -1338,6 +2751,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,employee,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,employee" )] @@ -1348,6 +2776,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,employee,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits" )] @@ -1358,6 +2801,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,company" )] @@ -1368,6 +2816,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,company,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,company,employee" )] @@ -1378,6 +2831,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,company,employee,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,company,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact" )] @@ -1388,6 +2856,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,company" )] @@ -1398,6 +2871,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,employee" )] @@ -1408,6 +2886,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,employee,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,employee" )] @@ -1418,6 +2911,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,employee,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,employee" )] @@ -1428,6 +2936,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,employee,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,tracking_categories,purchase_orders,company")] AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersCompany, @@ -1436,6 +2959,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,company,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,purchase_orders,company,employee" )] @@ -1446,6 +2974,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,company,employee,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,company,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersCompanyPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,tracking_categories,purchase_orders,contact")] AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContact, @@ -1454,6 +2997,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,contact,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,purchase_orders,contact,company" )] @@ -1464,6 +3012,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,contact,company,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,purchase_orders,contact,company,employee" )] @@ -1474,6 +3027,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,contact,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,contact,company,employee,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,contact,company,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompanyPaymentTerm, + [EnumMember( Value = "applied_payments,line_items,tracking_categories,purchase_orders,contact,employee" )] @@ -1484,6 +3052,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,contact,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,contact,employee,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,contact,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactPaymentTerm, + [EnumMember(Value = "applied_payments,line_items,tracking_categories,purchase_orders,employee")] AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersEmployee, @@ -1492,18 +3075,44 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,employee,accounting_period,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,employee,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,line_items,tracking_categories,purchase_orders,payment_term" + )] + AppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersPaymentTerm, + + [EnumMember(Value = "applied_payments,payment_term")] + AppliedPaymentsPaymentTerm, + [EnumMember(Value = "applied_payments,purchase_orders")] AppliedPaymentsPurchaseOrders, [EnumMember(Value = "applied_payments,purchase_orders,accounting_period")] AppliedPaymentsPurchaseOrdersAccountingPeriod, + [EnumMember(Value = "applied_payments,purchase_orders,accounting_period,payment_term")] + AppliedPaymentsPurchaseOrdersAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,purchase_orders,applied_credit_notes")] AppliedPaymentsPurchaseOrdersAppliedCreditNotes, [EnumMember(Value = "applied_payments,purchase_orders,applied_credit_notes,accounting_period")] AppliedPaymentsPurchaseOrdersAppliedCreditNotesAccountingPeriod, + [EnumMember( + Value = "applied_payments,purchase_orders,applied_credit_notes,accounting_period,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedCreditNotesAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits" )] @@ -1514,6 +3123,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,accounting_period,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,company" )] @@ -1524,6 +3138,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,company,accounting_period,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee" )] @@ -1534,6 +3153,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,company,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact" )] @@ -1544,6 +3178,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,accounting_period,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company" )] @@ -1554,6 +3193,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee" )] @@ -1564,6 +3208,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee" )] @@ -1574,6 +3233,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactPaymentTerm, + [EnumMember( Value = "applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,employee" )] @@ -1584,6 +3258,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,accounting_period,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "applied_payments,purchase_orders,applied_credit_notes,company")] AppliedPaymentsPurchaseOrdersAppliedCreditNotesCompany, @@ -1592,6 +3281,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsPurchaseOrdersAppliedCreditNotesCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,purchase_orders,applied_credit_notes,company,accounting_period,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedCreditNotesCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,purchase_orders,applied_credit_notes,company,employee")] AppliedPaymentsPurchaseOrdersAppliedCreditNotesCompanyEmployee, @@ -1600,6 +3294,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsPurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,purchase_orders,applied_credit_notes,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,purchase_orders,applied_credit_notes,company,employee,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedCreditNotesCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,purchase_orders,applied_credit_notes,company,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedCreditNotesCompanyPaymentTerm, + [EnumMember(Value = "applied_payments,purchase_orders,applied_credit_notes,contact")] AppliedPaymentsPurchaseOrdersAppliedCreditNotesContact, @@ -1608,6 +3317,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsPurchaseOrdersAppliedCreditNotesContactAccountingPeriod, + [EnumMember( + Value = "applied_payments,purchase_orders,applied_credit_notes,contact,accounting_period,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedCreditNotesContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,purchase_orders,applied_credit_notes,contact,company")] AppliedPaymentsPurchaseOrdersAppliedCreditNotesContactCompany, @@ -1616,6 +3330,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsPurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,purchase_orders,applied_credit_notes,contact,company,accounting_period,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,purchase_orders,applied_credit_notes,contact,company,employee" )] @@ -1626,6 +3345,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsPurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,purchase_orders,applied_credit_notes,contact,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,purchase_orders,applied_credit_notes,contact,company,employee,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedCreditNotesContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,purchase_orders,applied_credit_notes,contact,company,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedCreditNotesContactCompanyPaymentTerm, + [EnumMember(Value = "applied_payments,purchase_orders,applied_credit_notes,contact,employee")] AppliedPaymentsPurchaseOrdersAppliedCreditNotesContactEmployee, @@ -1634,6 +3368,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsPurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,purchase_orders,applied_credit_notes,contact,employee,accounting_period,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,purchase_orders,applied_credit_notes,contact,employee,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedCreditNotesContactEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,purchase_orders,applied_credit_notes,contact,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedCreditNotesContactPaymentTerm, + [EnumMember(Value = "applied_payments,purchase_orders,applied_credit_notes,employee")] AppliedPaymentsPurchaseOrdersAppliedCreditNotesEmployee, @@ -1642,6 +3391,19 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsPurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,purchase_orders,applied_credit_notes,employee,accounting_period,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,purchase_orders,applied_credit_notes,employee,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedCreditNotesEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,purchase_orders,applied_credit_notes,payment_term")] + AppliedPaymentsPurchaseOrdersAppliedCreditNotesPaymentTerm, + [EnumMember(Value = "applied_payments,purchase_orders,applied_vendor_credits")] AppliedPaymentsPurchaseOrdersAppliedVendorCredits, @@ -1650,6 +3412,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsPurchaseOrdersAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "applied_payments,purchase_orders,applied_vendor_credits,accounting_period,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,purchase_orders,applied_vendor_credits,company")] AppliedPaymentsPurchaseOrdersAppliedVendorCreditsCompany, @@ -1658,6 +3425,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsPurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,purchase_orders,applied_vendor_credits,company,accounting_period,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,purchase_orders,applied_vendor_credits,company,employee")] AppliedPaymentsPurchaseOrdersAppliedVendorCreditsCompanyEmployee, @@ -1666,6 +3438,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsPurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,purchase_orders,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,purchase_orders,applied_vendor_credits,company,employee,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,purchase_orders,applied_vendor_credits,company,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember(Value = "applied_payments,purchase_orders,applied_vendor_credits,contact")] AppliedPaymentsPurchaseOrdersAppliedVendorCreditsContact, @@ -1674,6 +3461,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsPurchaseOrdersAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "applied_payments,purchase_orders,applied_vendor_credits,contact,accounting_period,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,purchase_orders,applied_vendor_credits,contact,company")] AppliedPaymentsPurchaseOrdersAppliedVendorCreditsContactCompany, @@ -1682,6 +3474,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsPurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,purchase_orders,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,purchase_orders,applied_vendor_credits,contact,company,employee" )] @@ -1692,13 +3489,43 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,purchase_orders,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,purchase_orders,applied_vendor_credits,contact,company,employee,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,purchase_orders,applied_vendor_credits,contact,company,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember(Value = "applied_payments,purchase_orders,applied_vendor_credits,contact,employee")] AppliedPaymentsPurchaseOrdersAppliedVendorCreditsContactEmployee, [EnumMember( - Value = "applied_payments,purchase_orders,applied_vendor_credits,contact,employee,accounting_period" + Value = "applied_payments,purchase_orders,applied_vendor_credits,contact,employee,accounting_period" + )] + AppliedPaymentsPurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriod, + + [EnumMember( + Value = "applied_payments,purchase_orders,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,purchase_orders,applied_vendor_credits,contact,employee,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,purchase_orders,applied_vendor_credits,contact,payment_term" )] - AppliedPaymentsPurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriod, + AppliedPaymentsPurchaseOrdersAppliedVendorCreditsContactPaymentTerm, [EnumMember(Value = "applied_payments,purchase_orders,applied_vendor_credits,employee")] AppliedPaymentsPurchaseOrdersAppliedVendorCreditsEmployee, @@ -1708,30 +3535,65 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsPurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,purchase_orders,applied_vendor_credits,employee,accounting_period,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,purchase_orders,applied_vendor_credits,employee,payment_term" + )] + AppliedPaymentsPurchaseOrdersAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,purchase_orders,applied_vendor_credits,payment_term")] + AppliedPaymentsPurchaseOrdersAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "applied_payments,purchase_orders,company")] AppliedPaymentsPurchaseOrdersCompany, [EnumMember(Value = "applied_payments,purchase_orders,company,accounting_period")] AppliedPaymentsPurchaseOrdersCompanyAccountingPeriod, + [EnumMember(Value = "applied_payments,purchase_orders,company,accounting_period,payment_term")] + AppliedPaymentsPurchaseOrdersCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,purchase_orders,company,employee")] AppliedPaymentsPurchaseOrdersCompanyEmployee, [EnumMember(Value = "applied_payments,purchase_orders,company,employee,accounting_period")] AppliedPaymentsPurchaseOrdersCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,purchase_orders,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsPurchaseOrdersCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_payments,purchase_orders,company,employee,payment_term")] + AppliedPaymentsPurchaseOrdersCompanyEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,purchase_orders,company,payment_term")] + AppliedPaymentsPurchaseOrdersCompanyPaymentTerm, + [EnumMember(Value = "applied_payments,purchase_orders,contact")] AppliedPaymentsPurchaseOrdersContact, [EnumMember(Value = "applied_payments,purchase_orders,contact,accounting_period")] AppliedPaymentsPurchaseOrdersContactAccountingPeriod, + [EnumMember(Value = "applied_payments,purchase_orders,contact,accounting_period,payment_term")] + AppliedPaymentsPurchaseOrdersContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,purchase_orders,contact,company")] AppliedPaymentsPurchaseOrdersContactCompany, [EnumMember(Value = "applied_payments,purchase_orders,contact,company,accounting_period")] AppliedPaymentsPurchaseOrdersContactCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,purchase_orders,contact,company,accounting_period,payment_term" + )] + AppliedPaymentsPurchaseOrdersContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,purchase_orders,contact,company,employee")] AppliedPaymentsPurchaseOrdersContactCompanyEmployee, @@ -1740,24 +3602,58 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsPurchaseOrdersContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,purchase_orders,contact,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsPurchaseOrdersContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_payments,purchase_orders,contact,company,employee,payment_term")] + AppliedPaymentsPurchaseOrdersContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,purchase_orders,contact,company,payment_term")] + AppliedPaymentsPurchaseOrdersContactCompanyPaymentTerm, + [EnumMember(Value = "applied_payments,purchase_orders,contact,employee")] AppliedPaymentsPurchaseOrdersContactEmployee, [EnumMember(Value = "applied_payments,purchase_orders,contact,employee,accounting_period")] AppliedPaymentsPurchaseOrdersContactEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,purchase_orders,contact,employee,accounting_period,payment_term" + )] + AppliedPaymentsPurchaseOrdersContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_payments,purchase_orders,contact,employee,payment_term")] + AppliedPaymentsPurchaseOrdersContactEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,purchase_orders,contact,payment_term")] + AppliedPaymentsPurchaseOrdersContactPaymentTerm, + [EnumMember(Value = "applied_payments,purchase_orders,employee")] AppliedPaymentsPurchaseOrdersEmployee, [EnumMember(Value = "applied_payments,purchase_orders,employee,accounting_period")] AppliedPaymentsPurchaseOrdersEmployeeAccountingPeriod, + [EnumMember(Value = "applied_payments,purchase_orders,employee,accounting_period,payment_term")] + AppliedPaymentsPurchaseOrdersEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_payments,purchase_orders,employee,payment_term")] + AppliedPaymentsPurchaseOrdersEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,purchase_orders,payment_term")] + AppliedPaymentsPurchaseOrdersPaymentTerm, + [EnumMember(Value = "applied_payments,tracking_categories")] AppliedPaymentsTrackingCategories, [EnumMember(Value = "applied_payments,tracking_categories,accounting_period")] AppliedPaymentsTrackingCategoriesAccountingPeriod, + [EnumMember(Value = "applied_payments,tracking_categories,accounting_period,payment_term")] + AppliedPaymentsTrackingCategoriesAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,tracking_categories,applied_credit_notes")] AppliedPaymentsTrackingCategoriesAppliedCreditNotes, @@ -1766,6 +3662,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsTrackingCategoriesAppliedCreditNotesAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,applied_credit_notes,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedCreditNotesAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits" )] @@ -1776,6 +3677,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,company" )] @@ -1786,6 +3692,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,company,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,company,employee" )] @@ -1796,6 +3707,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,company,employee,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,company,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact" )] @@ -1806,6 +3732,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company" )] @@ -1816,6 +3747,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,employee" )] @@ -1826,6 +3762,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,employee,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,employee" )] @@ -1836,6 +3787,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,employee,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,employee" )] @@ -1846,6 +3812,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,employee,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,employee,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "applied_payments,tracking_categories,applied_credit_notes,company")] AppliedPaymentsTrackingCategoriesAppliedCreditNotesCompany, @@ -1854,6 +3835,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsTrackingCategoriesAppliedCreditNotesCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,applied_credit_notes,company,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedCreditNotesCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,applied_credit_notes,company,employee" )] @@ -1864,6 +3850,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsTrackingCategoriesAppliedCreditNotesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,applied_credit_notes,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedCreditNotesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,applied_credit_notes,company,employee,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedCreditNotesCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,applied_credit_notes,company,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedCreditNotesCompanyPaymentTerm, + [EnumMember(Value = "applied_payments,tracking_categories,applied_credit_notes,contact")] AppliedPaymentsTrackingCategoriesAppliedCreditNotesContact, @@ -1872,6 +3873,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsTrackingCategoriesAppliedCreditNotesContactAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,applied_credit_notes,contact,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedCreditNotesContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,applied_credit_notes,contact,company" )] @@ -1882,6 +3888,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsTrackingCategoriesAppliedCreditNotesContactCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,applied_credit_notes,contact,company,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedCreditNotesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,applied_credit_notes,contact,company,employee" )] @@ -1892,6 +3903,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsTrackingCategoriesAppliedCreditNotesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,applied_credit_notes,contact,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedCreditNotesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,applied_credit_notes,contact,company,employee,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedCreditNotesContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,applied_credit_notes,contact,company,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedCreditNotesContactCompanyPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,applied_credit_notes,contact,employee" )] @@ -1902,6 +3928,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsTrackingCategoriesAppliedCreditNotesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,applied_credit_notes,contact,employee,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedCreditNotesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,applied_credit_notes,contact,employee,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedCreditNotesContactEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,applied_credit_notes,contact,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedCreditNotesContactPaymentTerm, + [EnumMember(Value = "applied_payments,tracking_categories,applied_credit_notes,employee")] AppliedPaymentsTrackingCategoriesAppliedCreditNotesEmployee, @@ -1910,6 +3951,19 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsTrackingCategoriesAppliedCreditNotesEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,applied_credit_notes,employee,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedCreditNotesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,applied_credit_notes,employee,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedCreditNotesEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,tracking_categories,applied_credit_notes,payment_term")] + AppliedPaymentsTrackingCategoriesAppliedCreditNotesPaymentTerm, + [EnumMember(Value = "applied_payments,tracking_categories,applied_vendor_credits")] AppliedPaymentsTrackingCategoriesAppliedVendorCredits, @@ -1918,6 +3972,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsTrackingCategoriesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,applied_vendor_credits,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,tracking_categories,applied_vendor_credits,company")] AppliedPaymentsTrackingCategoriesAppliedVendorCreditsCompany, @@ -1926,6 +3985,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsTrackingCategoriesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,applied_vendor_credits,company,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,applied_vendor_credits,company,employee" )] @@ -1936,6 +4000,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsTrackingCategoriesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,applied_vendor_credits,company,employee,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,applied_vendor_credits,company,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember(Value = "applied_payments,tracking_categories,applied_vendor_credits,contact")] AppliedPaymentsTrackingCategoriesAppliedVendorCreditsContact, @@ -1944,6 +4023,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsTrackingCategoriesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,applied_vendor_credits,contact,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,applied_vendor_credits,contact,company" )] @@ -1954,6 +4038,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsTrackingCategoriesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,applied_vendor_credits,contact,company,employee" )] @@ -1964,6 +4053,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsTrackingCategoriesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,applied_vendor_credits,contact,company,employee,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,applied_vendor_credits,contact,company,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,applied_vendor_credits,contact,employee" )] @@ -1974,6 +4078,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsTrackingCategoriesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,applied_vendor_credits,contact,employee,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,applied_vendor_credits,contact,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedVendorCreditsContactPaymentTerm, + [EnumMember(Value = "applied_payments,tracking_categories,applied_vendor_credits,employee")] AppliedPaymentsTrackingCategoriesAppliedVendorCreditsEmployee, @@ -1982,30 +4101,69 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsTrackingCategoriesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,applied_vendor_credits,employee,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,applied_vendor_credits,employee,payment_term" + )] + AppliedPaymentsTrackingCategoriesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,tracking_categories,applied_vendor_credits,payment_term")] + AppliedPaymentsTrackingCategoriesAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "applied_payments,tracking_categories,company")] AppliedPaymentsTrackingCategoriesCompany, [EnumMember(Value = "applied_payments,tracking_categories,company,accounting_period")] AppliedPaymentsTrackingCategoriesCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,company,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,tracking_categories,company,employee")] AppliedPaymentsTrackingCategoriesCompanyEmployee, [EnumMember(Value = "applied_payments,tracking_categories,company,employee,accounting_period")] AppliedPaymentsTrackingCategoriesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_payments,tracking_categories,company,employee,payment_term")] + AppliedPaymentsTrackingCategoriesCompanyEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,tracking_categories,company,payment_term")] + AppliedPaymentsTrackingCategoriesCompanyPaymentTerm, + [EnumMember(Value = "applied_payments,tracking_categories,contact")] AppliedPaymentsTrackingCategoriesContact, [EnumMember(Value = "applied_payments,tracking_categories,contact,accounting_period")] AppliedPaymentsTrackingCategoriesContactAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,contact,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,tracking_categories,contact,company")] AppliedPaymentsTrackingCategoriesContactCompany, [EnumMember(Value = "applied_payments,tracking_categories,contact,company,accounting_period")] AppliedPaymentsTrackingCategoriesContactCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,contact,company,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,tracking_categories,contact,company,employee")] AppliedPaymentsTrackingCategoriesContactCompanyEmployee, @@ -2014,24 +4172,64 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsTrackingCategoriesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,contact,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,contact,company,employee,payment_term" + )] + AppliedPaymentsTrackingCategoriesContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,tracking_categories,contact,company,payment_term")] + AppliedPaymentsTrackingCategoriesContactCompanyPaymentTerm, + [EnumMember(Value = "applied_payments,tracking_categories,contact,employee")] AppliedPaymentsTrackingCategoriesContactEmployee, [EnumMember(Value = "applied_payments,tracking_categories,contact,employee,accounting_period")] AppliedPaymentsTrackingCategoriesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,contact,employee,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_payments,tracking_categories,contact,employee,payment_term")] + AppliedPaymentsTrackingCategoriesContactEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,tracking_categories,contact,payment_term")] + AppliedPaymentsTrackingCategoriesContactPaymentTerm, + [EnumMember(Value = "applied_payments,tracking_categories,employee")] AppliedPaymentsTrackingCategoriesEmployee, [EnumMember(Value = "applied_payments,tracking_categories,employee,accounting_period")] AppliedPaymentsTrackingCategoriesEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,employee,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_payments,tracking_categories,employee,payment_term")] + AppliedPaymentsTrackingCategoriesEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,tracking_categories,payment_term")] + AppliedPaymentsTrackingCategoriesPaymentTerm, + [EnumMember(Value = "applied_payments,tracking_categories,purchase_orders")] AppliedPaymentsTrackingCategoriesPurchaseOrders, [EnumMember(Value = "applied_payments,tracking_categories,purchase_orders,accounting_period")] AppliedPaymentsTrackingCategoriesPurchaseOrdersAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes" )] @@ -2042,6 +4240,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits" )] @@ -2052,6 +4255,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company" )] @@ -2062,6 +4270,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee" )] @@ -2072,6 +4285,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact" )] @@ -2082,6 +4310,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company" )] @@ -2092,25 +4325,60 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee" )] AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployee, [EnumMember( - Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period" + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyPaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployee, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period,payment_term" )] - AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, [EnumMember( - Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee" + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,payment_term" )] - AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployee, + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeePaymentTerm, [EnumMember( - Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period" + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,payment_term" )] - AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactPaymentTerm, [EnumMember( Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,employee" @@ -2122,6 +4390,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,company" )] @@ -2132,6 +4415,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,company,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,company,employee" )] @@ -2142,6 +4430,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,company,employee,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,company,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact" )] @@ -2152,6 +4455,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact,company" )] @@ -2162,6 +4470,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact,company,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact,company,employee" )] @@ -2172,6 +4485,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact,company,employee,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact,company,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact,employee" )] @@ -2182,6 +4510,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact,employee,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact,employee,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,employee" )] @@ -2192,6 +4535,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,employee,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,employee,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_credit_notes,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,purchase_orders,applied_vendor_credits" )] @@ -2202,6 +4560,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,company" )] @@ -2212,6 +4575,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,company,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,company,employee" )] @@ -2222,6 +4590,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,company,employee,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,company,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,contact" )] @@ -2232,6 +4615,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,company" )] @@ -2242,6 +4630,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,employee" )] @@ -2252,6 +4645,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,employee,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,employee" )] @@ -2262,6 +4670,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,employee,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,employee" )] @@ -2272,6 +4695,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,employee,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,employee,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "applied_payments,tracking_categories,purchase_orders,company")] AppliedPaymentsTrackingCategoriesPurchaseOrdersCompany, @@ -2280,6 +4718,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsTrackingCategoriesPurchaseOrdersCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,company,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,tracking_categories,purchase_orders,company,employee")] AppliedPaymentsTrackingCategoriesPurchaseOrdersCompanyEmployee, @@ -2288,6 +4731,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsTrackingCategoriesPurchaseOrdersCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,company,employee,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,company,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersCompanyPaymentTerm, + [EnumMember(Value = "applied_payments,tracking_categories,purchase_orders,contact")] AppliedPaymentsTrackingCategoriesPurchaseOrdersContact, @@ -2296,6 +4754,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsTrackingCategoriesPurchaseOrdersContactAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,contact,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_payments,tracking_categories,purchase_orders,contact,company")] AppliedPaymentsTrackingCategoriesPurchaseOrdersContactCompany, @@ -2304,6 +4767,11 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsTrackingCategoriesPurchaseOrdersContactCompanyAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,contact,company,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "applied_payments,tracking_categories,purchase_orders,contact,company,employee" )] @@ -2314,6 +4782,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsTrackingCategoriesPurchaseOrdersContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,contact,company,employee,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,contact,company,employee,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,contact,company,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersContactCompanyPaymentTerm, + [EnumMember(Value = "applied_payments,tracking_categories,purchase_orders,contact,employee")] AppliedPaymentsTrackingCategoriesPurchaseOrdersContactEmployee, @@ -2322,6 +4805,21 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsTrackingCategoriesPurchaseOrdersContactEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,contact,employee,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,contact,employee,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersContactEmployeePaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,contact,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersContactPaymentTerm, + [EnumMember(Value = "applied_payments,tracking_categories,purchase_orders,employee")] AppliedPaymentsTrackingCategoriesPurchaseOrdersEmployee, @@ -2330,114 +4828,230 @@ public enum InvoicesRetrieveRequestExpand )] AppliedPaymentsTrackingCategoriesPurchaseOrdersEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,employee,accounting_period,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "applied_payments,tracking_categories,purchase_orders,employee,payment_term" + )] + AppliedPaymentsTrackingCategoriesPurchaseOrdersEmployeePaymentTerm, + + [EnumMember(Value = "applied_payments,tracking_categories,purchase_orders,payment_term")] + AppliedPaymentsTrackingCategoriesPurchaseOrdersPaymentTerm, + [EnumMember(Value = "applied_vendor_credits")] AppliedVendorCredits, [EnumMember(Value = "applied_vendor_credits,accounting_period")] AppliedVendorCreditsAccountingPeriod, + [EnumMember(Value = "applied_vendor_credits,accounting_period,payment_term")] + AppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_vendor_credits,company")] AppliedVendorCreditsCompany, [EnumMember(Value = "applied_vendor_credits,company,accounting_period")] AppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember(Value = "applied_vendor_credits,company,accounting_period,payment_term")] + AppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_vendor_credits,company,employee")] AppliedVendorCreditsCompanyEmployee, [EnumMember(Value = "applied_vendor_credits,company,employee,accounting_period")] AppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember(Value = "applied_vendor_credits,company,employee,accounting_period,payment_term")] + AppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_vendor_credits,company,employee,payment_term")] + AppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember(Value = "applied_vendor_credits,company,payment_term")] + AppliedVendorCreditsCompanyPaymentTerm, + [EnumMember(Value = "applied_vendor_credits,contact")] AppliedVendorCreditsContact, [EnumMember(Value = "applied_vendor_credits,contact,accounting_period")] AppliedVendorCreditsContactAccountingPeriod, + [EnumMember(Value = "applied_vendor_credits,contact,accounting_period,payment_term")] + AppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_vendor_credits,contact,company")] AppliedVendorCreditsContactCompany, [EnumMember(Value = "applied_vendor_credits,contact,company,accounting_period")] AppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember(Value = "applied_vendor_credits,contact,company,accounting_period,payment_term")] + AppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "applied_vendor_credits,contact,company,employee")] AppliedVendorCreditsContactCompanyEmployee, [EnumMember(Value = "applied_vendor_credits,contact,company,employee,accounting_period")] AppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + AppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_vendor_credits,contact,company,employee,payment_term")] + AppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "applied_vendor_credits,contact,company,payment_term")] + AppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember(Value = "applied_vendor_credits,contact,employee")] AppliedVendorCreditsContactEmployee, [EnumMember(Value = "applied_vendor_credits,contact,employee,accounting_period")] AppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember(Value = "applied_vendor_credits,contact,employee,accounting_period,payment_term")] + AppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_vendor_credits,contact,employee,payment_term")] + AppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember(Value = "applied_vendor_credits,contact,payment_term")] + AppliedVendorCreditsContactPaymentTerm, + [EnumMember(Value = "applied_vendor_credits,employee")] AppliedVendorCreditsEmployee, [EnumMember(Value = "applied_vendor_credits,employee,accounting_period")] AppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember(Value = "applied_vendor_credits,employee,accounting_period,payment_term")] + AppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "applied_vendor_credits,employee,payment_term")] + AppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember(Value = "applied_vendor_credits,payment_term")] + AppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "company")] Company, [EnumMember(Value = "company,accounting_period")] CompanyAccountingPeriod, + [EnumMember(Value = "company,accounting_period,payment_term")] + CompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "company,employee")] CompanyEmployee, [EnumMember(Value = "company,employee,accounting_period")] CompanyEmployeeAccountingPeriod, + [EnumMember(Value = "company,employee,accounting_period,payment_term")] + CompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "company,employee,payment_term")] + CompanyEmployeePaymentTerm, + + [EnumMember(Value = "company,payment_term")] + CompanyPaymentTerm, + [EnumMember(Value = "contact")] Contact, [EnumMember(Value = "contact,accounting_period")] ContactAccountingPeriod, + [EnumMember(Value = "contact,accounting_period,payment_term")] + ContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "contact,company")] ContactCompany, [EnumMember(Value = "contact,company,accounting_period")] ContactCompanyAccountingPeriod, + [EnumMember(Value = "contact,company,accounting_period,payment_term")] + ContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "contact,company,employee")] ContactCompanyEmployee, [EnumMember(Value = "contact,company,employee,accounting_period")] ContactCompanyEmployeeAccountingPeriod, + [EnumMember(Value = "contact,company,employee,accounting_period,payment_term")] + ContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "contact,company,employee,payment_term")] + ContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "contact,company,payment_term")] + ContactCompanyPaymentTerm, + [EnumMember(Value = "contact,employee")] ContactEmployee, [EnumMember(Value = "contact,employee,accounting_period")] ContactEmployeeAccountingPeriod, + [EnumMember(Value = "contact,employee,accounting_period,payment_term")] + ContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "contact,employee,payment_term")] + ContactEmployeePaymentTerm, + + [EnumMember(Value = "contact,payment_term")] + ContactPaymentTerm, + [EnumMember(Value = "employee")] Employee, [EnumMember(Value = "employee,accounting_period")] EmployeeAccountingPeriod, + [EnumMember(Value = "employee,accounting_period,payment_term")] + EmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "employee,payment_term")] + EmployeePaymentTerm, + [EnumMember(Value = "line_items")] LineItems, [EnumMember(Value = "line_items,accounting_period")] LineItemsAccountingPeriod, + [EnumMember(Value = "line_items,accounting_period,payment_term")] + LineItemsAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,applied_credit_notes")] LineItemsAppliedCreditNotes, [EnumMember(Value = "line_items,applied_credit_notes,accounting_period")] LineItemsAppliedCreditNotesAccountingPeriod, + [EnumMember(Value = "line_items,applied_credit_notes,accounting_period,payment_term")] + LineItemsAppliedCreditNotesAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,applied_credit_notes,applied_vendor_credits")] LineItemsAppliedCreditNotesAppliedVendorCredits, [EnumMember(Value = "line_items,applied_credit_notes,applied_vendor_credits,accounting_period")] LineItemsAppliedCreditNotesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "line_items,applied_credit_notes,applied_vendor_credits,accounting_period,payment_term" + )] + LineItemsAppliedCreditNotesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,applied_credit_notes,applied_vendor_credits,company")] LineItemsAppliedCreditNotesAppliedVendorCreditsCompany, @@ -2446,6 +5060,11 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "line_items,applied_credit_notes,applied_vendor_credits,company,accounting_period,payment_term" + )] + LineItemsAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,applied_credit_notes,applied_vendor_credits,company,employee")] LineItemsAppliedCreditNotesAppliedVendorCreditsCompanyEmployee, @@ -2454,6 +5073,21 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,applied_credit_notes,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + LineItemsAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,applied_credit_notes,applied_vendor_credits,company,employee,payment_term" + )] + LineItemsAppliedCreditNotesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "line_items,applied_credit_notes,applied_vendor_credits,company,payment_term" + )] + LineItemsAppliedCreditNotesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember(Value = "line_items,applied_credit_notes,applied_vendor_credits,contact")] LineItemsAppliedCreditNotesAppliedVendorCreditsContact, @@ -2462,6 +5096,11 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "line_items,applied_credit_notes,applied_vendor_credits,contact,accounting_period,payment_term" + )] + LineItemsAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,applied_credit_notes,applied_vendor_credits,contact,company")] LineItemsAppliedCreditNotesAppliedVendorCreditsContactCompany, @@ -2470,6 +5109,11 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "line_items,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + LineItemsAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "line_items,applied_credit_notes,applied_vendor_credits,contact,company,employee" )] @@ -2480,6 +5124,21 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + LineItemsAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,applied_credit_notes,applied_vendor_credits,contact,company,employee,payment_term" + )] + LineItemsAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "line_items,applied_credit_notes,applied_vendor_credits,contact,company,payment_term" + )] + LineItemsAppliedCreditNotesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember(Value = "line_items,applied_credit_notes,applied_vendor_credits,contact,employee")] LineItemsAppliedCreditNotesAppliedVendorCreditsContactEmployee, @@ -2488,6 +5147,21 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + LineItemsAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,applied_credit_notes,applied_vendor_credits,contact,employee,payment_term" + )] + LineItemsAppliedCreditNotesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "line_items,applied_credit_notes,applied_vendor_credits,contact,payment_term" + )] + LineItemsAppliedCreditNotesAppliedVendorCreditsContactPaymentTerm, + [EnumMember(Value = "line_items,applied_credit_notes,applied_vendor_credits,employee")] LineItemsAppliedCreditNotesAppliedVendorCreditsEmployee, @@ -2496,30 +5170,65 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,applied_credit_notes,applied_vendor_credits,employee,accounting_period,payment_term" + )] + LineItemsAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,applied_credit_notes,applied_vendor_credits,employee,payment_term" + )] + LineItemsAppliedCreditNotesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember(Value = "line_items,applied_credit_notes,applied_vendor_credits,payment_term")] + LineItemsAppliedCreditNotesAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "line_items,applied_credit_notes,company")] LineItemsAppliedCreditNotesCompany, [EnumMember(Value = "line_items,applied_credit_notes,company,accounting_period")] LineItemsAppliedCreditNotesCompanyAccountingPeriod, + [EnumMember(Value = "line_items,applied_credit_notes,company,accounting_period,payment_term")] + LineItemsAppliedCreditNotesCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,applied_credit_notes,company,employee")] LineItemsAppliedCreditNotesCompanyEmployee, [EnumMember(Value = "line_items,applied_credit_notes,company,employee,accounting_period")] LineItemsAppliedCreditNotesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,applied_credit_notes,company,employee,accounting_period,payment_term" + )] + LineItemsAppliedCreditNotesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "line_items,applied_credit_notes,company,employee,payment_term")] + LineItemsAppliedCreditNotesCompanyEmployeePaymentTerm, + + [EnumMember(Value = "line_items,applied_credit_notes,company,payment_term")] + LineItemsAppliedCreditNotesCompanyPaymentTerm, + [EnumMember(Value = "line_items,applied_credit_notes,contact")] LineItemsAppliedCreditNotesContact, [EnumMember(Value = "line_items,applied_credit_notes,contact,accounting_period")] LineItemsAppliedCreditNotesContactAccountingPeriod, + [EnumMember(Value = "line_items,applied_credit_notes,contact,accounting_period,payment_term")] + LineItemsAppliedCreditNotesContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,applied_credit_notes,contact,company")] LineItemsAppliedCreditNotesContactCompany, [EnumMember(Value = "line_items,applied_credit_notes,contact,company,accounting_period")] LineItemsAppliedCreditNotesContactCompanyAccountingPeriod, + [EnumMember( + Value = "line_items,applied_credit_notes,contact,company,accounting_period,payment_term" + )] + LineItemsAppliedCreditNotesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,applied_credit_notes,contact,company,employee")] LineItemsAppliedCreditNotesContactCompanyEmployee, @@ -2528,17 +5237,48 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsAppliedCreditNotesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,applied_credit_notes,contact,company,employee,accounting_period,payment_term" + )] + LineItemsAppliedCreditNotesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "line_items,applied_credit_notes,contact,company,employee,payment_term")] + LineItemsAppliedCreditNotesContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "line_items,applied_credit_notes,contact,company,payment_term")] + LineItemsAppliedCreditNotesContactCompanyPaymentTerm, + [EnumMember(Value = "line_items,applied_credit_notes,contact,employee")] LineItemsAppliedCreditNotesContactEmployee, [EnumMember(Value = "line_items,applied_credit_notes,contact,employee,accounting_period")] LineItemsAppliedCreditNotesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,applied_credit_notes,contact,employee,accounting_period,payment_term" + )] + LineItemsAppliedCreditNotesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "line_items,applied_credit_notes,contact,employee,payment_term")] + LineItemsAppliedCreditNotesContactEmployeePaymentTerm, + + [EnumMember(Value = "line_items,applied_credit_notes,contact,payment_term")] + LineItemsAppliedCreditNotesContactPaymentTerm, + [EnumMember(Value = "line_items,applied_credit_notes,employee")] LineItemsAppliedCreditNotesEmployee, - [EnumMember(Value = "line_items,applied_credit_notes,employee,accounting_period")] - LineItemsAppliedCreditNotesEmployeeAccountingPeriod, + [EnumMember(Value = "line_items,applied_credit_notes,employee,accounting_period")] + LineItemsAppliedCreditNotesEmployeeAccountingPeriod, + + [EnumMember(Value = "line_items,applied_credit_notes,employee,accounting_period,payment_term")] + LineItemsAppliedCreditNotesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "line_items,applied_credit_notes,employee,payment_term")] + LineItemsAppliedCreditNotesEmployeePaymentTerm, + + [EnumMember(Value = "line_items,applied_credit_notes,payment_term")] + LineItemsAppliedCreditNotesPaymentTerm, [EnumMember(Value = "line_items,applied_vendor_credits")] LineItemsAppliedVendorCredits, @@ -2546,30 +5286,55 @@ public enum InvoicesRetrieveRequestExpand [EnumMember(Value = "line_items,applied_vendor_credits,accounting_period")] LineItemsAppliedVendorCreditsAccountingPeriod, + [EnumMember(Value = "line_items,applied_vendor_credits,accounting_period,payment_term")] + LineItemsAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,applied_vendor_credits,company")] LineItemsAppliedVendorCreditsCompany, [EnumMember(Value = "line_items,applied_vendor_credits,company,accounting_period")] LineItemsAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember(Value = "line_items,applied_vendor_credits,company,accounting_period,payment_term")] + LineItemsAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,applied_vendor_credits,company,employee")] LineItemsAppliedVendorCreditsCompanyEmployee, [EnumMember(Value = "line_items,applied_vendor_credits,company,employee,accounting_period")] LineItemsAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + LineItemsAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "line_items,applied_vendor_credits,company,employee,payment_term")] + LineItemsAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember(Value = "line_items,applied_vendor_credits,company,payment_term")] + LineItemsAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember(Value = "line_items,applied_vendor_credits,contact")] LineItemsAppliedVendorCreditsContact, [EnumMember(Value = "line_items,applied_vendor_credits,contact,accounting_period")] LineItemsAppliedVendorCreditsContactAccountingPeriod, + [EnumMember(Value = "line_items,applied_vendor_credits,contact,accounting_period,payment_term")] + LineItemsAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,applied_vendor_credits,contact,company")] LineItemsAppliedVendorCreditsContactCompany, [EnumMember(Value = "line_items,applied_vendor_credits,contact,company,accounting_period")] LineItemsAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "line_items,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + LineItemsAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,applied_vendor_credits,contact,company,employee")] LineItemsAppliedVendorCreditsContactCompanyEmployee, @@ -2578,72 +5343,158 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + LineItemsAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "line_items,applied_vendor_credits,contact,company,employee,payment_term")] + LineItemsAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "line_items,applied_vendor_credits,contact,company,payment_term")] + LineItemsAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember(Value = "line_items,applied_vendor_credits,contact,employee")] LineItemsAppliedVendorCreditsContactEmployee, [EnumMember(Value = "line_items,applied_vendor_credits,contact,employee,accounting_period")] LineItemsAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + LineItemsAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "line_items,applied_vendor_credits,contact,employee,payment_term")] + LineItemsAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember(Value = "line_items,applied_vendor_credits,contact,payment_term")] + LineItemsAppliedVendorCreditsContactPaymentTerm, + [EnumMember(Value = "line_items,applied_vendor_credits,employee")] LineItemsAppliedVendorCreditsEmployee, [EnumMember(Value = "line_items,applied_vendor_credits,employee,accounting_period")] LineItemsAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,applied_vendor_credits,employee,accounting_period,payment_term" + )] + LineItemsAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "line_items,applied_vendor_credits,employee,payment_term")] + LineItemsAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember(Value = "line_items,applied_vendor_credits,payment_term")] + LineItemsAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "line_items,company")] LineItemsCompany, [EnumMember(Value = "line_items,company,accounting_period")] LineItemsCompanyAccountingPeriod, + [EnumMember(Value = "line_items,company,accounting_period,payment_term")] + LineItemsCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,company,employee")] LineItemsCompanyEmployee, [EnumMember(Value = "line_items,company,employee,accounting_period")] LineItemsCompanyEmployeeAccountingPeriod, + [EnumMember(Value = "line_items,company,employee,accounting_period,payment_term")] + LineItemsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "line_items,company,employee,payment_term")] + LineItemsCompanyEmployeePaymentTerm, + + [EnumMember(Value = "line_items,company,payment_term")] + LineItemsCompanyPaymentTerm, + [EnumMember(Value = "line_items,contact")] LineItemsContact, [EnumMember(Value = "line_items,contact,accounting_period")] LineItemsContactAccountingPeriod, + [EnumMember(Value = "line_items,contact,accounting_period,payment_term")] + LineItemsContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,contact,company")] LineItemsContactCompany, [EnumMember(Value = "line_items,contact,company,accounting_period")] LineItemsContactCompanyAccountingPeriod, + [EnumMember(Value = "line_items,contact,company,accounting_period,payment_term")] + LineItemsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,contact,company,employee")] LineItemsContactCompanyEmployee, [EnumMember(Value = "line_items,contact,company,employee,accounting_period")] LineItemsContactCompanyEmployeeAccountingPeriod, + [EnumMember(Value = "line_items,contact,company,employee,accounting_period,payment_term")] + LineItemsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "line_items,contact,company,employee,payment_term")] + LineItemsContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "line_items,contact,company,payment_term")] + LineItemsContactCompanyPaymentTerm, + [EnumMember(Value = "line_items,contact,employee")] LineItemsContactEmployee, [EnumMember(Value = "line_items,contact,employee,accounting_period")] LineItemsContactEmployeeAccountingPeriod, + [EnumMember(Value = "line_items,contact,employee,accounting_period,payment_term")] + LineItemsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "line_items,contact,employee,payment_term")] + LineItemsContactEmployeePaymentTerm, + + [EnumMember(Value = "line_items,contact,payment_term")] + LineItemsContactPaymentTerm, + [EnumMember(Value = "line_items,employee")] LineItemsEmployee, [EnumMember(Value = "line_items,employee,accounting_period")] LineItemsEmployeeAccountingPeriod, + [EnumMember(Value = "line_items,employee,accounting_period,payment_term")] + LineItemsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "line_items,employee,payment_term")] + LineItemsEmployeePaymentTerm, + + [EnumMember(Value = "line_items,payment_term")] + LineItemsPaymentTerm, + [EnumMember(Value = "line_items,purchase_orders")] LineItemsPurchaseOrders, [EnumMember(Value = "line_items,purchase_orders,accounting_period")] LineItemsPurchaseOrdersAccountingPeriod, + [EnumMember(Value = "line_items,purchase_orders,accounting_period,payment_term")] + LineItemsPurchaseOrdersAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,purchase_orders,applied_credit_notes")] LineItemsPurchaseOrdersAppliedCreditNotes, [EnumMember(Value = "line_items,purchase_orders,applied_credit_notes,accounting_period")] LineItemsPurchaseOrdersAppliedCreditNotesAccountingPeriod, + [EnumMember( + Value = "line_items,purchase_orders,applied_credit_notes,accounting_period,payment_term" + )] + LineItemsPurchaseOrdersAppliedCreditNotesAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,purchase_orders,applied_credit_notes,applied_vendor_credits")] LineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCredits, @@ -2652,6 +5503,11 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,accounting_period,payment_term" + )] + LineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,company" )] @@ -2662,6 +5518,11 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,company,accounting_period,payment_term" + )] + LineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee" )] @@ -2672,6 +5533,21 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + LineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee,payment_term" + )] + LineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,company,payment_term" + )] + LineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact" )] @@ -2682,6 +5558,11 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,accounting_period,payment_term" + )] + LineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company" )] @@ -2692,6 +5573,11 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + LineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee" )] @@ -2702,6 +5588,21 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + LineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,payment_term" + )] + LineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,payment_term" + )] + LineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee" )] @@ -2712,6 +5613,21 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + LineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,payment_term" + )] + LineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,payment_term" + )] + LineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactPaymentTerm, + [EnumMember( Value = "line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,employee" )] @@ -2722,6 +5638,21 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,accounting_period,payment_term" + )] + LineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,payment_term" + )] + LineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,payment_term" + )] + LineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "line_items,purchase_orders,applied_credit_notes,company")] LineItemsPurchaseOrdersAppliedCreditNotesCompany, @@ -2730,6 +5661,11 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsPurchaseOrdersAppliedCreditNotesCompanyAccountingPeriod, + [EnumMember( + Value = "line_items,purchase_orders,applied_credit_notes,company,accounting_period,payment_term" + )] + LineItemsPurchaseOrdersAppliedCreditNotesCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,purchase_orders,applied_credit_notes,company,employee")] LineItemsPurchaseOrdersAppliedCreditNotesCompanyEmployee, @@ -2738,6 +5674,19 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsPurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,purchase_orders,applied_credit_notes,company,employee,accounting_period,payment_term" + )] + LineItemsPurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,purchase_orders,applied_credit_notes,company,employee,payment_term" + )] + LineItemsPurchaseOrdersAppliedCreditNotesCompanyEmployeePaymentTerm, + + [EnumMember(Value = "line_items,purchase_orders,applied_credit_notes,company,payment_term")] + LineItemsPurchaseOrdersAppliedCreditNotesCompanyPaymentTerm, + [EnumMember(Value = "line_items,purchase_orders,applied_credit_notes,contact")] LineItemsPurchaseOrdersAppliedCreditNotesContact, @@ -2746,6 +5695,11 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsPurchaseOrdersAppliedCreditNotesContactAccountingPeriod, + [EnumMember( + Value = "line_items,purchase_orders,applied_credit_notes,contact,accounting_period,payment_term" + )] + LineItemsPurchaseOrdersAppliedCreditNotesContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,purchase_orders,applied_credit_notes,contact,company")] LineItemsPurchaseOrdersAppliedCreditNotesContactCompany, @@ -2754,6 +5708,11 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsPurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriod, + [EnumMember( + Value = "line_items,purchase_orders,applied_credit_notes,contact,company,accounting_period,payment_term" + )] + LineItemsPurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,purchase_orders,applied_credit_notes,contact,company,employee")] LineItemsPurchaseOrdersAppliedCreditNotesContactCompanyEmployee, @@ -2762,6 +5721,21 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsPurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,purchase_orders,applied_credit_notes,contact,company,employee,accounting_period,payment_term" + )] + LineItemsPurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,purchase_orders,applied_credit_notes,contact,company,employee,payment_term" + )] + LineItemsPurchaseOrdersAppliedCreditNotesContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "line_items,purchase_orders,applied_credit_notes,contact,company,payment_term" + )] + LineItemsPurchaseOrdersAppliedCreditNotesContactCompanyPaymentTerm, + [EnumMember(Value = "line_items,purchase_orders,applied_credit_notes,contact,employee")] LineItemsPurchaseOrdersAppliedCreditNotesContactEmployee, @@ -2770,6 +5744,19 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsPurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,purchase_orders,applied_credit_notes,contact,employee,accounting_period,payment_term" + )] + LineItemsPurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,purchase_orders,applied_credit_notes,contact,employee,payment_term" + )] + LineItemsPurchaseOrdersAppliedCreditNotesContactEmployeePaymentTerm, + + [EnumMember(Value = "line_items,purchase_orders,applied_credit_notes,contact,payment_term")] + LineItemsPurchaseOrdersAppliedCreditNotesContactPaymentTerm, + [EnumMember(Value = "line_items,purchase_orders,applied_credit_notes,employee")] LineItemsPurchaseOrdersAppliedCreditNotesEmployee, @@ -2778,12 +5765,28 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsPurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,purchase_orders,applied_credit_notes,employee,accounting_period,payment_term" + )] + LineItemsPurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "line_items,purchase_orders,applied_credit_notes,employee,payment_term")] + LineItemsPurchaseOrdersAppliedCreditNotesEmployeePaymentTerm, + + [EnumMember(Value = "line_items,purchase_orders,applied_credit_notes,payment_term")] + LineItemsPurchaseOrdersAppliedCreditNotesPaymentTerm, + [EnumMember(Value = "line_items,purchase_orders,applied_vendor_credits")] LineItemsPurchaseOrdersAppliedVendorCredits, [EnumMember(Value = "line_items,purchase_orders,applied_vendor_credits,accounting_period")] LineItemsPurchaseOrdersAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "line_items,purchase_orders,applied_vendor_credits,accounting_period,payment_term" + )] + LineItemsPurchaseOrdersAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,purchase_orders,applied_vendor_credits,company")] LineItemsPurchaseOrdersAppliedVendorCreditsCompany, @@ -2792,6 +5795,11 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsPurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "line_items,purchase_orders,applied_vendor_credits,company,accounting_period,payment_term" + )] + LineItemsPurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,purchase_orders,applied_vendor_credits,company,employee")] LineItemsPurchaseOrdersAppliedVendorCreditsCompanyEmployee, @@ -2800,6 +5808,19 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsPurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,purchase_orders,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + LineItemsPurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,purchase_orders,applied_vendor_credits,company,employee,payment_term" + )] + LineItemsPurchaseOrdersAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember(Value = "line_items,purchase_orders,applied_vendor_credits,company,payment_term")] + LineItemsPurchaseOrdersAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember(Value = "line_items,purchase_orders,applied_vendor_credits,contact")] LineItemsPurchaseOrdersAppliedVendorCreditsContact, @@ -2808,6 +5829,11 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsPurchaseOrdersAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "line_items,purchase_orders,applied_vendor_credits,contact,accounting_period,payment_term" + )] + LineItemsPurchaseOrdersAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,purchase_orders,applied_vendor_credits,contact,company")] LineItemsPurchaseOrdersAppliedVendorCreditsContactCompany, @@ -2816,6 +5842,11 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsPurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "line_items,purchase_orders,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + LineItemsPurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "line_items,purchase_orders,applied_vendor_credits,contact,company,employee" )] @@ -2826,6 +5857,21 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,purchase_orders,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + LineItemsPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,purchase_orders,applied_vendor_credits,contact,company,employee,payment_term" + )] + LineItemsPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "line_items,purchase_orders,applied_vendor_credits,contact,company,payment_term" + )] + LineItemsPurchaseOrdersAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember(Value = "line_items,purchase_orders,applied_vendor_credits,contact,employee")] LineItemsPurchaseOrdersAppliedVendorCreditsContactEmployee, @@ -2834,6 +5880,19 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsPurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,purchase_orders,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + LineItemsPurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,purchase_orders,applied_vendor_credits,contact,employee,payment_term" + )] + LineItemsPurchaseOrdersAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember(Value = "line_items,purchase_orders,applied_vendor_credits,contact,payment_term")] + LineItemsPurchaseOrdersAppliedVendorCreditsContactPaymentTerm, + [EnumMember(Value = "line_items,purchase_orders,applied_vendor_credits,employee")] LineItemsPurchaseOrdersAppliedVendorCreditsEmployee, @@ -2842,60 +5901,132 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsPurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,purchase_orders,applied_vendor_credits,employee,accounting_period,payment_term" + )] + LineItemsPurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "line_items,purchase_orders,applied_vendor_credits,employee,payment_term")] + LineItemsPurchaseOrdersAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember(Value = "line_items,purchase_orders,applied_vendor_credits,payment_term")] + LineItemsPurchaseOrdersAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "line_items,purchase_orders,company")] LineItemsPurchaseOrdersCompany, [EnumMember(Value = "line_items,purchase_orders,company,accounting_period")] LineItemsPurchaseOrdersCompanyAccountingPeriod, + [EnumMember(Value = "line_items,purchase_orders,company,accounting_period,payment_term")] + LineItemsPurchaseOrdersCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,purchase_orders,company,employee")] LineItemsPurchaseOrdersCompanyEmployee, [EnumMember(Value = "line_items,purchase_orders,company,employee,accounting_period")] LineItemsPurchaseOrdersCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,purchase_orders,company,employee,accounting_period,payment_term" + )] + LineItemsPurchaseOrdersCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "line_items,purchase_orders,company,employee,payment_term")] + LineItemsPurchaseOrdersCompanyEmployeePaymentTerm, + + [EnumMember(Value = "line_items,purchase_orders,company,payment_term")] + LineItemsPurchaseOrdersCompanyPaymentTerm, + [EnumMember(Value = "line_items,purchase_orders,contact")] LineItemsPurchaseOrdersContact, [EnumMember(Value = "line_items,purchase_orders,contact,accounting_period")] LineItemsPurchaseOrdersContactAccountingPeriod, + [EnumMember(Value = "line_items,purchase_orders,contact,accounting_period,payment_term")] + LineItemsPurchaseOrdersContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,purchase_orders,contact,company")] LineItemsPurchaseOrdersContactCompany, [EnumMember(Value = "line_items,purchase_orders,contact,company,accounting_period")] LineItemsPurchaseOrdersContactCompanyAccountingPeriod, + [EnumMember( + Value = "line_items,purchase_orders,contact,company,accounting_period,payment_term" + )] + LineItemsPurchaseOrdersContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,purchase_orders,contact,company,employee")] LineItemsPurchaseOrdersContactCompanyEmployee, [EnumMember(Value = "line_items,purchase_orders,contact,company,employee,accounting_period")] LineItemsPurchaseOrdersContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,purchase_orders,contact,company,employee,accounting_period,payment_term" + )] + LineItemsPurchaseOrdersContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "line_items,purchase_orders,contact,company,employee,payment_term")] + LineItemsPurchaseOrdersContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "line_items,purchase_orders,contact,company,payment_term")] + LineItemsPurchaseOrdersContactCompanyPaymentTerm, + [EnumMember(Value = "line_items,purchase_orders,contact,employee")] LineItemsPurchaseOrdersContactEmployee, [EnumMember(Value = "line_items,purchase_orders,contact,employee,accounting_period")] LineItemsPurchaseOrdersContactEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,purchase_orders,contact,employee,accounting_period,payment_term" + )] + LineItemsPurchaseOrdersContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "line_items,purchase_orders,contact,employee,payment_term")] + LineItemsPurchaseOrdersContactEmployeePaymentTerm, + + [EnumMember(Value = "line_items,purchase_orders,contact,payment_term")] + LineItemsPurchaseOrdersContactPaymentTerm, + [EnumMember(Value = "line_items,purchase_orders,employee")] LineItemsPurchaseOrdersEmployee, [EnumMember(Value = "line_items,purchase_orders,employee,accounting_period")] LineItemsPurchaseOrdersEmployeeAccountingPeriod, + [EnumMember(Value = "line_items,purchase_orders,employee,accounting_period,payment_term")] + LineItemsPurchaseOrdersEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "line_items,purchase_orders,employee,payment_term")] + LineItemsPurchaseOrdersEmployeePaymentTerm, + + [EnumMember(Value = "line_items,purchase_orders,payment_term")] + LineItemsPurchaseOrdersPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories")] LineItemsTrackingCategories, [EnumMember(Value = "line_items,tracking_categories,accounting_period")] LineItemsTrackingCategoriesAccountingPeriod, + [EnumMember(Value = "line_items,tracking_categories,accounting_period,payment_term")] + LineItemsTrackingCategoriesAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,applied_credit_notes")] LineItemsTrackingCategoriesAppliedCreditNotes, [EnumMember(Value = "line_items,tracking_categories,applied_credit_notes,accounting_period")] LineItemsTrackingCategoriesAppliedCreditNotesAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,applied_credit_notes,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesAppliedCreditNotesAccountingPeriodPaymentTerm, + [EnumMember( Value = "line_items,tracking_categories,applied_credit_notes,applied_vendor_credits" )] @@ -2906,6 +6037,11 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,company" )] @@ -2916,6 +6052,11 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,company,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,company,employee" )] @@ -2926,6 +6067,21 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,company,employee,payment_term" + )] + LineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,company,payment_term" + )] + LineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact" )] @@ -2936,6 +6092,11 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company" )] @@ -2946,6 +6107,11 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,employee" )] @@ -2956,6 +6122,21 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,employee,payment_term" + )] + LineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,payment_term" + )] + LineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,employee" )] @@ -2966,6 +6147,21 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,employee,payment_term" + )] + LineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,payment_term" + )] + LineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactPaymentTerm, + [EnumMember( Value = "line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,employee" )] @@ -2976,6 +6172,21 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,employee,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,employee,payment_term" + )] + LineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,payment_term" + )] + LineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,applied_credit_notes,company")] LineItemsTrackingCategoriesAppliedCreditNotesCompany, @@ -2984,6 +6195,11 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsTrackingCategoriesAppliedCreditNotesCompanyAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,applied_credit_notes,company,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesAppliedCreditNotesCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,applied_credit_notes,company,employee")] LineItemsTrackingCategoriesAppliedCreditNotesCompanyEmployee, @@ -2992,6 +6208,19 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsTrackingCategoriesAppliedCreditNotesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,applied_credit_notes,company,employee,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesAppliedCreditNotesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,applied_credit_notes,company,employee,payment_term" + )] + LineItemsTrackingCategoriesAppliedCreditNotesCompanyEmployeePaymentTerm, + + [EnumMember(Value = "line_items,tracking_categories,applied_credit_notes,company,payment_term")] + LineItemsTrackingCategoriesAppliedCreditNotesCompanyPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,applied_credit_notes,contact")] LineItemsTrackingCategoriesAppliedCreditNotesContact, @@ -3000,6 +6229,11 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsTrackingCategoriesAppliedCreditNotesContactAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,applied_credit_notes,contact,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesAppliedCreditNotesContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,applied_credit_notes,contact,company")] LineItemsTrackingCategoriesAppliedCreditNotesContactCompany, @@ -3008,6 +6242,11 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsTrackingCategoriesAppliedCreditNotesContactCompanyAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,applied_credit_notes,contact,company,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesAppliedCreditNotesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "line_items,tracking_categories,applied_credit_notes,contact,company,employee" )] @@ -3018,6 +6257,21 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsTrackingCategoriesAppliedCreditNotesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,applied_credit_notes,contact,company,employee,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesAppliedCreditNotesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,applied_credit_notes,contact,company,employee,payment_term" + )] + LineItemsTrackingCategoriesAppliedCreditNotesContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,applied_credit_notes,contact,company,payment_term" + )] + LineItemsTrackingCategoriesAppliedCreditNotesContactCompanyPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,applied_credit_notes,contact,employee")] LineItemsTrackingCategoriesAppliedCreditNotesContactEmployee, @@ -3026,6 +6280,19 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsTrackingCategoriesAppliedCreditNotesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,applied_credit_notes,contact,employee,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesAppliedCreditNotesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,applied_credit_notes,contact,employee,payment_term" + )] + LineItemsTrackingCategoriesAppliedCreditNotesContactEmployeePaymentTerm, + + [EnumMember(Value = "line_items,tracking_categories,applied_credit_notes,contact,payment_term")] + LineItemsTrackingCategoriesAppliedCreditNotesContactPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,applied_credit_notes,employee")] LineItemsTrackingCategoriesAppliedCreditNotesEmployee, @@ -3034,12 +6301,30 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsTrackingCategoriesAppliedCreditNotesEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,applied_credit_notes,employee,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesAppliedCreditNotesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,applied_credit_notes,employee,payment_term" + )] + LineItemsTrackingCategoriesAppliedCreditNotesEmployeePaymentTerm, + + [EnumMember(Value = "line_items,tracking_categories,applied_credit_notes,payment_term")] + LineItemsTrackingCategoriesAppliedCreditNotesPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,applied_vendor_credits")] LineItemsTrackingCategoriesAppliedVendorCredits, [EnumMember(Value = "line_items,tracking_categories,applied_vendor_credits,accounting_period")] LineItemsTrackingCategoriesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,applied_vendor_credits,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,applied_vendor_credits,company")] LineItemsTrackingCategoriesAppliedVendorCreditsCompany, @@ -3048,6 +6333,11 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsTrackingCategoriesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,applied_vendor_credits,company,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,applied_vendor_credits,company,employee")] LineItemsTrackingCategoriesAppliedVendorCreditsCompanyEmployee, @@ -3056,6 +6346,21 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsTrackingCategoriesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,applied_vendor_credits,company,employee,payment_term" + )] + LineItemsTrackingCategoriesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,applied_vendor_credits,company,payment_term" + )] + LineItemsTrackingCategoriesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,applied_vendor_credits,contact")] LineItemsTrackingCategoriesAppliedVendorCreditsContact, @@ -3064,6 +6369,11 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsTrackingCategoriesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,applied_vendor_credits,contact,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,applied_vendor_credits,contact,company")] LineItemsTrackingCategoriesAppliedVendorCreditsContactCompany, @@ -3072,6 +6382,11 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsTrackingCategoriesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "line_items,tracking_categories,applied_vendor_credits,contact,company,employee" )] @@ -3082,6 +6397,21 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsTrackingCategoriesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,applied_vendor_credits,contact,company,employee,payment_term" + )] + LineItemsTrackingCategoriesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,applied_vendor_credits,contact,company,payment_term" + )] + LineItemsTrackingCategoriesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,applied_vendor_credits,contact,employee")] LineItemsTrackingCategoriesAppliedVendorCreditsContactEmployee, @@ -3090,6 +6420,21 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsTrackingCategoriesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,applied_vendor_credits,contact,employee,payment_term" + )] + LineItemsTrackingCategoriesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,applied_vendor_credits,contact,payment_term" + )] + LineItemsTrackingCategoriesAppliedVendorCreditsContactPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,applied_vendor_credits,employee")] LineItemsTrackingCategoriesAppliedVendorCreditsEmployee, @@ -3098,30 +6443,65 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsTrackingCategoriesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,applied_vendor_credits,employee,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,applied_vendor_credits,employee,payment_term" + )] + LineItemsTrackingCategoriesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember(Value = "line_items,tracking_categories,applied_vendor_credits,payment_term")] + LineItemsTrackingCategoriesAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,company")] LineItemsTrackingCategoriesCompany, [EnumMember(Value = "line_items,tracking_categories,company,accounting_period")] LineItemsTrackingCategoriesCompanyAccountingPeriod, + [EnumMember(Value = "line_items,tracking_categories,company,accounting_period,payment_term")] + LineItemsTrackingCategoriesCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,company,employee")] LineItemsTrackingCategoriesCompanyEmployee, [EnumMember(Value = "line_items,tracking_categories,company,employee,accounting_period")] LineItemsTrackingCategoriesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,company,employee,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "line_items,tracking_categories,company,employee,payment_term")] + LineItemsTrackingCategoriesCompanyEmployeePaymentTerm, + + [EnumMember(Value = "line_items,tracking_categories,company,payment_term")] + LineItemsTrackingCategoriesCompanyPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,contact")] LineItemsTrackingCategoriesContact, [EnumMember(Value = "line_items,tracking_categories,contact,accounting_period")] LineItemsTrackingCategoriesContactAccountingPeriod, + [EnumMember(Value = "line_items,tracking_categories,contact,accounting_period,payment_term")] + LineItemsTrackingCategoriesContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,contact,company")] LineItemsTrackingCategoriesContactCompany, [EnumMember(Value = "line_items,tracking_categories,contact,company,accounting_period")] LineItemsTrackingCategoriesContactCompanyAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,contact,company,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,contact,company,employee")] LineItemsTrackingCategoriesContactCompanyEmployee, @@ -3130,24 +6510,60 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsTrackingCategoriesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,contact,company,employee,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "line_items,tracking_categories,contact,company,employee,payment_term")] + LineItemsTrackingCategoriesContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "line_items,tracking_categories,contact,company,payment_term")] + LineItemsTrackingCategoriesContactCompanyPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,contact,employee")] LineItemsTrackingCategoriesContactEmployee, [EnumMember(Value = "line_items,tracking_categories,contact,employee,accounting_period")] LineItemsTrackingCategoriesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,contact,employee,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "line_items,tracking_categories,contact,employee,payment_term")] + LineItemsTrackingCategoriesContactEmployeePaymentTerm, + + [EnumMember(Value = "line_items,tracking_categories,contact,payment_term")] + LineItemsTrackingCategoriesContactPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,employee")] LineItemsTrackingCategoriesEmployee, [EnumMember(Value = "line_items,tracking_categories,employee,accounting_period")] LineItemsTrackingCategoriesEmployeeAccountingPeriod, + [EnumMember(Value = "line_items,tracking_categories,employee,accounting_period,payment_term")] + LineItemsTrackingCategoriesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "line_items,tracking_categories,employee,payment_term")] + LineItemsTrackingCategoriesEmployeePaymentTerm, + + [EnumMember(Value = "line_items,tracking_categories,payment_term")] + LineItemsTrackingCategoriesPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,purchase_orders")] LineItemsTrackingCategoriesPurchaseOrders, [EnumMember(Value = "line_items,tracking_categories,purchase_orders,accounting_period")] LineItemsTrackingCategoriesPurchaseOrdersAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes")] LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotes, @@ -3156,6 +6572,11 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAccountingPeriodPaymentTerm, + [EnumMember( Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits" )] @@ -3166,6 +6587,11 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company" )] @@ -3176,6 +6602,11 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee" )] @@ -3186,6 +6617,21 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact" )] @@ -3196,6 +6642,11 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company" )] @@ -3206,6 +6657,11 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee" )] @@ -3216,6 +6672,21 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee" )] @@ -3226,6 +6697,21 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactPaymentTerm, + [EnumMember( Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,employee" )] @@ -3236,6 +6722,21 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsPaymentTerm, + [EnumMember( Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,company" )] @@ -3246,6 +6747,11 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,company,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,company,employee" )] @@ -3256,6 +6762,21 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,company,employee,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,company,employee,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,company,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyPaymentTerm, + [EnumMember( Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,contact" )] @@ -3266,6 +6787,11 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,company" )] @@ -3276,6 +6802,11 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,company,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,company,employee" )] @@ -3286,6 +6817,21 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,company,employee,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,company,employee,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,company,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyPaymentTerm, + [EnumMember( Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,employee" )] @@ -3296,6 +6842,21 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,employee,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,employee,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactEmployeePaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactPaymentTerm, + [EnumMember( Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,employee" )] @@ -3306,6 +6867,21 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,employee,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,employee,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesEmployeePaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_credit_notes,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits")] LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCredits, @@ -3314,6 +6890,11 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,company" )] @@ -3324,6 +6905,11 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,company,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,company,employee" )] @@ -3334,6 +6920,21 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,company,employee,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,company,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact" )] @@ -3344,45 +6945,100 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,company" )] LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompany, [EnumMember( - Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,accounting_period" + Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,accounting_period" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriod, + + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,employee" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyEmployee, + + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,employee,accounting_period" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,employee,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyPaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,employee" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactEmployee, + + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,employee,accounting_period" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriod, + + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,employee,payment_term" )] - LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriod, + LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactEmployeePaymentTerm, [EnumMember( - Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,employee" + Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,payment_term" )] - LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyEmployee, + LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactPaymentTerm, [EnumMember( - Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,employee,accounting_period" + Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,employee" )] - LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsEmployee, [EnumMember( - Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,employee" + Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,employee,accounting_period" )] - LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactEmployee, + LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriod, [EnumMember( - Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,employee,accounting_period" + Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,employee,accounting_period,payment_term" )] - LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriod, + LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, [EnumMember( - Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,employee" + Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,employee,payment_term" )] - LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsEmployee, + LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsEmployeePaymentTerm, [EnumMember( - Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,employee,accounting_period" + Value = "line_items,tracking_categories,purchase_orders,applied_vendor_credits,payment_term" )] - LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriod, + LineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsPaymentTerm, [EnumMember(Value = "line_items,tracking_categories,purchase_orders,company")] LineItemsTrackingCategoriesPurchaseOrdersCompany, @@ -3390,6 +7046,11 @@ public enum InvoicesRetrieveRequestExpand [EnumMember(Value = "line_items,tracking_categories,purchase_orders,company,accounting_period")] LineItemsTrackingCategoriesPurchaseOrdersCompanyAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,company,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,purchase_orders,company,employee")] LineItemsTrackingCategoriesPurchaseOrdersCompanyEmployee, @@ -3398,12 +7059,30 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsTrackingCategoriesPurchaseOrdersCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,company,employee,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,company,employee,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersCompanyEmployeePaymentTerm, + + [EnumMember(Value = "line_items,tracking_categories,purchase_orders,company,payment_term")] + LineItemsTrackingCategoriesPurchaseOrdersCompanyPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,purchase_orders,contact")] LineItemsTrackingCategoriesPurchaseOrdersContact, [EnumMember(Value = "line_items,tracking_categories,purchase_orders,contact,accounting_period")] LineItemsTrackingCategoriesPurchaseOrdersContactAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,contact,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,purchase_orders,contact,company")] LineItemsTrackingCategoriesPurchaseOrdersContactCompany, @@ -3412,6 +7091,11 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsTrackingCategoriesPurchaseOrdersContactCompanyAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,contact,company,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,purchase_orders,contact,company,employee")] LineItemsTrackingCategoriesPurchaseOrdersContactCompanyEmployee, @@ -3420,6 +7104,21 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsTrackingCategoriesPurchaseOrdersContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,contact,company,employee,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,contact,company,employee,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,contact,company,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersContactCompanyPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,purchase_orders,contact,employee")] LineItemsTrackingCategoriesPurchaseOrdersContactEmployee, @@ -3428,6 +7127,19 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsTrackingCategoriesPurchaseOrdersContactEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,contact,employee,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,contact,employee,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersContactEmployeePaymentTerm, + + [EnumMember(Value = "line_items,tracking_categories,purchase_orders,contact,payment_term")] + LineItemsTrackingCategoriesPurchaseOrdersContactPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,purchase_orders,employee")] LineItemsTrackingCategoriesPurchaseOrdersEmployee, @@ -3436,24 +7148,49 @@ public enum InvoicesRetrieveRequestExpand )] LineItemsTrackingCategoriesPurchaseOrdersEmployeeAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,purchase_orders,employee,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesPurchaseOrdersEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "line_items,tracking_categories,purchase_orders,employee,payment_term")] + LineItemsTrackingCategoriesPurchaseOrdersEmployeePaymentTerm, + + [EnumMember(Value = "line_items,tracking_categories,purchase_orders,payment_term")] + LineItemsTrackingCategoriesPurchaseOrdersPaymentTerm, + + [EnumMember(Value = "payment_term")] + PaymentTerm, + [EnumMember(Value = "payments")] Payments, [EnumMember(Value = "payments,accounting_period")] PaymentsAccountingPeriod, + [EnumMember(Value = "payments,accounting_period,payment_term")] + PaymentsAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_credit_notes")] PaymentsAppliedCreditNotes, [EnumMember(Value = "payments,applied_credit_notes,accounting_period")] PaymentsAppliedCreditNotesAccountingPeriod, + [EnumMember(Value = "payments,applied_credit_notes,accounting_period,payment_term")] + PaymentsAppliedCreditNotesAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_credit_notes,applied_vendor_credits")] PaymentsAppliedCreditNotesAppliedVendorCredits, [EnumMember(Value = "payments,applied_credit_notes,applied_vendor_credits,accounting_period")] PaymentsAppliedCreditNotesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "payments,applied_credit_notes,applied_vendor_credits,accounting_period,payment_term" + )] + PaymentsAppliedCreditNotesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_credit_notes,applied_vendor_credits,company")] PaymentsAppliedCreditNotesAppliedVendorCreditsCompany, @@ -3462,6 +7199,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_credit_notes,applied_vendor_credits,company,accounting_period,payment_term" + )] + PaymentsAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_credit_notes,applied_vendor_credits,company,employee")] PaymentsAppliedCreditNotesAppliedVendorCreditsCompanyEmployee, @@ -3470,6 +7212,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_credit_notes,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_credit_notes,applied_vendor_credits,company,employee,payment_term" + )] + PaymentsAppliedCreditNotesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_credit_notes,applied_vendor_credits,company,payment_term" + )] + PaymentsAppliedCreditNotesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember(Value = "payments,applied_credit_notes,applied_vendor_credits,contact")] PaymentsAppliedCreditNotesAppliedVendorCreditsContact, @@ -3478,6 +7235,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "payments,applied_credit_notes,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PaymentsAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_credit_notes,applied_vendor_credits,contact,company")] PaymentsAppliedCreditNotesAppliedVendorCreditsContactCompany, @@ -3486,6 +7248,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_credit_notes,applied_vendor_credits,contact,company,employee" )] @@ -3496,6 +7263,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_credit_notes,applied_vendor_credits,contact,company,employee,payment_term" + )] + PaymentsAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_credit_notes,applied_vendor_credits,contact,company,payment_term" + )] + PaymentsAppliedCreditNotesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember(Value = "payments,applied_credit_notes,applied_vendor_credits,contact,employee")] PaymentsAppliedCreditNotesAppliedVendorCreditsContactEmployee, @@ -3504,6 +7286,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_credit_notes,applied_vendor_credits,contact,employee,payment_term" + )] + PaymentsAppliedCreditNotesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_credit_notes,applied_vendor_credits,contact,payment_term" + )] + PaymentsAppliedCreditNotesAppliedVendorCreditsContactPaymentTerm, + [EnumMember(Value = "payments,applied_credit_notes,applied_vendor_credits,employee")] PaymentsAppliedCreditNotesAppliedVendorCreditsEmployee, @@ -3512,60 +7309,134 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_credit_notes,applied_vendor_credits,employee,accounting_period,payment_term" + )] + PaymentsAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_credit_notes,applied_vendor_credits,employee,payment_term" + )] + PaymentsAppliedCreditNotesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_credit_notes,applied_vendor_credits,payment_term")] + PaymentsAppliedCreditNotesAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "payments,applied_credit_notes,company")] PaymentsAppliedCreditNotesCompany, [EnumMember(Value = "payments,applied_credit_notes,company,accounting_period")] PaymentsAppliedCreditNotesCompanyAccountingPeriod, + [EnumMember(Value = "payments,applied_credit_notes,company,accounting_period,payment_term")] + PaymentsAppliedCreditNotesCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_credit_notes,company,employee")] PaymentsAppliedCreditNotesCompanyEmployee, [EnumMember(Value = "payments,applied_credit_notes,company,employee,accounting_period")] PaymentsAppliedCreditNotesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_credit_notes,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedCreditNotesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,applied_credit_notes,company,employee,payment_term")] + PaymentsAppliedCreditNotesCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_credit_notes,company,payment_term")] + PaymentsAppliedCreditNotesCompanyPaymentTerm, + [EnumMember(Value = "payments,applied_credit_notes,contact")] PaymentsAppliedCreditNotesContact, [EnumMember(Value = "payments,applied_credit_notes,contact,accounting_period")] PaymentsAppliedCreditNotesContactAccountingPeriod, + [EnumMember(Value = "payments,applied_credit_notes,contact,accounting_period,payment_term")] + PaymentsAppliedCreditNotesContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_credit_notes,contact,company")] PaymentsAppliedCreditNotesContactCompany, [EnumMember(Value = "payments,applied_credit_notes,contact,company,accounting_period")] PaymentsAppliedCreditNotesContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_credit_notes,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedCreditNotesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_credit_notes,contact,company,employee")] PaymentsAppliedCreditNotesContactCompanyEmployee, [EnumMember(Value = "payments,applied_credit_notes,contact,company,employee,accounting_period")] PaymentsAppliedCreditNotesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_credit_notes,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedCreditNotesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,applied_credit_notes,contact,company,employee,payment_term")] + PaymentsAppliedCreditNotesContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_credit_notes,contact,company,payment_term")] + PaymentsAppliedCreditNotesContactCompanyPaymentTerm, + [EnumMember(Value = "payments,applied_credit_notes,contact,employee")] PaymentsAppliedCreditNotesContactEmployee, [EnumMember(Value = "payments,applied_credit_notes,contact,employee,accounting_period")] PaymentsAppliedCreditNotesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_credit_notes,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedCreditNotesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,applied_credit_notes,contact,employee,payment_term")] + PaymentsAppliedCreditNotesContactEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_credit_notes,contact,payment_term")] + PaymentsAppliedCreditNotesContactPaymentTerm, + [EnumMember(Value = "payments,applied_credit_notes,employee")] PaymentsAppliedCreditNotesEmployee, [EnumMember(Value = "payments,applied_credit_notes,employee,accounting_period")] PaymentsAppliedCreditNotesEmployeeAccountingPeriod, + [EnumMember(Value = "payments,applied_credit_notes,employee,accounting_period,payment_term")] + PaymentsAppliedCreditNotesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,applied_credit_notes,employee,payment_term")] + PaymentsAppliedCreditNotesEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_credit_notes,payment_term")] + PaymentsAppliedCreditNotesPaymentTerm, + [EnumMember(Value = "payments,applied_payments")] PaymentsAppliedPayments, [EnumMember(Value = "payments,applied_payments,accounting_period")] PaymentsAppliedPaymentsAccountingPeriod, + [EnumMember(Value = "payments,applied_payments,accounting_period,payment_term")] + PaymentsAppliedPaymentsAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_payments,applied_credit_notes")] PaymentsAppliedPaymentsAppliedCreditNotes, [EnumMember(Value = "payments,applied_payments,applied_credit_notes,accounting_period")] PaymentsAppliedPaymentsAppliedCreditNotesAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,applied_credit_notes,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsAppliedCreditNotesAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_payments,applied_credit_notes,applied_vendor_credits")] PaymentsAppliedPaymentsAppliedCreditNotesAppliedVendorCredits, @@ -3574,6 +7445,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsAppliedCreditNotesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,applied_credit_notes,applied_vendor_credits,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsAppliedCreditNotesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,applied_credit_notes,applied_vendor_credits,company" )] @@ -3584,6 +7460,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,applied_credit_notes,applied_vendor_credits,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,applied_credit_notes,applied_vendor_credits,company,employee" )] @@ -3594,6 +7475,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,applied_credit_notes,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,applied_credit_notes,applied_vendor_credits,company,employee,payment_term" + )] + PaymentsAppliedPaymentsAppliedCreditNotesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,applied_credit_notes,applied_vendor_credits,company,payment_term" + )] + PaymentsAppliedPaymentsAppliedCreditNotesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,applied_credit_notes,applied_vendor_credits,contact" )] @@ -3604,6 +7500,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,applied_credit_notes,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,applied_credit_notes,applied_vendor_credits,contact,company" )] @@ -3614,6 +7515,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,applied_credit_notes,applied_vendor_credits,contact,company,employee" )] @@ -3624,6 +7530,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,applied_credit_notes,applied_vendor_credits,contact,company,employee,payment_term" + )] + PaymentsAppliedPaymentsAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,applied_credit_notes,applied_vendor_credits,contact,company,payment_term" + )] + PaymentsAppliedPaymentsAppliedCreditNotesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,applied_credit_notes,applied_vendor_credits,contact,employee" )] @@ -3634,6 +7555,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,applied_credit_notes,applied_vendor_credits,contact,employee,payment_term" + )] + PaymentsAppliedPaymentsAppliedCreditNotesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,applied_credit_notes,applied_vendor_credits,contact,payment_term" + )] + PaymentsAppliedPaymentsAppliedCreditNotesAppliedVendorCreditsContactPaymentTerm, + [EnumMember( Value = "payments,applied_payments,applied_credit_notes,applied_vendor_credits,employee" )] @@ -3644,12 +7580,32 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,applied_credit_notes,applied_vendor_credits,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,applied_credit_notes,applied_vendor_credits,employee,payment_term" + )] + PaymentsAppliedPaymentsAppliedCreditNotesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,applied_credit_notes,applied_vendor_credits,payment_term" + )] + PaymentsAppliedPaymentsAppliedCreditNotesAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "payments,applied_payments,applied_credit_notes,company")] PaymentsAppliedPaymentsAppliedCreditNotesCompany, [EnumMember(Value = "payments,applied_payments,applied_credit_notes,company,accounting_period")] PaymentsAppliedPaymentsAppliedCreditNotesCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,applied_credit_notes,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsAppliedCreditNotesCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_payments,applied_credit_notes,company,employee")] PaymentsAppliedPaymentsAppliedCreditNotesCompanyEmployee, @@ -3658,12 +7614,30 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsAppliedCreditNotesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,applied_credit_notes,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsAppliedCreditNotesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,applied_credit_notes,company,employee,payment_term" + )] + PaymentsAppliedPaymentsAppliedCreditNotesCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_payments,applied_credit_notes,company,payment_term")] + PaymentsAppliedPaymentsAppliedCreditNotesCompanyPaymentTerm, + [EnumMember(Value = "payments,applied_payments,applied_credit_notes,contact")] PaymentsAppliedPaymentsAppliedCreditNotesContact, [EnumMember(Value = "payments,applied_payments,applied_credit_notes,contact,accounting_period")] PaymentsAppliedPaymentsAppliedCreditNotesContactAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,applied_credit_notes,contact,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsAppliedCreditNotesContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_payments,applied_credit_notes,contact,company")] PaymentsAppliedPaymentsAppliedCreditNotesContactCompany, @@ -3672,6 +7646,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsAppliedCreditNotesContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,applied_credit_notes,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsAppliedCreditNotesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_payments,applied_credit_notes,contact,company,employee")] PaymentsAppliedPaymentsAppliedCreditNotesContactCompanyEmployee, @@ -3680,6 +7659,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsAppliedCreditNotesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,applied_credit_notes,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsAppliedCreditNotesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,applied_credit_notes,contact,company,employee,payment_term" + )] + PaymentsAppliedPaymentsAppliedCreditNotesContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,applied_credit_notes,contact,company,payment_term" + )] + PaymentsAppliedPaymentsAppliedCreditNotesContactCompanyPaymentTerm, + [EnumMember(Value = "payments,applied_payments,applied_credit_notes,contact,employee")] PaymentsAppliedPaymentsAppliedCreditNotesContactEmployee, @@ -3688,6 +7682,19 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsAppliedCreditNotesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,applied_credit_notes,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsAppliedCreditNotesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,applied_credit_notes,contact,employee,payment_term" + )] + PaymentsAppliedPaymentsAppliedCreditNotesContactEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_payments,applied_credit_notes,contact,payment_term")] + PaymentsAppliedPaymentsAppliedCreditNotesContactPaymentTerm, + [EnumMember(Value = "payments,applied_payments,applied_credit_notes,employee")] PaymentsAppliedPaymentsAppliedCreditNotesEmployee, @@ -3696,12 +7703,28 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsAppliedCreditNotesEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,applied_credit_notes,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsAppliedCreditNotesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,applied_payments,applied_credit_notes,employee,payment_term")] + PaymentsAppliedPaymentsAppliedCreditNotesEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_payments,applied_credit_notes,payment_term")] + PaymentsAppliedPaymentsAppliedCreditNotesPaymentTerm, + [EnumMember(Value = "payments,applied_payments,applied_vendor_credits")] PaymentsAppliedPaymentsAppliedVendorCredits, [EnumMember(Value = "payments,applied_payments,applied_vendor_credits,accounting_period")] PaymentsAppliedPaymentsAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,applied_vendor_credits,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_payments,applied_vendor_credits,company")] PaymentsAppliedPaymentsAppliedVendorCreditsCompany, @@ -3710,6 +7733,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,applied_vendor_credits,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_payments,applied_vendor_credits,company,employee")] PaymentsAppliedPaymentsAppliedVendorCreditsCompanyEmployee, @@ -3718,6 +7746,19 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,applied_vendor_credits,company,employee,payment_term" + )] + PaymentsAppliedPaymentsAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_payments,applied_vendor_credits,company,payment_term")] + PaymentsAppliedPaymentsAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember(Value = "payments,applied_payments,applied_vendor_credits,contact")] PaymentsAppliedPaymentsAppliedVendorCreditsContact, @@ -3726,6 +7767,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_payments,applied_vendor_credits,contact,company")] PaymentsAppliedPaymentsAppliedVendorCreditsContactCompany, @@ -3734,6 +7780,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,applied_vendor_credits,contact,company,employee" )] @@ -3744,6 +7795,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,applied_vendor_credits,contact,company,employee,payment_term" + )] + PaymentsAppliedPaymentsAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,applied_vendor_credits,contact,company,payment_term" + )] + PaymentsAppliedPaymentsAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember(Value = "payments,applied_payments,applied_vendor_credits,contact,employee")] PaymentsAppliedPaymentsAppliedVendorCreditsContactEmployee, @@ -3752,13 +7818,37 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,applied_vendor_credits,contact,employee,payment_term" + )] + PaymentsAppliedPaymentsAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_payments,applied_vendor_credits,contact,payment_term")] + PaymentsAppliedPaymentsAppliedVendorCreditsContactPaymentTerm, + [EnumMember(Value = "payments,applied_payments,applied_vendor_credits,employee")] PaymentsAppliedPaymentsAppliedVendorCreditsEmployee, [EnumMember( - Value = "payments,applied_payments,applied_vendor_credits,employee,accounting_period" + Value = "payments,applied_payments,applied_vendor_credits,employee,accounting_period" + )] + PaymentsAppliedPaymentsAppliedVendorCreditsEmployeeAccountingPeriod, + + [EnumMember( + Value = "payments,applied_payments,applied_vendor_credits,employee,accounting_period,payment_term" )] - PaymentsAppliedPaymentsAppliedVendorCreditsEmployeeAccountingPeriod, + PaymentsAppliedPaymentsAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,applied_payments,applied_vendor_credits,employee,payment_term")] + PaymentsAppliedPaymentsAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_payments,applied_vendor_credits,payment_term")] + PaymentsAppliedPaymentsAppliedVendorCreditsPaymentTerm, [EnumMember(Value = "payments,applied_payments,company")] PaymentsAppliedPaymentsCompany, @@ -3766,48 +7856,99 @@ public enum InvoicesRetrieveRequestExpand [EnumMember(Value = "payments,applied_payments,company,accounting_period")] PaymentsAppliedPaymentsCompanyAccountingPeriod, + [EnumMember(Value = "payments,applied_payments,company,accounting_period,payment_term")] + PaymentsAppliedPaymentsCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_payments,company,employee")] PaymentsAppliedPaymentsCompanyEmployee, [EnumMember(Value = "payments,applied_payments,company,employee,accounting_period")] PaymentsAppliedPaymentsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,applied_payments,company,employee,payment_term")] + PaymentsAppliedPaymentsCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_payments,company,payment_term")] + PaymentsAppliedPaymentsCompanyPaymentTerm, + [EnumMember(Value = "payments,applied_payments,contact")] PaymentsAppliedPaymentsContact, [EnumMember(Value = "payments,applied_payments,contact,accounting_period")] PaymentsAppliedPaymentsContactAccountingPeriod, + [EnumMember(Value = "payments,applied_payments,contact,accounting_period,payment_term")] + PaymentsAppliedPaymentsContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_payments,contact,company")] PaymentsAppliedPaymentsContactCompany, [EnumMember(Value = "payments,applied_payments,contact,company,accounting_period")] PaymentsAppliedPaymentsContactCompanyAccountingPeriod, + [EnumMember(Value = "payments,applied_payments,contact,company,accounting_period,payment_term")] + PaymentsAppliedPaymentsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_payments,contact,company,employee")] PaymentsAppliedPaymentsContactCompanyEmployee, [EnumMember(Value = "payments,applied_payments,contact,company,employee,accounting_period")] PaymentsAppliedPaymentsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,applied_payments,contact,company,employee,payment_term")] + PaymentsAppliedPaymentsContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_payments,contact,company,payment_term")] + PaymentsAppliedPaymentsContactCompanyPaymentTerm, + [EnumMember(Value = "payments,applied_payments,contact,employee")] PaymentsAppliedPaymentsContactEmployee, [EnumMember(Value = "payments,applied_payments,contact,employee,accounting_period")] PaymentsAppliedPaymentsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,applied_payments,contact,employee,payment_term")] + PaymentsAppliedPaymentsContactEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_payments,contact,payment_term")] + PaymentsAppliedPaymentsContactPaymentTerm, + [EnumMember(Value = "payments,applied_payments,employee")] PaymentsAppliedPaymentsEmployee, [EnumMember(Value = "payments,applied_payments,employee,accounting_period")] PaymentsAppliedPaymentsEmployeeAccountingPeriod, + [EnumMember(Value = "payments,applied_payments,employee,accounting_period,payment_term")] + PaymentsAppliedPaymentsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,applied_payments,employee,payment_term")] + PaymentsAppliedPaymentsEmployeePaymentTerm, + [EnumMember(Value = "payments,applied_payments,line_items")] PaymentsAppliedPaymentsLineItems, [EnumMember(Value = "payments,applied_payments,line_items,accounting_period")] PaymentsAppliedPaymentsLineItemsAccountingPeriod, + [EnumMember(Value = "payments,applied_payments,line_items,accounting_period,payment_term")] + PaymentsAppliedPaymentsLineItemsAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_payments,line_items,applied_credit_notes")] PaymentsAppliedPaymentsLineItemsAppliedCreditNotes, @@ -3816,6 +7957,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsAppliedCreditNotesAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,applied_credit_notes,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedCreditNotesAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,applied_credit_notes,applied_vendor_credits" )] @@ -3826,6 +7972,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,applied_credit_notes,applied_vendor_credits,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,applied_credit_notes,applied_vendor_credits,company" )] @@ -3836,6 +7987,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,applied_credit_notes,applied_vendor_credits,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,applied_credit_notes,applied_vendor_credits,company,employee" )] @@ -3846,6 +8002,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,applied_credit_notes,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,applied_credit_notes,applied_vendor_credits,company,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,applied_credit_notes,applied_vendor_credits,company,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,applied_credit_notes,applied_vendor_credits,contact" )] @@ -3856,6 +8027,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,applied_credit_notes,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,applied_credit_notes,applied_vendor_credits,contact,company" )] @@ -3866,6 +8042,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,applied_credit_notes,applied_vendor_credits,contact,company,employee" )] @@ -3876,6 +8057,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,applied_credit_notes,applied_vendor_credits,contact,company,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,applied_credit_notes,applied_vendor_credits,contact,company,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,applied_credit_notes,applied_vendor_credits,contact,employee" )] @@ -3886,6 +8082,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,applied_credit_notes,applied_vendor_credits,contact,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,applied_credit_notes,applied_vendor_credits,contact,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,applied_credit_notes,applied_vendor_credits,employee" )] @@ -3896,6 +8107,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,applied_credit_notes,applied_vendor_credits,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,applied_credit_notes,applied_vendor_credits,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,applied_credit_notes,applied_vendor_credits,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "payments,applied_payments,line_items,applied_credit_notes,company")] PaymentsAppliedPaymentsLineItemsAppliedCreditNotesCompany, @@ -3904,6 +8130,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsAppliedCreditNotesCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,applied_credit_notes,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedCreditNotesCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,applied_credit_notes,company,employee" )] @@ -3914,6 +8145,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsAppliedCreditNotesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,applied_credit_notes,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedCreditNotesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,applied_credit_notes,company,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedCreditNotesCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,applied_credit_notes,company,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedCreditNotesCompanyPaymentTerm, + [EnumMember(Value = "payments,applied_payments,line_items,applied_credit_notes,contact")] PaymentsAppliedPaymentsLineItemsAppliedCreditNotesContact, @@ -3922,6 +8168,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsAppliedCreditNotesContactAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,applied_credit_notes,contact,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedCreditNotesContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,applied_credit_notes,contact,company" )] @@ -3932,6 +8183,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsAppliedCreditNotesContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,applied_credit_notes,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedCreditNotesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,applied_credit_notes,contact,company,employee" )] @@ -3942,6 +8198,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsAppliedCreditNotesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,applied_credit_notes,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedCreditNotesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,applied_credit_notes,contact,company,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedCreditNotesContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,applied_credit_notes,contact,company,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedCreditNotesContactCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,applied_credit_notes,contact,employee" )] @@ -3952,6 +8223,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsAppliedCreditNotesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,applied_credit_notes,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedCreditNotesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,applied_credit_notes,contact,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedCreditNotesContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,applied_credit_notes,contact,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedCreditNotesContactPaymentTerm, + [EnumMember(Value = "payments,applied_payments,line_items,applied_credit_notes,employee")] PaymentsAppliedPaymentsLineItemsAppliedCreditNotesEmployee, @@ -3960,6 +8246,19 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsAppliedCreditNotesEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,applied_credit_notes,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedCreditNotesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,applied_credit_notes,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedCreditNotesEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_payments,line_items,applied_credit_notes,payment_term")] + PaymentsAppliedPaymentsLineItemsAppliedCreditNotesPaymentTerm, + [EnumMember(Value = "payments,applied_payments,line_items,applied_vendor_credits")] PaymentsAppliedPaymentsLineItemsAppliedVendorCredits, @@ -3968,6 +8267,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,applied_vendor_credits,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_payments,line_items,applied_vendor_credits,company")] PaymentsAppliedPaymentsLineItemsAppliedVendorCreditsCompany, @@ -3976,6 +8280,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,applied_vendor_credits,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,applied_vendor_credits,company,employee" )] @@ -3986,6 +8295,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,applied_vendor_credits,company,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,applied_vendor_credits,company,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember(Value = "payments,applied_payments,line_items,applied_vendor_credits,contact")] PaymentsAppliedPaymentsLineItemsAppliedVendorCreditsContact, @@ -3994,6 +8318,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,applied_vendor_credits,contact,company" )] @@ -4004,6 +8333,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,applied_vendor_credits,contact,company,employee" )] @@ -4014,6 +8348,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,applied_vendor_credits,contact,company,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,applied_vendor_credits,contact,company,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,applied_vendor_credits,contact,employee" )] @@ -4024,6 +8373,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,applied_vendor_credits,contact,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,applied_vendor_credits,contact,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedVendorCreditsContactPaymentTerm, + [EnumMember(Value = "payments,applied_payments,line_items,applied_vendor_credits,employee")] PaymentsAppliedPaymentsLineItemsAppliedVendorCreditsEmployee, @@ -4032,30 +8396,69 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,applied_vendor_credits,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,applied_vendor_credits,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_payments,line_items,applied_vendor_credits,payment_term")] + PaymentsAppliedPaymentsLineItemsAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "payments,applied_payments,line_items,company")] PaymentsAppliedPaymentsLineItemsCompany, [EnumMember(Value = "payments,applied_payments,line_items,company,accounting_period")] PaymentsAppliedPaymentsLineItemsCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_payments,line_items,company,employee")] PaymentsAppliedPaymentsLineItemsCompanyEmployee, [EnumMember(Value = "payments,applied_payments,line_items,company,employee,accounting_period")] PaymentsAppliedPaymentsLineItemsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,applied_payments,line_items,company,employee,payment_term")] + PaymentsAppliedPaymentsLineItemsCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_payments,line_items,company,payment_term")] + PaymentsAppliedPaymentsLineItemsCompanyPaymentTerm, + [EnumMember(Value = "payments,applied_payments,line_items,contact")] PaymentsAppliedPaymentsLineItemsContact, [EnumMember(Value = "payments,applied_payments,line_items,contact,accounting_period")] PaymentsAppliedPaymentsLineItemsContactAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,contact,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_payments,line_items,contact,company")] PaymentsAppliedPaymentsLineItemsContactCompany, [EnumMember(Value = "payments,applied_payments,line_items,contact,company,accounting_period")] PaymentsAppliedPaymentsLineItemsContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_payments,line_items,contact,company,employee")] PaymentsAppliedPaymentsLineItemsContactCompanyEmployee, @@ -4064,24 +8467,64 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,contact,company,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_payments,line_items,contact,company,payment_term")] + PaymentsAppliedPaymentsLineItemsContactCompanyPaymentTerm, + [EnumMember(Value = "payments,applied_payments,line_items,contact,employee")] PaymentsAppliedPaymentsLineItemsContactEmployee, [EnumMember(Value = "payments,applied_payments,line_items,contact,employee,accounting_period")] PaymentsAppliedPaymentsLineItemsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,applied_payments,line_items,contact,employee,payment_term")] + PaymentsAppliedPaymentsLineItemsContactEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_payments,line_items,contact,payment_term")] + PaymentsAppliedPaymentsLineItemsContactPaymentTerm, + [EnumMember(Value = "payments,applied_payments,line_items,employee")] PaymentsAppliedPaymentsLineItemsEmployee, [EnumMember(Value = "payments,applied_payments,line_items,employee,accounting_period")] PaymentsAppliedPaymentsLineItemsEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,applied_payments,line_items,employee,payment_term")] + PaymentsAppliedPaymentsLineItemsEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_payments,line_items,payment_term")] + PaymentsAppliedPaymentsLineItemsPaymentTerm, + [EnumMember(Value = "payments,applied_payments,line_items,purchase_orders")] PaymentsAppliedPaymentsLineItemsPurchaseOrders, [EnumMember(Value = "payments,applied_payments,line_items,purchase_orders,accounting_period")] PaymentsAppliedPaymentsLineItemsPurchaseOrdersAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes" )] @@ -4092,6 +8535,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits" )] @@ -4102,6 +8550,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,company" )] @@ -4112,6 +8565,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee" )] @@ -4122,6 +8580,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,company,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact" )] @@ -4132,6 +8605,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company" )] @@ -4142,6 +8620,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee" )] @@ -4152,25 +8635,70 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee" )] PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployee, [EnumMember( - Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period" + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,employee" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployee, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,accounting_period" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,accounting_period,payment_term" )] - PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, [EnumMember( - Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,employee" + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,payment_term" )] - PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployee, + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeePaymentTerm, [EnumMember( - Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,accounting_period" + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,payment_term" )] - PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsPaymentTerm, [EnumMember( Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,company" @@ -4182,6 +8710,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,company,employee" )] @@ -4192,6 +8725,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,company,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,company,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,contact" )] @@ -4202,6 +8750,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,contact,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,contact,company" )] @@ -4212,6 +8765,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,contact,company,employee" )] @@ -4222,6 +8780,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,contact,company,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,contact,company,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,contact,employee" )] @@ -4232,6 +8805,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,contact,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,contact,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,employee" )] @@ -4242,6 +8830,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_credit_notes,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedCreditNotesPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,purchase_orders,applied_vendor_credits" )] @@ -4252,6 +8855,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_vendor_credits,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,purchase_orders,applied_vendor_credits,company" )] @@ -4262,6 +8870,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_vendor_credits,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,purchase_orders,applied_vendor_credits,company,employee" )] @@ -4272,6 +8885,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_vendor_credits,company,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_vendor_credits,company,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,purchase_orders,applied_vendor_credits,contact" )] @@ -4282,6 +8910,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,purchase_orders,applied_vendor_credits,contact,company" )] @@ -4292,6 +8925,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,purchase_orders,applied_vendor_credits,contact,company,employee" )] @@ -4302,6 +8940,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_vendor_credits,contact,company,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_vendor_credits,contact,company,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,purchase_orders,applied_vendor_credits,contact,employee" )] @@ -4312,6 +8965,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_vendor_credits,contact,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_vendor_credits,contact,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,purchase_orders,applied_vendor_credits,employee" )] @@ -4322,6 +8990,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_vendor_credits,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_vendor_credits,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,applied_vendor_credits,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "payments,applied_payments,line_items,purchase_orders,company")] PaymentsAppliedPaymentsLineItemsPurchaseOrdersCompany, @@ -4330,6 +9013,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsPurchaseOrdersCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_payments,line_items,purchase_orders,company,employee")] PaymentsAppliedPaymentsLineItemsPurchaseOrdersCompanyEmployee, @@ -4338,6 +9026,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsPurchaseOrdersCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,company,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,company,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersCompanyPaymentTerm, + [EnumMember(Value = "payments,applied_payments,line_items,purchase_orders,contact")] PaymentsAppliedPaymentsLineItemsPurchaseOrdersContact, @@ -4346,6 +9049,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsPurchaseOrdersContactAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,contact,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_payments,line_items,purchase_orders,contact,company")] PaymentsAppliedPaymentsLineItemsPurchaseOrdersContactCompany, @@ -4354,6 +9062,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsPurchaseOrdersContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,purchase_orders,contact,company,employee" )] @@ -4364,6 +9077,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsPurchaseOrdersContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,contact,company,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,contact,company,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersContactCompanyPaymentTerm, + [EnumMember(Value = "payments,applied_payments,line_items,purchase_orders,contact,employee")] PaymentsAppliedPaymentsLineItemsPurchaseOrdersContactEmployee, @@ -4372,6 +9100,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsPurchaseOrdersContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,contact,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,contact,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersContactPaymentTerm, + [EnumMember(Value = "payments,applied_payments,line_items,purchase_orders,employee")] PaymentsAppliedPaymentsLineItemsPurchaseOrdersEmployee, @@ -4380,6 +9123,19 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsPurchaseOrdersEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,purchase_orders,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_payments,line_items,purchase_orders,payment_term")] + PaymentsAppliedPaymentsLineItemsPurchaseOrdersPaymentTerm, + [EnumMember(Value = "payments,applied_payments,line_items,tracking_categories")] PaymentsAppliedPaymentsLineItemsTrackingCategories, @@ -4388,6 +9144,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes" )] @@ -4398,6 +9159,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits" )] @@ -4408,6 +9174,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,company" )] @@ -4418,6 +9189,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,company,employee" )] @@ -4428,6 +9204,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,company,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,company,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact" )] @@ -4438,6 +9229,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company" )] @@ -4448,6 +9244,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,employee" )] @@ -4458,6 +9259,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,employee" )] @@ -4468,6 +9284,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,employee" )] @@ -4478,6 +9309,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,company" )] @@ -4488,6 +9334,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,company,employee" )] @@ -4498,6 +9349,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,company,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,company,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,contact" )] @@ -4508,6 +9374,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,contact,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,contact,company" )] @@ -4518,6 +9389,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,contact,company,employee" )] @@ -4528,6 +9404,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,contact,company,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,contact,company,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,contact,employee" )] @@ -4538,6 +9429,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,contact,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,contact,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,employee" )] @@ -4548,6 +9454,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_credit_notes,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedCreditNotesPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,applied_vendor_credits" )] @@ -4558,6 +9479,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_vendor_credits,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,applied_vendor_credits,company" )] @@ -4568,6 +9494,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_vendor_credits,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,applied_vendor_credits,company,employee" )] @@ -4578,6 +9509,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_vendor_credits,company,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_vendor_credits,company,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,applied_vendor_credits,contact" )] @@ -4588,6 +9534,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,applied_vendor_credits,contact,company" )] @@ -4598,6 +9549,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,applied_vendor_credits,contact,company,employee" )] @@ -4608,6 +9564,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_vendor_credits,contact,company,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_vendor_credits,contact,company,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,applied_vendor_credits,contact,employee" )] @@ -4618,6 +9589,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_vendor_credits,contact,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_vendor_credits,contact,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,applied_vendor_credits,employee" )] @@ -4628,6 +9614,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_vendor_credits,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_vendor_credits,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,applied_vendor_credits,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "payments,applied_payments,line_items,tracking_categories,company")] PaymentsAppliedPaymentsLineItemsTrackingCategoriesCompany, @@ -4636,6 +9637,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,company,employee" )] @@ -4646,6 +9652,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,company,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,company,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesCompanyPaymentTerm, + [EnumMember(Value = "payments,applied_payments,line_items,tracking_categories,contact")] PaymentsAppliedPaymentsLineItemsTrackingCategoriesContact, @@ -4654,6 +9675,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesContactAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,contact,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_payments,line_items,tracking_categories,contact,company")] PaymentsAppliedPaymentsLineItemsTrackingCategoriesContactCompany, @@ -4662,6 +9688,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,contact,company,employee" )] @@ -4672,6 +9703,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,contact,company,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,contact,company,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesContactCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,contact,employee" )] @@ -4682,6 +9728,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,contact,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,contact,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesContactPaymentTerm, + [EnumMember(Value = "payments,applied_payments,line_items,tracking_categories,employee")] PaymentsAppliedPaymentsLineItemsTrackingCategoriesEmployee, @@ -4690,6 +9751,19 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_payments,line_items,tracking_categories,payment_term")] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPaymentTerm, + [EnumMember(Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders")] PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrders, @@ -4698,6 +9772,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes" )] @@ -4708,6 +9787,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits" )] @@ -4718,6 +9802,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company" )] @@ -4728,6 +9817,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee" )] @@ -4738,6 +9832,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact" )] @@ -4748,6 +9857,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company" )] @@ -4758,6 +9872,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee" )] @@ -4768,6 +9887,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee" )] @@ -4778,6 +9912,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,employee" )] @@ -4788,6 +9937,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,company" )] @@ -4798,6 +9962,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,company,employee" )] @@ -4808,6 +9977,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,company,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,company,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact" )] @@ -4818,6 +10002,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,company" )] @@ -4828,6 +10017,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,company,employee" )] @@ -4838,6 +10032,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,company,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,company,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,employee" )] @@ -4848,6 +10057,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,employee" )] @@ -4858,6 +10082,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits" )] @@ -4868,6 +10107,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,company" )] @@ -4878,6 +10122,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,company,employee" )] @@ -4888,6 +10137,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,company,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,company,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact" )] @@ -4898,6 +10162,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,company" )] @@ -4908,6 +10177,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,employee" )] @@ -4918,6 +10192,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,employee" )] @@ -4928,6 +10217,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,employee" )] @@ -4938,6 +10242,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,company" )] @@ -4948,6 +10267,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,company,employee" )] @@ -4958,6 +10282,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,company,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,company,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,contact" )] @@ -4969,24 +10308,49 @@ public enum InvoicesRetrieveRequestExpand PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactAccountingPeriod, [EnumMember( - Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,contact,company" + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,contact,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,contact,company" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompany, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,contact,company,accounting_period" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompanyAccountingPeriod, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompanyAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,contact,company,employee" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompanyEmployee, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,contact,company,employee,accounting_period" )] - PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompany, + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompanyEmployeeAccountingPeriod, [EnumMember( - Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,contact,company,accounting_period" + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,contact,company,employee,accounting_period,payment_term" )] - PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompanyAccountingPeriod, + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompanyEmployeeAccountingPeriodPaymentTerm, [EnumMember( - Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,contact,company,employee" + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,contact,company,employee,payment_term" )] - PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompanyEmployee, + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompanyEmployeePaymentTerm, [EnumMember( - Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,contact,company,employee,accounting_period" + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,contact,company,payment_term" )] - PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompanyEmployeeAccountingPeriod, + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompanyPaymentTerm, [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,contact,employee" @@ -4998,6 +10362,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,contact,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,contact,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersContactPaymentTerm, + [EnumMember( Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,employee" )] @@ -5008,12 +10387,33 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,employee,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,line_items,tracking_categories,purchase_orders,payment_term" + )] + PaymentsAppliedPaymentsLineItemsTrackingCategoriesPurchaseOrdersPaymentTerm, + + [EnumMember(Value = "payments,applied_payments,payment_term")] + PaymentsAppliedPaymentsPaymentTerm, + [EnumMember(Value = "payments,applied_payments,purchase_orders")] PaymentsAppliedPaymentsPurchaseOrders, [EnumMember(Value = "payments,applied_payments,purchase_orders,accounting_period")] PaymentsAppliedPaymentsPurchaseOrdersAccountingPeriod, + [EnumMember(Value = "payments,applied_payments,purchase_orders,accounting_period,payment_term")] + PaymentsAppliedPaymentsPurchaseOrdersAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_payments,purchase_orders,applied_credit_notes")] PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotes, @@ -5022,6 +10422,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_credit_notes,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits" )] @@ -5032,6 +10437,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,company" )] @@ -5042,6 +10452,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee" )] @@ -5052,6 +10467,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,company,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact" )] @@ -5062,6 +10492,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company" )] @@ -5072,6 +10507,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee" )] @@ -5082,6 +10522,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee" )] @@ -5092,6 +10547,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactPaymentTerm, + [EnumMember( Value = "payments,applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,employee" )] @@ -5102,6 +10572,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_credit_notes,applied_vendor_credits,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "payments,applied_payments,purchase_orders,applied_credit_notes,company")] PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesCompany, @@ -5110,6 +10595,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_credit_notes,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,purchase_orders,applied_credit_notes,company,employee" )] @@ -5120,6 +10610,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_credit_notes,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_credit_notes,company,employee,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_credit_notes,company,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesCompanyPaymentTerm, + [EnumMember(Value = "payments,applied_payments,purchase_orders,applied_credit_notes,contact")] PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesContact, @@ -5128,6 +10633,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesContactAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_credit_notes,contact,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,purchase_orders,applied_credit_notes,contact,company" )] @@ -5138,6 +10648,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_credit_notes,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,purchase_orders,applied_credit_notes,contact,company,employee" )] @@ -5148,6 +10663,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_credit_notes,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_credit_notes,contact,company,employee,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_credit_notes,contact,company,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesContactCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,purchase_orders,applied_credit_notes,contact,employee" )] @@ -5158,6 +10688,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_credit_notes,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_credit_notes,contact,employee,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_credit_notes,contact,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesContactPaymentTerm, + [EnumMember(Value = "payments,applied_payments,purchase_orders,applied_credit_notes,employee")] PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesEmployee, @@ -5166,6 +10711,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_credit_notes,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_credit_notes,employee,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_credit_notes,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedCreditNotesPaymentTerm, + [EnumMember(Value = "payments,applied_payments,purchase_orders,applied_vendor_credits")] PaymentsAppliedPaymentsPurchaseOrdersAppliedVendorCredits, @@ -5174,6 +10734,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsPurchaseOrdersAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_vendor_credits,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_payments,purchase_orders,applied_vendor_credits,company")] PaymentsAppliedPaymentsPurchaseOrdersAppliedVendorCreditsCompany, @@ -5182,6 +10747,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsPurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_vendor_credits,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,purchase_orders,applied_vendor_credits,company,employee" )] @@ -5192,6 +10762,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsPurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_vendor_credits,company,employee,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_vendor_credits,company,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember(Value = "payments,applied_payments,purchase_orders,applied_vendor_credits,contact")] PaymentsAppliedPaymentsPurchaseOrdersAppliedVendorCreditsContact, @@ -5200,6 +10785,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsPurchaseOrdersAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,purchase_orders,applied_vendor_credits,contact,company" )] @@ -5210,6 +10800,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsPurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,purchase_orders,applied_vendor_credits,contact,company,employee" )] @@ -5220,6 +10815,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_vendor_credits,contact,company,employee,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_vendor_credits,contact,company,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,purchase_orders,applied_vendor_credits,contact,employee" )] @@ -5230,6 +10840,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsPurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_vendor_credits,contact,employee,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_vendor_credits,contact,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedVendorCreditsContactPaymentTerm, + [EnumMember( Value = "payments,applied_payments,purchase_orders,applied_vendor_credits,employee" )] @@ -5240,12 +10865,32 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsPurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_vendor_credits,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_vendor_credits,employee,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,purchase_orders,applied_vendor_credits,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "payments,applied_payments,purchase_orders,company")] PaymentsAppliedPaymentsPurchaseOrdersCompany, [EnumMember(Value = "payments,applied_payments,purchase_orders,company,accounting_period")] PaymentsAppliedPaymentsPurchaseOrdersCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,purchase_orders,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_payments,purchase_orders,company,employee")] PaymentsAppliedPaymentsPurchaseOrdersCompanyEmployee, @@ -5254,12 +10899,28 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsPurchaseOrdersCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,purchase_orders,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,applied_payments,purchase_orders,company,employee,payment_term")] + PaymentsAppliedPaymentsPurchaseOrdersCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_payments,purchase_orders,company,payment_term")] + PaymentsAppliedPaymentsPurchaseOrdersCompanyPaymentTerm, + [EnumMember(Value = "payments,applied_payments,purchase_orders,contact")] PaymentsAppliedPaymentsPurchaseOrdersContact, [EnumMember(Value = "payments,applied_payments,purchase_orders,contact,accounting_period")] PaymentsAppliedPaymentsPurchaseOrdersContactAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,purchase_orders,contact,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_payments,purchase_orders,contact,company")] PaymentsAppliedPaymentsPurchaseOrdersContactCompany, @@ -5268,6 +10929,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsPurchaseOrdersContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,purchase_orders,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_payments,purchase_orders,contact,company,employee")] PaymentsAppliedPaymentsPurchaseOrdersContactCompanyEmployee, @@ -5276,6 +10942,19 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsPurchaseOrdersContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,purchase_orders,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,purchase_orders,contact,company,employee,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_payments,purchase_orders,contact,company,payment_term")] + PaymentsAppliedPaymentsPurchaseOrdersContactCompanyPaymentTerm, + [EnumMember(Value = "payments,applied_payments,purchase_orders,contact,employee")] PaymentsAppliedPaymentsPurchaseOrdersContactEmployee, @@ -5284,18 +10963,45 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsPurchaseOrdersContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,purchase_orders,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,applied_payments,purchase_orders,contact,employee,payment_term")] + PaymentsAppliedPaymentsPurchaseOrdersContactEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_payments,purchase_orders,contact,payment_term")] + PaymentsAppliedPaymentsPurchaseOrdersContactPaymentTerm, + [EnumMember(Value = "payments,applied_payments,purchase_orders,employee")] PaymentsAppliedPaymentsPurchaseOrdersEmployee, [EnumMember(Value = "payments,applied_payments,purchase_orders,employee,accounting_period")] PaymentsAppliedPaymentsPurchaseOrdersEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,purchase_orders,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsPurchaseOrdersEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,applied_payments,purchase_orders,employee,payment_term")] + PaymentsAppliedPaymentsPurchaseOrdersEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_payments,purchase_orders,payment_term")] + PaymentsAppliedPaymentsPurchaseOrdersPaymentTerm, + [EnumMember(Value = "payments,applied_payments,tracking_categories")] PaymentsAppliedPaymentsTrackingCategories, [EnumMember(Value = "payments,applied_payments,tracking_categories,accounting_period")] PaymentsAppliedPaymentsTrackingCategoriesAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_payments,tracking_categories,applied_credit_notes")] PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotes, @@ -5304,6 +11010,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits" )] @@ -5314,6 +11025,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,company" )] @@ -5324,6 +11040,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,company,employee" )] @@ -5334,6 +11055,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,company,employee,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,company,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact" )] @@ -5344,6 +11080,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company" )] @@ -5354,25 +11095,60 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,employee" )] PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployee, [EnumMember( - Value = "payments,applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period" + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,employee,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,employee" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactEmployee, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period,payment_term" )] - PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, [EnumMember( - Value = "payments,applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,employee" + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,employee,payment_term" )] - PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactEmployee, + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactEmployeePaymentTerm, [EnumMember( - Value = "payments,applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period" + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,payment_term" )] - PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactPaymentTerm, [EnumMember( Value = "payments,applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,employee" @@ -5384,6 +11160,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,employee,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,applied_vendor_credits,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,applied_credit_notes,company" )] @@ -5394,6 +11185,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,applied_credit_notes,company,employee" )] @@ -5404,6 +11200,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,company,employee,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,company,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,applied_credit_notes,contact" )] @@ -5414,6 +11225,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesContactAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,contact,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,applied_credit_notes,contact,company" )] @@ -5424,6 +11240,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,applied_credit_notes,contact,company,employee" )] @@ -5434,6 +11255,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,contact,company,employee,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,contact,company,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesContactCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,applied_credit_notes,contact,employee" )] @@ -5444,6 +11280,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,contact,employee,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,contact,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesContactPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,applied_credit_notes,employee" )] @@ -5454,6 +11305,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,employee,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_credit_notes,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedCreditNotesPaymentTerm, + [EnumMember(Value = "payments,applied_payments,tracking_categories,applied_vendor_credits")] PaymentsAppliedPaymentsTrackingCategoriesAppliedVendorCredits, @@ -5462,6 +11328,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_vendor_credits,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,applied_vendor_credits,company" )] @@ -5472,6 +11343,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_vendor_credits,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,applied_vendor_credits,company,employee" )] @@ -5482,6 +11358,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_vendor_credits,company,employee,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_vendor_credits,company,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,applied_vendor_credits,contact" )] @@ -5492,6 +11383,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,applied_vendor_credits,contact,company" )] @@ -5502,6 +11398,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,applied_vendor_credits,contact,company,employee" )] @@ -5512,6 +11413,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_vendor_credits,contact,company,employee,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_vendor_credits,contact,company,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,applied_vendor_credits,contact,employee" )] @@ -5522,6 +11438,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_vendor_credits,contact,employee,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_vendor_credits,contact,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedVendorCreditsContactPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,applied_vendor_credits,employee" )] @@ -5532,12 +11463,32 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_vendor_credits,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_vendor_credits,employee,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,applied_vendor_credits,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "payments,applied_payments,tracking_categories,company")] PaymentsAppliedPaymentsTrackingCategoriesCompany, [EnumMember(Value = "payments,applied_payments,tracking_categories,company,accounting_period")] PaymentsAppliedPaymentsTrackingCategoriesCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_payments,tracking_categories,company,employee")] PaymentsAppliedPaymentsTrackingCategoriesCompanyEmployee, @@ -5546,12 +11497,30 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,company,employee,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_payments,tracking_categories,company,payment_term")] + PaymentsAppliedPaymentsTrackingCategoriesCompanyPaymentTerm, + [EnumMember(Value = "payments,applied_payments,tracking_categories,contact")] PaymentsAppliedPaymentsTrackingCategoriesContact, [EnumMember(Value = "payments,applied_payments,tracking_categories,contact,accounting_period")] PaymentsAppliedPaymentsTrackingCategoriesContactAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,contact,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_payments,tracking_categories,contact,company")] PaymentsAppliedPaymentsTrackingCategoriesContactCompany, @@ -5560,6 +11529,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_payments,tracking_categories,contact,company,employee")] PaymentsAppliedPaymentsTrackingCategoriesContactCompanyEmployee, @@ -5568,6 +11542,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,contact,company,employee,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,contact,company,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesContactCompanyPaymentTerm, + [EnumMember(Value = "payments,applied_payments,tracking_categories,contact,employee")] PaymentsAppliedPaymentsTrackingCategoriesContactEmployee, @@ -5576,12 +11565,36 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,contact,employee,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesContactEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_payments,tracking_categories,contact,payment_term")] + PaymentsAppliedPaymentsTrackingCategoriesContactPaymentTerm, + [EnumMember(Value = "payments,applied_payments,tracking_categories,employee")] PaymentsAppliedPaymentsTrackingCategoriesEmployee, [EnumMember(Value = "payments,applied_payments,tracking_categories,employee,accounting_period")] PaymentsAppliedPaymentsTrackingCategoriesEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,applied_payments,tracking_categories,employee,payment_term")] + PaymentsAppliedPaymentsTrackingCategoriesEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_payments,tracking_categories,payment_term")] + PaymentsAppliedPaymentsTrackingCategoriesPaymentTerm, + [EnumMember(Value = "payments,applied_payments,tracking_categories,purchase_orders")] PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrders, @@ -5590,6 +11603,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes" )] @@ -5600,6 +11618,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits" )] @@ -5610,6 +11633,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company" )] @@ -5620,6 +11648,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee" )] @@ -5630,6 +11663,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact" )] @@ -5640,6 +11688,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company" )] @@ -5650,6 +11703,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee" )] @@ -5660,6 +11718,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee" )] @@ -5670,6 +11743,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,employee" )] @@ -5680,6 +11768,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,company" )] @@ -5690,6 +11793,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,company,employee" )] @@ -5700,6 +11808,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,company,employee,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,company,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact" )] @@ -5711,44 +11834,99 @@ public enum InvoicesRetrieveRequestExpand PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactAccountingPeriod, [EnumMember( - Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact,company" + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact,company" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompany, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact,company,accounting_period" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriod, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact,company,employee" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyEmployee, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact,company,employee,accounting_period" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriod, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact,company,employee,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact,company,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact,employee" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactEmployee, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact,employee,accounting_period" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriod, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact,employee,accounting_period,payment_term" )] - PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompany, + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriodPaymentTerm, [EnumMember( - Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact,company,accounting_period" + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact,employee,payment_term" )] - PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriod, + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactEmployeePaymentTerm, [EnumMember( - Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact,company,employee" + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact,payment_term" )] - PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyEmployee, + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactPaymentTerm, [EnumMember( - Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact,company,employee,accounting_period" + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,employee" )] - PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriod, + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesEmployee, [EnumMember( - Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact,employee" + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,employee,accounting_period" )] - PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactEmployee, + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriod, [EnumMember( - Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,contact,employee,accounting_period" + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,employee,accounting_period,payment_term" )] - PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriod, + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriodPaymentTerm, [EnumMember( - Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,employee" + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,employee,payment_term" )] - PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesEmployee, + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesEmployeePaymentTerm, [EnumMember( - Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,employee,accounting_period" + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_credit_notes,payment_term" )] - PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriod, + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesPaymentTerm, [EnumMember( Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_vendor_credits" @@ -5760,6 +11938,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,company" )] @@ -5770,6 +11953,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,company,employee" )] @@ -5780,6 +11968,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,company,employee,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,company,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,contact" )] @@ -5790,6 +11993,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,company" )] @@ -5800,6 +12008,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,employee" )] @@ -5810,6 +12023,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,employee,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,employee" )] @@ -5820,6 +12048,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,employee,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,employee" )] @@ -5830,6 +12073,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,employee,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,applied_vendor_credits,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "payments,applied_payments,tracking_categories,purchase_orders,company")] PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersCompany, @@ -5838,6 +12096,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,purchase_orders,company,employee" )] @@ -5848,6 +12111,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,company,employee,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,company,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersCompanyPaymentTerm, + [EnumMember(Value = "payments,applied_payments,tracking_categories,purchase_orders,contact")] PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersContact, @@ -5856,6 +12134,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersContactAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,contact,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,purchase_orders,contact,company" )] @@ -5866,6 +12149,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,purchase_orders,contact,company,employee" )] @@ -5876,6 +12164,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,contact,company,employee,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,contact,company,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersContactCompanyPaymentTerm, + [EnumMember( Value = "payments,applied_payments,tracking_categories,purchase_orders,contact,employee" )] @@ -5886,6 +12189,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,contact,employee,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,contact,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersContactPaymentTerm, + [EnumMember(Value = "payments,applied_payments,tracking_categories,purchase_orders,employee")] PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersEmployee, @@ -5894,36 +12212,76 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,employee,accounting_period,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,employee,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersEmployeePaymentTerm, + + [EnumMember( + Value = "payments,applied_payments,tracking_categories,purchase_orders,payment_term" + )] + PaymentsAppliedPaymentsTrackingCategoriesPurchaseOrdersPaymentTerm, + [EnumMember(Value = "payments,applied_vendor_credits")] PaymentsAppliedVendorCredits, [EnumMember(Value = "payments,applied_vendor_credits,accounting_period")] PaymentsAppliedVendorCreditsAccountingPeriod, + [EnumMember(Value = "payments,applied_vendor_credits,accounting_period,payment_term")] + PaymentsAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_vendor_credits,company")] PaymentsAppliedVendorCreditsCompany, [EnumMember(Value = "payments,applied_vendor_credits,company,accounting_period")] PaymentsAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember(Value = "payments,applied_vendor_credits,company,accounting_period,payment_term")] + PaymentsAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_vendor_credits,company,employee")] PaymentsAppliedVendorCreditsCompanyEmployee, [EnumMember(Value = "payments,applied_vendor_credits,company,employee,accounting_period")] PaymentsAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,applied_vendor_credits,company,employee,payment_term")] + PaymentsAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_vendor_credits,company,payment_term")] + PaymentsAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember(Value = "payments,applied_vendor_credits,contact")] PaymentsAppliedVendorCreditsContact, [EnumMember(Value = "payments,applied_vendor_credits,contact,accounting_period")] PaymentsAppliedVendorCreditsContactAccountingPeriod, + [EnumMember(Value = "payments,applied_vendor_credits,contact,accounting_period,payment_term")] + PaymentsAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_vendor_credits,contact,company")] PaymentsAppliedVendorCreditsContactCompany, [EnumMember(Value = "payments,applied_vendor_credits,contact,company,accounting_period")] PaymentsAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PaymentsAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,applied_vendor_credits,contact,company,employee")] PaymentsAppliedVendorCreditsContactCompanyEmployee, @@ -5932,72 +12290,151 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PaymentsAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,applied_vendor_credits,contact,company,employee,payment_term")] + PaymentsAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_vendor_credits,contact,company,payment_term")] + PaymentsAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember(Value = "payments,applied_vendor_credits,contact,employee")] PaymentsAppliedVendorCreditsContactEmployee, [EnumMember(Value = "payments,applied_vendor_credits,contact,employee,accounting_period")] PaymentsAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + PaymentsAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,applied_vendor_credits,contact,employee,payment_term")] + PaymentsAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_vendor_credits,contact,payment_term")] + PaymentsAppliedVendorCreditsContactPaymentTerm, + [EnumMember(Value = "payments,applied_vendor_credits,employee")] PaymentsAppliedVendorCreditsEmployee, [EnumMember(Value = "payments,applied_vendor_credits,employee,accounting_period")] PaymentsAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember(Value = "payments,applied_vendor_credits,employee,accounting_period,payment_term")] + PaymentsAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,applied_vendor_credits,employee,payment_term")] + PaymentsAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember(Value = "payments,applied_vendor_credits,payment_term")] + PaymentsAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "payments,company")] PaymentsCompany, [EnumMember(Value = "payments,company,accounting_period")] PaymentsCompanyAccountingPeriod, + [EnumMember(Value = "payments,company,accounting_period,payment_term")] + PaymentsCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,company,employee")] PaymentsCompanyEmployee, [EnumMember(Value = "payments,company,employee,accounting_period")] PaymentsCompanyEmployeeAccountingPeriod, + [EnumMember(Value = "payments,company,employee,accounting_period,payment_term")] + PaymentsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,company,employee,payment_term")] + PaymentsCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,company,payment_term")] + PaymentsCompanyPaymentTerm, + [EnumMember(Value = "payments,contact")] PaymentsContact, [EnumMember(Value = "payments,contact,accounting_period")] PaymentsContactAccountingPeriod, + [EnumMember(Value = "payments,contact,accounting_period,payment_term")] + PaymentsContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,contact,company")] PaymentsContactCompany, [EnumMember(Value = "payments,contact,company,accounting_period")] PaymentsContactCompanyAccountingPeriod, + [EnumMember(Value = "payments,contact,company,accounting_period,payment_term")] + PaymentsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,contact,company,employee")] PaymentsContactCompanyEmployee, [EnumMember(Value = "payments,contact,company,employee,accounting_period")] PaymentsContactCompanyEmployeeAccountingPeriod, + [EnumMember(Value = "payments,contact,company,employee,accounting_period,payment_term")] + PaymentsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,contact,company,employee,payment_term")] + PaymentsContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,contact,company,payment_term")] + PaymentsContactCompanyPaymentTerm, + [EnumMember(Value = "payments,contact,employee")] PaymentsContactEmployee, [EnumMember(Value = "payments,contact,employee,accounting_period")] PaymentsContactEmployeeAccountingPeriod, + [EnumMember(Value = "payments,contact,employee,accounting_period,payment_term")] + PaymentsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,contact,employee,payment_term")] + PaymentsContactEmployeePaymentTerm, + + [EnumMember(Value = "payments,contact,payment_term")] + PaymentsContactPaymentTerm, + [EnumMember(Value = "payments,employee")] PaymentsEmployee, [EnumMember(Value = "payments,employee,accounting_period")] PaymentsEmployeeAccountingPeriod, + [EnumMember(Value = "payments,employee,accounting_period,payment_term")] + PaymentsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,employee,payment_term")] + PaymentsEmployeePaymentTerm, + [EnumMember(Value = "payments,line_items")] PaymentsLineItems, [EnumMember(Value = "payments,line_items,accounting_period")] PaymentsLineItemsAccountingPeriod, + [EnumMember(Value = "payments,line_items,accounting_period,payment_term")] + PaymentsLineItemsAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,line_items,applied_credit_notes")] PaymentsLineItemsAppliedCreditNotes, [EnumMember(Value = "payments,line_items,applied_credit_notes,accounting_period")] PaymentsLineItemsAppliedCreditNotesAccountingPeriod, + [EnumMember(Value = "payments,line_items,applied_credit_notes,accounting_period,payment_term")] + PaymentsLineItemsAppliedCreditNotesAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,line_items,applied_credit_notes,applied_vendor_credits")] PaymentsLineItemsAppliedCreditNotesAppliedVendorCredits, @@ -6006,6 +12443,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "payments,line_items,applied_credit_notes,applied_vendor_credits,accounting_period,payment_term" + )] + PaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,line_items,applied_credit_notes,applied_vendor_credits,company")] PaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsCompany, @@ -6014,6 +12456,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "payments,line_items,applied_credit_notes,applied_vendor_credits,company,accounting_period,payment_term" + )] + PaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,applied_credit_notes,applied_vendor_credits,company,employee" )] @@ -6024,6 +12471,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,applied_credit_notes,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,applied_credit_notes,applied_vendor_credits,company,employee,payment_term" + )] + PaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,applied_credit_notes,applied_vendor_credits,company,payment_term" + )] + PaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember(Value = "payments,line_items,applied_credit_notes,applied_vendor_credits,contact")] PaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContact, @@ -6032,6 +12494,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "payments,line_items,applied_credit_notes,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,applied_credit_notes,applied_vendor_credits,contact,company" )] @@ -6042,6 +12509,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,line_items,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,applied_credit_notes,applied_vendor_credits,contact,company,employee" )] @@ -6052,6 +12524,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,applied_credit_notes,applied_vendor_credits,contact,company,employee,payment_term" + )] + PaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,applied_credit_notes,applied_vendor_credits,contact,company,payment_term" + )] + PaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "payments,line_items,applied_credit_notes,applied_vendor_credits,contact,employee" )] @@ -6062,6 +12549,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + PaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,applied_credit_notes,applied_vendor_credits,contact,employee,payment_term" + )] + PaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,applied_credit_notes,applied_vendor_credits,contact,payment_term" + )] + PaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsContactPaymentTerm, + [EnumMember(Value = "payments,line_items,applied_credit_notes,applied_vendor_credits,employee")] PaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsEmployee, @@ -6070,12 +12572,32 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,applied_credit_notes,applied_vendor_credits,employee,accounting_period,payment_term" + )] + PaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,applied_credit_notes,applied_vendor_credits,employee,payment_term" + )] + PaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,applied_credit_notes,applied_vendor_credits,payment_term" + )] + PaymentsLineItemsAppliedCreditNotesAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "payments,line_items,applied_credit_notes,company")] PaymentsLineItemsAppliedCreditNotesCompany, [EnumMember(Value = "payments,line_items,applied_credit_notes,company,accounting_period")] PaymentsLineItemsAppliedCreditNotesCompanyAccountingPeriod, + [EnumMember( + Value = "payments,line_items,applied_credit_notes,company,accounting_period,payment_term" + )] + PaymentsLineItemsAppliedCreditNotesCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,line_items,applied_credit_notes,company,employee")] PaymentsLineItemsAppliedCreditNotesCompanyEmployee, @@ -6084,12 +12606,28 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsAppliedCreditNotesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,applied_credit_notes,company,employee,accounting_period,payment_term" + )] + PaymentsLineItemsAppliedCreditNotesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,line_items,applied_credit_notes,company,employee,payment_term")] + PaymentsLineItemsAppliedCreditNotesCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,line_items,applied_credit_notes,company,payment_term")] + PaymentsLineItemsAppliedCreditNotesCompanyPaymentTerm, + [EnumMember(Value = "payments,line_items,applied_credit_notes,contact")] PaymentsLineItemsAppliedCreditNotesContact, [EnumMember(Value = "payments,line_items,applied_credit_notes,contact,accounting_period")] PaymentsLineItemsAppliedCreditNotesContactAccountingPeriod, + [EnumMember( + Value = "payments,line_items,applied_credit_notes,contact,accounting_period,payment_term" + )] + PaymentsLineItemsAppliedCreditNotesContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,line_items,applied_credit_notes,contact,company")] PaymentsLineItemsAppliedCreditNotesContactCompany, @@ -6098,6 +12636,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsAppliedCreditNotesContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,line_items,applied_credit_notes,contact,company,accounting_period,payment_term" + )] + PaymentsLineItemsAppliedCreditNotesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,line_items,applied_credit_notes,contact,company,employee")] PaymentsLineItemsAppliedCreditNotesContactCompanyEmployee, @@ -6106,6 +12649,19 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsAppliedCreditNotesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,applied_credit_notes,contact,company,employee,accounting_period,payment_term" + )] + PaymentsLineItemsAppliedCreditNotesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,applied_credit_notes,contact,company,employee,payment_term" + )] + PaymentsLineItemsAppliedCreditNotesContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,line_items,applied_credit_notes,contact,company,payment_term")] + PaymentsLineItemsAppliedCreditNotesContactCompanyPaymentTerm, + [EnumMember(Value = "payments,line_items,applied_credit_notes,contact,employee")] PaymentsLineItemsAppliedCreditNotesContactEmployee, @@ -6114,24 +12670,56 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsAppliedCreditNotesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,applied_credit_notes,contact,employee,accounting_period,payment_term" + )] + PaymentsLineItemsAppliedCreditNotesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,line_items,applied_credit_notes,contact,employee,payment_term")] + PaymentsLineItemsAppliedCreditNotesContactEmployeePaymentTerm, + + [EnumMember(Value = "payments,line_items,applied_credit_notes,contact,payment_term")] + PaymentsLineItemsAppliedCreditNotesContactPaymentTerm, + [EnumMember(Value = "payments,line_items,applied_credit_notes,employee")] PaymentsLineItemsAppliedCreditNotesEmployee, [EnumMember(Value = "payments,line_items,applied_credit_notes,employee,accounting_period")] PaymentsLineItemsAppliedCreditNotesEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,applied_credit_notes,employee,accounting_period,payment_term" + )] + PaymentsLineItemsAppliedCreditNotesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,line_items,applied_credit_notes,employee,payment_term")] + PaymentsLineItemsAppliedCreditNotesEmployeePaymentTerm, + + [EnumMember(Value = "payments,line_items,applied_credit_notes,payment_term")] + PaymentsLineItemsAppliedCreditNotesPaymentTerm, + [EnumMember(Value = "payments,line_items,applied_vendor_credits")] PaymentsLineItemsAppliedVendorCredits, [EnumMember(Value = "payments,line_items,applied_vendor_credits,accounting_period")] PaymentsLineItemsAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "payments,line_items,applied_vendor_credits,accounting_period,payment_term" + )] + PaymentsLineItemsAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,line_items,applied_vendor_credits,company")] PaymentsLineItemsAppliedVendorCreditsCompany, [EnumMember(Value = "payments,line_items,applied_vendor_credits,company,accounting_period")] PaymentsLineItemsAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "payments,line_items,applied_vendor_credits,company,accounting_period,payment_term" + )] + PaymentsLineItemsAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,line_items,applied_vendor_credits,company,employee")] PaymentsLineItemsAppliedVendorCreditsCompanyEmployee, @@ -6140,12 +12728,28 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PaymentsLineItemsAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,line_items,applied_vendor_credits,company,employee,payment_term")] + PaymentsLineItemsAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,line_items,applied_vendor_credits,company,payment_term")] + PaymentsLineItemsAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember(Value = "payments,line_items,applied_vendor_credits,contact")] PaymentsLineItemsAppliedVendorCreditsContact, [EnumMember(Value = "payments,line_items,applied_vendor_credits,contact,accounting_period")] PaymentsLineItemsAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "payments,line_items,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PaymentsLineItemsAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,line_items,applied_vendor_credits,contact,company")] PaymentsLineItemsAppliedVendorCreditsContactCompany, @@ -6154,13 +12758,31 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,line_items,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PaymentsLineItemsAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,line_items,applied_vendor_credits,contact,company,employee")] PaymentsLineItemsAppliedVendorCreditsContactCompanyEmployee, [EnumMember( Value = "payments,line_items,applied_vendor_credits,contact,company,employee,accounting_period" )] - PaymentsLineItemsAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + PaymentsLineItemsAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + + [EnumMember( + Value = "payments,line_items,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PaymentsLineItemsAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,applied_vendor_credits,contact,company,employee,payment_term" + )] + PaymentsLineItemsAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,line_items,applied_vendor_credits,contact,company,payment_term")] + PaymentsLineItemsAppliedVendorCreditsContactCompanyPaymentTerm, [EnumMember(Value = "payments,line_items,applied_vendor_credits,contact,employee")] PaymentsLineItemsAppliedVendorCreditsContactEmployee, @@ -6170,60 +12792,132 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + PaymentsLineItemsAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,line_items,applied_vendor_credits,contact,employee,payment_term")] + PaymentsLineItemsAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember(Value = "payments,line_items,applied_vendor_credits,contact,payment_term")] + PaymentsLineItemsAppliedVendorCreditsContactPaymentTerm, + [EnumMember(Value = "payments,line_items,applied_vendor_credits,employee")] PaymentsLineItemsAppliedVendorCreditsEmployee, [EnumMember(Value = "payments,line_items,applied_vendor_credits,employee,accounting_period")] PaymentsLineItemsAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,applied_vendor_credits,employee,accounting_period,payment_term" + )] + PaymentsLineItemsAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,line_items,applied_vendor_credits,employee,payment_term")] + PaymentsLineItemsAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember(Value = "payments,line_items,applied_vendor_credits,payment_term")] + PaymentsLineItemsAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "payments,line_items,company")] PaymentsLineItemsCompany, [EnumMember(Value = "payments,line_items,company,accounting_period")] PaymentsLineItemsCompanyAccountingPeriod, + [EnumMember(Value = "payments,line_items,company,accounting_period,payment_term")] + PaymentsLineItemsCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,line_items,company,employee")] PaymentsLineItemsCompanyEmployee, [EnumMember(Value = "payments,line_items,company,employee,accounting_period")] PaymentsLineItemsCompanyEmployeeAccountingPeriod, + [EnumMember(Value = "payments,line_items,company,employee,accounting_period,payment_term")] + PaymentsLineItemsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,line_items,company,employee,payment_term")] + PaymentsLineItemsCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,line_items,company,payment_term")] + PaymentsLineItemsCompanyPaymentTerm, + [EnumMember(Value = "payments,line_items,contact")] PaymentsLineItemsContact, [EnumMember(Value = "payments,line_items,contact,accounting_period")] PaymentsLineItemsContactAccountingPeriod, + [EnumMember(Value = "payments,line_items,contact,accounting_period,payment_term")] + PaymentsLineItemsContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,line_items,contact,company")] PaymentsLineItemsContactCompany, [EnumMember(Value = "payments,line_items,contact,company,accounting_period")] PaymentsLineItemsContactCompanyAccountingPeriod, + [EnumMember(Value = "payments,line_items,contact,company,accounting_period,payment_term")] + PaymentsLineItemsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,line_items,contact,company,employee")] PaymentsLineItemsContactCompanyEmployee, [EnumMember(Value = "payments,line_items,contact,company,employee,accounting_period")] PaymentsLineItemsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,contact,company,employee,accounting_period,payment_term" + )] + PaymentsLineItemsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,line_items,contact,company,employee,payment_term")] + PaymentsLineItemsContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,line_items,contact,company,payment_term")] + PaymentsLineItemsContactCompanyPaymentTerm, + [EnumMember(Value = "payments,line_items,contact,employee")] PaymentsLineItemsContactEmployee, [EnumMember(Value = "payments,line_items,contact,employee,accounting_period")] PaymentsLineItemsContactEmployeeAccountingPeriod, + [EnumMember(Value = "payments,line_items,contact,employee,accounting_period,payment_term")] + PaymentsLineItemsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,line_items,contact,employee,payment_term")] + PaymentsLineItemsContactEmployeePaymentTerm, + + [EnumMember(Value = "payments,line_items,contact,payment_term")] + PaymentsLineItemsContactPaymentTerm, + [EnumMember(Value = "payments,line_items,employee")] PaymentsLineItemsEmployee, [EnumMember(Value = "payments,line_items,employee,accounting_period")] PaymentsLineItemsEmployeeAccountingPeriod, + [EnumMember(Value = "payments,line_items,employee,accounting_period,payment_term")] + PaymentsLineItemsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,line_items,employee,payment_term")] + PaymentsLineItemsEmployeePaymentTerm, + + [EnumMember(Value = "payments,line_items,payment_term")] + PaymentsLineItemsPaymentTerm, + [EnumMember(Value = "payments,line_items,purchase_orders")] PaymentsLineItemsPurchaseOrders, [EnumMember(Value = "payments,line_items,purchase_orders,accounting_period")] PaymentsLineItemsPurchaseOrdersAccountingPeriod, + [EnumMember(Value = "payments,line_items,purchase_orders,accounting_period,payment_term")] + PaymentsLineItemsPurchaseOrdersAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,line_items,purchase_orders,applied_credit_notes")] PaymentsLineItemsPurchaseOrdersAppliedCreditNotes, @@ -6232,6 +12926,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsPurchaseOrdersAppliedCreditNotesAccountingPeriod, + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_credit_notes,accounting_period,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedCreditNotesAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits" )] @@ -6242,6 +12941,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,accounting_period,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,company" )] @@ -6252,6 +12956,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,company,accounting_period,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee" )] @@ -6262,6 +12971,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,company,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact" )] @@ -6272,6 +12996,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company" )] @@ -6282,6 +13011,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee" )] @@ -6292,6 +13026,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee" )] @@ -6302,6 +13051,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactPaymentTerm, + [EnumMember( Value = "payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,employee" )] @@ -6312,6 +13076,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,accounting_period,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_credit_notes,applied_vendor_credits,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "payments,line_items,purchase_orders,applied_credit_notes,company")] PaymentsLineItemsPurchaseOrdersAppliedCreditNotesCompany, @@ -6320,6 +13099,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsPurchaseOrdersAppliedCreditNotesCompanyAccountingPeriod, + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_credit_notes,company,accounting_period,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedCreditNotesCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,purchase_orders,applied_credit_notes,company,employee" )] @@ -6330,6 +13114,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsPurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_credit_notes,company,employee,accounting_period,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_credit_notes,company,employee,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedCreditNotesCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_credit_notes,company,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedCreditNotesCompanyPaymentTerm, + [EnumMember(Value = "payments,line_items,purchase_orders,applied_credit_notes,contact")] PaymentsLineItemsPurchaseOrdersAppliedCreditNotesContact, @@ -6338,6 +13137,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactAccountingPeriod, + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_credit_notes,contact,accounting_period,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,line_items,purchase_orders,applied_credit_notes,contact,company")] PaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactCompany, @@ -6346,6 +13150,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_credit_notes,contact,company,accounting_period,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,purchase_orders,applied_credit_notes,contact,company,employee" )] @@ -6356,6 +13165,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_credit_notes,contact,company,employee,accounting_period,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_credit_notes,contact,company,employee,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_credit_notes,contact,company,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactCompanyPaymentTerm, + [EnumMember( Value = "payments,line_items,purchase_orders,applied_credit_notes,contact,employee" )] @@ -6366,6 +13190,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_credit_notes,contact,employee,accounting_period,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_credit_notes,contact,employee,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_credit_notes,contact,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedCreditNotesContactPaymentTerm, + [EnumMember(Value = "payments,line_items,purchase_orders,applied_credit_notes,employee")] PaymentsLineItemsPurchaseOrdersAppliedCreditNotesEmployee, @@ -6374,6 +13213,19 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsPurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_credit_notes,employee,accounting_period,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_credit_notes,employee,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedCreditNotesEmployeePaymentTerm, + + [EnumMember(Value = "payments,line_items,purchase_orders,applied_credit_notes,payment_term")] + PaymentsLineItemsPurchaseOrdersAppliedCreditNotesPaymentTerm, + [EnumMember(Value = "payments,line_items,purchase_orders,applied_vendor_credits")] PaymentsLineItemsPurchaseOrdersAppliedVendorCredits, @@ -6382,6 +13234,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsPurchaseOrdersAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_vendor_credits,accounting_period,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,line_items,purchase_orders,applied_vendor_credits,company")] PaymentsLineItemsPurchaseOrdersAppliedVendorCreditsCompany, @@ -6390,6 +13247,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsPurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_vendor_credits,company,accounting_period,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,purchase_orders,applied_vendor_credits,company,employee" )] @@ -6400,6 +13262,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsPurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_vendor_credits,company,employee,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_vendor_credits,company,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember(Value = "payments,line_items,purchase_orders,applied_vendor_credits,contact")] PaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContact, @@ -6408,6 +13285,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,purchase_orders,applied_vendor_credits,contact,company" )] @@ -6418,6 +13300,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,purchase_orders,applied_vendor_credits,contact,company,employee" )] @@ -6428,6 +13315,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_vendor_credits,contact,company,employee,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_vendor_credits,contact,company,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "payments,line_items,purchase_orders,applied_vendor_credits,contact,employee" )] @@ -6438,6 +13340,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_vendor_credits,contact,employee,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_vendor_credits,contact,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedVendorCreditsContactPaymentTerm, + [EnumMember(Value = "payments,line_items,purchase_orders,applied_vendor_credits,employee")] PaymentsLineItemsPurchaseOrdersAppliedVendorCreditsEmployee, @@ -6446,30 +13363,69 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsPurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_vendor_credits,employee,accounting_period,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,purchase_orders,applied_vendor_credits,employee,payment_term" + )] + PaymentsLineItemsPurchaseOrdersAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember(Value = "payments,line_items,purchase_orders,applied_vendor_credits,payment_term")] + PaymentsLineItemsPurchaseOrdersAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "payments,line_items,purchase_orders,company")] PaymentsLineItemsPurchaseOrdersCompany, [EnumMember(Value = "payments,line_items,purchase_orders,company,accounting_period")] PaymentsLineItemsPurchaseOrdersCompanyAccountingPeriod, + [EnumMember( + Value = "payments,line_items,purchase_orders,company,accounting_period,payment_term" + )] + PaymentsLineItemsPurchaseOrdersCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,line_items,purchase_orders,company,employee")] PaymentsLineItemsPurchaseOrdersCompanyEmployee, [EnumMember(Value = "payments,line_items,purchase_orders,company,employee,accounting_period")] PaymentsLineItemsPurchaseOrdersCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,purchase_orders,company,employee,accounting_period,payment_term" + )] + PaymentsLineItemsPurchaseOrdersCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,line_items,purchase_orders,company,employee,payment_term")] + PaymentsLineItemsPurchaseOrdersCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,line_items,purchase_orders,company,payment_term")] + PaymentsLineItemsPurchaseOrdersCompanyPaymentTerm, + [EnumMember(Value = "payments,line_items,purchase_orders,contact")] PaymentsLineItemsPurchaseOrdersContact, [EnumMember(Value = "payments,line_items,purchase_orders,contact,accounting_period")] PaymentsLineItemsPurchaseOrdersContactAccountingPeriod, + [EnumMember( + Value = "payments,line_items,purchase_orders,contact,accounting_period,payment_term" + )] + PaymentsLineItemsPurchaseOrdersContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,line_items,purchase_orders,contact,company")] PaymentsLineItemsPurchaseOrdersContactCompany, [EnumMember(Value = "payments,line_items,purchase_orders,contact,company,accounting_period")] PaymentsLineItemsPurchaseOrdersContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,line_items,purchase_orders,contact,company,accounting_period,payment_term" + )] + PaymentsLineItemsPurchaseOrdersContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,line_items,purchase_orders,contact,company,employee")] PaymentsLineItemsPurchaseOrdersContactCompanyEmployee, @@ -6478,24 +13434,62 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsPurchaseOrdersContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,purchase_orders,contact,company,employee,accounting_period,payment_term" + )] + PaymentsLineItemsPurchaseOrdersContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,purchase_orders,contact,company,employee,payment_term" + )] + PaymentsLineItemsPurchaseOrdersContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,line_items,purchase_orders,contact,company,payment_term")] + PaymentsLineItemsPurchaseOrdersContactCompanyPaymentTerm, + [EnumMember(Value = "payments,line_items,purchase_orders,contact,employee")] PaymentsLineItemsPurchaseOrdersContactEmployee, [EnumMember(Value = "payments,line_items,purchase_orders,contact,employee,accounting_period")] PaymentsLineItemsPurchaseOrdersContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,purchase_orders,contact,employee,accounting_period,payment_term" + )] + PaymentsLineItemsPurchaseOrdersContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,line_items,purchase_orders,contact,employee,payment_term")] + PaymentsLineItemsPurchaseOrdersContactEmployeePaymentTerm, + + [EnumMember(Value = "payments,line_items,purchase_orders,contact,payment_term")] + PaymentsLineItemsPurchaseOrdersContactPaymentTerm, + [EnumMember(Value = "payments,line_items,purchase_orders,employee")] PaymentsLineItemsPurchaseOrdersEmployee, [EnumMember(Value = "payments,line_items,purchase_orders,employee,accounting_period")] PaymentsLineItemsPurchaseOrdersEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,purchase_orders,employee,accounting_period,payment_term" + )] + PaymentsLineItemsPurchaseOrdersEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,line_items,purchase_orders,employee,payment_term")] + PaymentsLineItemsPurchaseOrdersEmployeePaymentTerm, + + [EnumMember(Value = "payments,line_items,purchase_orders,payment_term")] + PaymentsLineItemsPurchaseOrdersPaymentTerm, + [EnumMember(Value = "payments,line_items,tracking_categories")] PaymentsLineItemsTrackingCategories, [EnumMember(Value = "payments,line_items,tracking_categories,accounting_period")] PaymentsLineItemsTrackingCategoriesAccountingPeriod, + [EnumMember(Value = "payments,line_items,tracking_categories,accounting_period,payment_term")] + PaymentsLineItemsTrackingCategoriesAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,line_items,tracking_categories,applied_credit_notes")] PaymentsLineItemsTrackingCategoriesAppliedCreditNotes, @@ -6504,6 +13498,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_credit_notes,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits" )] @@ -6514,6 +13513,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,company" )] @@ -6524,6 +13528,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,company,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,company,employee" )] @@ -6535,44 +13544,99 @@ public enum InvoicesRetrieveRequestExpand PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, [EnumMember( - Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact" + Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,company,employee,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,company,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyPaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact" + )] + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContact, + + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,accounting_period" + )] + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company" + )] + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompany, + + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period" + )] + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,employee" + )] + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployee, + + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period" + )] + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" )] - PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContact, + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, [EnumMember( - Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,accounting_period" + Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,employee,payment_term" )] - PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, [EnumMember( - Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company" + Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,payment_term" )] - PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompany, + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyPaymentTerm, [EnumMember( - Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period" + Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,employee" )] - PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactEmployee, [EnumMember( - Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,employee" + Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period" )] - PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployee, + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, [EnumMember( - Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period" + Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period,payment_term" )] - PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, [EnumMember( - Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,employee" + Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,employee,payment_term" )] - PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactEmployee, + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactEmployeePaymentTerm, [EnumMember( - Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period" + Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,payment_term" )] - PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactPaymentTerm, [EnumMember( Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,employee" @@ -6584,6 +13648,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,employee,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,employee,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_credit_notes,applied_vendor_credits,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "payments,line_items,tracking_categories,applied_credit_notes,company")] PaymentsLineItemsTrackingCategoriesAppliedCreditNotesCompany, @@ -6592,6 +13671,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsTrackingCategoriesAppliedCreditNotesCompanyAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_credit_notes,company,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,applied_credit_notes,company,employee" )] @@ -6602,6 +13686,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsTrackingCategoriesAppliedCreditNotesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_credit_notes,company,employee,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_credit_notes,company,employee,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_credit_notes,company,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesCompanyPaymentTerm, + [EnumMember(Value = "payments,line_items,tracking_categories,applied_credit_notes,contact")] PaymentsLineItemsTrackingCategoriesAppliedCreditNotesContact, @@ -6610,6 +13709,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_credit_notes,contact,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,applied_credit_notes,contact,company" )] @@ -6620,6 +13724,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_credit_notes,contact,company,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,applied_credit_notes,contact,company,employee" )] @@ -6630,6 +13739,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_credit_notes,contact,company,employee,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_credit_notes,contact,company,employee,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_credit_notes,contact,company,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactCompanyPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,applied_credit_notes,contact,employee" )] @@ -6640,6 +13764,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_credit_notes,contact,employee,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_credit_notes,contact,employee,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_credit_notes,contact,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesContactPaymentTerm, + [EnumMember(Value = "payments,line_items,tracking_categories,applied_credit_notes,employee")] PaymentsLineItemsTrackingCategoriesAppliedCreditNotesEmployee, @@ -6648,6 +13787,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsTrackingCategoriesAppliedCreditNotesEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_credit_notes,employee,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_credit_notes,employee,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_credit_notes,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedCreditNotesPaymentTerm, + [EnumMember(Value = "payments,line_items,tracking_categories,applied_vendor_credits")] PaymentsLineItemsTrackingCategoriesAppliedVendorCredits, @@ -6656,6 +13810,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsTrackingCategoriesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_vendor_credits,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,line_items,tracking_categories,applied_vendor_credits,company")] PaymentsLineItemsTrackingCategoriesAppliedVendorCreditsCompany, @@ -6664,6 +13823,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsTrackingCategoriesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_vendor_credits,company,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,applied_vendor_credits,company,employee" )] @@ -6674,6 +13838,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsTrackingCategoriesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_vendor_credits,company,employee,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_vendor_credits,company,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember(Value = "payments,line_items,tracking_categories,applied_vendor_credits,contact")] PaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContact, @@ -6682,6 +13861,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,applied_vendor_credits,contact,company" )] @@ -6692,6 +13876,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,applied_vendor_credits,contact,company,employee" )] @@ -6702,6 +13891,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_vendor_credits,contact,company,employee,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_vendor_credits,contact,company,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,applied_vendor_credits,contact,employee" )] @@ -6712,6 +13916,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_vendor_credits,contact,employee,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_vendor_credits,contact,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedVendorCreditsContactPaymentTerm, + [EnumMember(Value = "payments,line_items,tracking_categories,applied_vendor_credits,employee")] PaymentsLineItemsTrackingCategoriesAppliedVendorCreditsEmployee, @@ -6720,12 +13939,32 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsTrackingCategoriesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_vendor_credits,employee,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_vendor_credits,employee,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,applied_vendor_credits,payment_term" + )] + PaymentsLineItemsTrackingCategoriesAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "payments,line_items,tracking_categories,company")] PaymentsLineItemsTrackingCategoriesCompany, [EnumMember(Value = "payments,line_items,tracking_categories,company,accounting_period")] PaymentsLineItemsTrackingCategoriesCompanyAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,company,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,line_items,tracking_categories,company,employee")] PaymentsLineItemsTrackingCategoriesCompanyEmployee, @@ -6734,12 +13973,28 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsTrackingCategoriesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,company,employee,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,line_items,tracking_categories,company,employee,payment_term")] + PaymentsLineItemsTrackingCategoriesCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,line_items,tracking_categories,company,payment_term")] + PaymentsLineItemsTrackingCategoriesCompanyPaymentTerm, + [EnumMember(Value = "payments,line_items,tracking_categories,contact")] PaymentsLineItemsTrackingCategoriesContact, [EnumMember(Value = "payments,line_items,tracking_categories,contact,accounting_period")] PaymentsLineItemsTrackingCategoriesContactAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,contact,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,line_items,tracking_categories,contact,company")] PaymentsLineItemsTrackingCategoriesContactCompany, @@ -6748,6 +14003,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsTrackingCategoriesContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,contact,company,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,line_items,tracking_categories,contact,company,employee")] PaymentsLineItemsTrackingCategoriesContactCompanyEmployee, @@ -6756,6 +14016,19 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsTrackingCategoriesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,contact,company,employee,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,contact,company,employee,payment_term" + )] + PaymentsLineItemsTrackingCategoriesContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,line_items,tracking_categories,contact,company,payment_term")] + PaymentsLineItemsTrackingCategoriesContactCompanyPaymentTerm, + [EnumMember(Value = "payments,line_items,tracking_categories,contact,employee")] PaymentsLineItemsTrackingCategoriesContactEmployee, @@ -6764,12 +14037,34 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsTrackingCategoriesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,contact,employee,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,line_items,tracking_categories,contact,employee,payment_term")] + PaymentsLineItemsTrackingCategoriesContactEmployeePaymentTerm, + + [EnumMember(Value = "payments,line_items,tracking_categories,contact,payment_term")] + PaymentsLineItemsTrackingCategoriesContactPaymentTerm, + [EnumMember(Value = "payments,line_items,tracking_categories,employee")] PaymentsLineItemsTrackingCategoriesEmployee, [EnumMember(Value = "payments,line_items,tracking_categories,employee,accounting_period")] PaymentsLineItemsTrackingCategoriesEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,employee,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,line_items,tracking_categories,employee,payment_term")] + PaymentsLineItemsTrackingCategoriesEmployeePaymentTerm, + + [EnumMember(Value = "payments,line_items,tracking_categories,payment_term")] + PaymentsLineItemsTrackingCategoriesPaymentTerm, + [EnumMember(Value = "payments,line_items,tracking_categories,purchase_orders")] PaymentsLineItemsTrackingCategoriesPurchaseOrders, @@ -6778,6 +14073,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsTrackingCategoriesPurchaseOrdersAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes" )] @@ -6788,6 +14088,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits" )] @@ -6798,6 +14103,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company" )] @@ -6808,6 +14118,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee" )] @@ -6818,6 +14133,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact" )] @@ -6828,6 +14158,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company" )] @@ -6838,6 +14173,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee" )] @@ -6848,6 +14188,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee" )] @@ -6858,6 +14213,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,employee" )] @@ -6868,6 +14238,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,company" )] @@ -6878,6 +14263,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,company,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,company,employee" )] @@ -6888,6 +14278,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,company,employee,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,company,employee,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,company,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact" )] @@ -6898,6 +14303,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,company" )] @@ -6908,6 +14318,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,company,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,company,employee" )] @@ -6918,6 +14333,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,company,employee,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,company,employee,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,company,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,employee" )] @@ -6928,6 +14358,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,employee,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,employee,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,contact,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,employee" )] @@ -6938,6 +14383,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,employee,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,employee,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_credit_notes,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedCreditNotesPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits" )] @@ -6946,7 +14406,12 @@ public enum InvoicesRetrieveRequestExpand [EnumMember( Value = "payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,accounting_period" )] - PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsAccountingPeriod, + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsAccountingPeriod, + + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsAccountingPeriodPaymentTerm, [EnumMember( Value = "payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,company" @@ -6958,6 +14423,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,company,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,company,employee" )] @@ -6968,6 +14438,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,company,employee,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,company,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact" )] @@ -6978,6 +14463,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,company" )] @@ -6988,6 +14478,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,employee" )] @@ -6998,6 +14493,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,employee,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,employee" )] @@ -7008,6 +14518,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,employee,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,contact,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,employee" )] @@ -7018,6 +14543,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,employee,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,employee,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,applied_vendor_credits,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "payments,line_items,tracking_categories,purchase_orders,company")] PaymentsLineItemsTrackingCategoriesPurchaseOrdersCompany, @@ -7026,6 +14566,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsTrackingCategoriesPurchaseOrdersCompanyAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,company,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,line_items,tracking_categories,purchase_orders,company,employee")] PaymentsLineItemsTrackingCategoriesPurchaseOrdersCompanyEmployee, @@ -7034,6 +14579,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsTrackingCategoriesPurchaseOrdersCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,company,employee,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,company,employee,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,company,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersCompanyPaymentTerm, + [EnumMember(Value = "payments,line_items,tracking_categories,purchase_orders,contact")] PaymentsLineItemsTrackingCategoriesPurchaseOrdersContact, @@ -7042,6 +14602,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsTrackingCategoriesPurchaseOrdersContactAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,contact,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,line_items,tracking_categories,purchase_orders,contact,company")] PaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompany, @@ -7050,6 +14615,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,contact,company,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,line_items,tracking_categories,purchase_orders,contact,company,employee" )] @@ -7060,6 +14630,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,contact,company,employee,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,contact,company,employee,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,contact,company,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersContactCompanyPaymentTerm, + [EnumMember(Value = "payments,line_items,tracking_categories,purchase_orders,contact,employee")] PaymentsLineItemsTrackingCategoriesPurchaseOrdersContactEmployee, @@ -7068,6 +14653,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsTrackingCategoriesPurchaseOrdersContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,contact,employee,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,contact,employee,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,contact,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersContactPaymentTerm, + [EnumMember(Value = "payments,line_items,tracking_categories,purchase_orders,employee")] PaymentsLineItemsTrackingCategoriesPurchaseOrdersEmployee, @@ -7076,18 +14676,42 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsLineItemsTrackingCategoriesPurchaseOrdersEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,employee,accounting_period,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,line_items,tracking_categories,purchase_orders,employee,payment_term" + )] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersEmployeePaymentTerm, + + [EnumMember(Value = "payments,line_items,tracking_categories,purchase_orders,payment_term")] + PaymentsLineItemsTrackingCategoriesPurchaseOrdersPaymentTerm, + + [EnumMember(Value = "payments,payment_term")] + PaymentsPaymentTerm, + [EnumMember(Value = "payments,purchase_orders")] PaymentsPurchaseOrders, [EnumMember(Value = "payments,purchase_orders,accounting_period")] PaymentsPurchaseOrdersAccountingPeriod, + [EnumMember(Value = "payments,purchase_orders,accounting_period,payment_term")] + PaymentsPurchaseOrdersAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,purchase_orders,applied_credit_notes")] PaymentsPurchaseOrdersAppliedCreditNotes, [EnumMember(Value = "payments,purchase_orders,applied_credit_notes,accounting_period")] PaymentsPurchaseOrdersAppliedCreditNotesAccountingPeriod, + [EnumMember( + Value = "payments,purchase_orders,applied_credit_notes,accounting_period,payment_term" + )] + PaymentsPurchaseOrdersAppliedCreditNotesAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,purchase_orders,applied_credit_notes,applied_vendor_credits")] PaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCredits, @@ -7096,6 +14720,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "payments,purchase_orders,applied_credit_notes,applied_vendor_credits,accounting_period,payment_term" + )] + PaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,purchase_orders,applied_credit_notes,applied_vendor_credits,company" )] @@ -7106,6 +14735,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "payments,purchase_orders,applied_credit_notes,applied_vendor_credits,company,accounting_period,payment_term" + )] + PaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee" )] @@ -7116,6 +14750,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee,payment_term" + )] + PaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,purchase_orders,applied_credit_notes,applied_vendor_credits,company,payment_term" + )] + PaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact" )] @@ -7126,6 +14775,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company" )] @@ -7136,6 +14790,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee" )] @@ -7146,6 +14805,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,payment_term" + )] + PaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,payment_term" + )] + PaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee" )] @@ -7156,6 +14830,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + PaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,payment_term" + )] + PaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,payment_term" + )] + PaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactPaymentTerm, + [EnumMember( Value = "payments,purchase_orders,applied_credit_notes,applied_vendor_credits,employee" )] @@ -7166,12 +14855,32 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,accounting_period,payment_term" + )] + PaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,payment_term" + )] + PaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "payments,purchase_orders,applied_credit_notes,applied_vendor_credits,payment_term" + )] + PaymentsPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "payments,purchase_orders,applied_credit_notes,company")] PaymentsPurchaseOrdersAppliedCreditNotesCompany, [EnumMember(Value = "payments,purchase_orders,applied_credit_notes,company,accounting_period")] PaymentsPurchaseOrdersAppliedCreditNotesCompanyAccountingPeriod, + [EnumMember( + Value = "payments,purchase_orders,applied_credit_notes,company,accounting_period,payment_term" + )] + PaymentsPurchaseOrdersAppliedCreditNotesCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,purchase_orders,applied_credit_notes,company,employee")] PaymentsPurchaseOrdersAppliedCreditNotesCompanyEmployee, @@ -7180,12 +14889,30 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsPurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,purchase_orders,applied_credit_notes,company,employee,accounting_period,payment_term" + )] + PaymentsPurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,purchase_orders,applied_credit_notes,company,employee,payment_term" + )] + PaymentsPurchaseOrdersAppliedCreditNotesCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,purchase_orders,applied_credit_notes,company,payment_term")] + PaymentsPurchaseOrdersAppliedCreditNotesCompanyPaymentTerm, + [EnumMember(Value = "payments,purchase_orders,applied_credit_notes,contact")] PaymentsPurchaseOrdersAppliedCreditNotesContact, [EnumMember(Value = "payments,purchase_orders,applied_credit_notes,contact,accounting_period")] PaymentsPurchaseOrdersAppliedCreditNotesContactAccountingPeriod, + [EnumMember( + Value = "payments,purchase_orders,applied_credit_notes,contact,accounting_period,payment_term" + )] + PaymentsPurchaseOrdersAppliedCreditNotesContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,purchase_orders,applied_credit_notes,contact,company")] PaymentsPurchaseOrdersAppliedCreditNotesContactCompany, @@ -7194,6 +14921,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsPurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,purchase_orders,applied_credit_notes,contact,company,accounting_period,payment_term" + )] + PaymentsPurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,purchase_orders,applied_credit_notes,contact,company,employee")] PaymentsPurchaseOrdersAppliedCreditNotesContactCompanyEmployee, @@ -7202,6 +14934,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsPurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,purchase_orders,applied_credit_notes,contact,company,employee,accounting_period,payment_term" + )] + PaymentsPurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,purchase_orders,applied_credit_notes,contact,company,employee,payment_term" + )] + PaymentsPurchaseOrdersAppliedCreditNotesContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,purchase_orders,applied_credit_notes,contact,company,payment_term" + )] + PaymentsPurchaseOrdersAppliedCreditNotesContactCompanyPaymentTerm, + [EnumMember(Value = "payments,purchase_orders,applied_credit_notes,contact,employee")] PaymentsPurchaseOrdersAppliedCreditNotesContactEmployee, @@ -7210,18 +14957,47 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsPurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,purchase_orders,applied_credit_notes,contact,employee,accounting_period,payment_term" + )] + PaymentsPurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,purchase_orders,applied_credit_notes,contact,employee,payment_term" + )] + PaymentsPurchaseOrdersAppliedCreditNotesContactEmployeePaymentTerm, + + [EnumMember(Value = "payments,purchase_orders,applied_credit_notes,contact,payment_term")] + PaymentsPurchaseOrdersAppliedCreditNotesContactPaymentTerm, + [EnumMember(Value = "payments,purchase_orders,applied_credit_notes,employee")] PaymentsPurchaseOrdersAppliedCreditNotesEmployee, [EnumMember(Value = "payments,purchase_orders,applied_credit_notes,employee,accounting_period")] PaymentsPurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,purchase_orders,applied_credit_notes,employee,accounting_period,payment_term" + )] + PaymentsPurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,purchase_orders,applied_credit_notes,employee,payment_term")] + PaymentsPurchaseOrdersAppliedCreditNotesEmployeePaymentTerm, + + [EnumMember(Value = "payments,purchase_orders,applied_credit_notes,payment_term")] + PaymentsPurchaseOrdersAppliedCreditNotesPaymentTerm, + [EnumMember(Value = "payments,purchase_orders,applied_vendor_credits")] PaymentsPurchaseOrdersAppliedVendorCredits, [EnumMember(Value = "payments,purchase_orders,applied_vendor_credits,accounting_period")] PaymentsPurchaseOrdersAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "payments,purchase_orders,applied_vendor_credits,accounting_period,payment_term" + )] + PaymentsPurchaseOrdersAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,purchase_orders,applied_vendor_credits,company")] PaymentsPurchaseOrdersAppliedVendorCreditsCompany, @@ -7230,6 +15006,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsPurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "payments,purchase_orders,applied_vendor_credits,company,accounting_period,payment_term" + )] + PaymentsPurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,purchase_orders,applied_vendor_credits,company,employee")] PaymentsPurchaseOrdersAppliedVendorCreditsCompanyEmployee, @@ -7238,6 +15019,19 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsPurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,purchase_orders,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PaymentsPurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,purchase_orders,applied_vendor_credits,company,employee,payment_term" + )] + PaymentsPurchaseOrdersAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,purchase_orders,applied_vendor_credits,company,payment_term")] + PaymentsPurchaseOrdersAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember(Value = "payments,purchase_orders,applied_vendor_credits,contact")] PaymentsPurchaseOrdersAppliedVendorCreditsContact, @@ -7246,6 +15040,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsPurchaseOrdersAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "payments,purchase_orders,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PaymentsPurchaseOrdersAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,purchase_orders,applied_vendor_credits,contact,company")] PaymentsPurchaseOrdersAppliedVendorCreditsContactCompany, @@ -7254,6 +15053,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsPurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,purchase_orders,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PaymentsPurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,purchase_orders,applied_vendor_credits,contact,company,employee")] PaymentsPurchaseOrdersAppliedVendorCreditsContactCompanyEmployee, @@ -7262,6 +15066,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,purchase_orders,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PaymentsPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,purchase_orders,applied_vendor_credits,contact,company,employee,payment_term" + )] + PaymentsPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,purchase_orders,applied_vendor_credits,contact,company,payment_term" + )] + PaymentsPurchaseOrdersAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember(Value = "payments,purchase_orders,applied_vendor_credits,contact,employee")] PaymentsPurchaseOrdersAppliedVendorCreditsContactEmployee, @@ -7270,6 +15089,19 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsPurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,purchase_orders,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + PaymentsPurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,purchase_orders,applied_vendor_credits,contact,employee,payment_term" + )] + PaymentsPurchaseOrdersAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember(Value = "payments,purchase_orders,applied_vendor_credits,contact,payment_term")] + PaymentsPurchaseOrdersAppliedVendorCreditsContactPaymentTerm, + [EnumMember(Value = "payments,purchase_orders,applied_vendor_credits,employee")] PaymentsPurchaseOrdersAppliedVendorCreditsEmployee, @@ -7278,60 +15110,126 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsPurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,purchase_orders,applied_vendor_credits,employee,accounting_period,payment_term" + )] + PaymentsPurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,purchase_orders,applied_vendor_credits,employee,payment_term")] + PaymentsPurchaseOrdersAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember(Value = "payments,purchase_orders,applied_vendor_credits,payment_term")] + PaymentsPurchaseOrdersAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "payments,purchase_orders,company")] PaymentsPurchaseOrdersCompany, [EnumMember(Value = "payments,purchase_orders,company,accounting_period")] PaymentsPurchaseOrdersCompanyAccountingPeriod, + [EnumMember(Value = "payments,purchase_orders,company,accounting_period,payment_term")] + PaymentsPurchaseOrdersCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,purchase_orders,company,employee")] PaymentsPurchaseOrdersCompanyEmployee, [EnumMember(Value = "payments,purchase_orders,company,employee,accounting_period")] PaymentsPurchaseOrdersCompanyEmployeeAccountingPeriod, + [EnumMember(Value = "payments,purchase_orders,company,employee,accounting_period,payment_term")] + PaymentsPurchaseOrdersCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,purchase_orders,company,employee,payment_term")] + PaymentsPurchaseOrdersCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,purchase_orders,company,payment_term")] + PaymentsPurchaseOrdersCompanyPaymentTerm, + [EnumMember(Value = "payments,purchase_orders,contact")] PaymentsPurchaseOrdersContact, [EnumMember(Value = "payments,purchase_orders,contact,accounting_period")] PaymentsPurchaseOrdersContactAccountingPeriod, + [EnumMember(Value = "payments,purchase_orders,contact,accounting_period,payment_term")] + PaymentsPurchaseOrdersContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,purchase_orders,contact,company")] PaymentsPurchaseOrdersContactCompany, [EnumMember(Value = "payments,purchase_orders,contact,company,accounting_period")] PaymentsPurchaseOrdersContactCompanyAccountingPeriod, + [EnumMember(Value = "payments,purchase_orders,contact,company,accounting_period,payment_term")] + PaymentsPurchaseOrdersContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,purchase_orders,contact,company,employee")] PaymentsPurchaseOrdersContactCompanyEmployee, [EnumMember(Value = "payments,purchase_orders,contact,company,employee,accounting_period")] PaymentsPurchaseOrdersContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,purchase_orders,contact,company,employee,accounting_period,payment_term" + )] + PaymentsPurchaseOrdersContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,purchase_orders,contact,company,employee,payment_term")] + PaymentsPurchaseOrdersContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,purchase_orders,contact,company,payment_term")] + PaymentsPurchaseOrdersContactCompanyPaymentTerm, + [EnumMember(Value = "payments,purchase_orders,contact,employee")] PaymentsPurchaseOrdersContactEmployee, [EnumMember(Value = "payments,purchase_orders,contact,employee,accounting_period")] PaymentsPurchaseOrdersContactEmployeeAccountingPeriod, + [EnumMember(Value = "payments,purchase_orders,contact,employee,accounting_period,payment_term")] + PaymentsPurchaseOrdersContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,purchase_orders,contact,employee,payment_term")] + PaymentsPurchaseOrdersContactEmployeePaymentTerm, + + [EnumMember(Value = "payments,purchase_orders,contact,payment_term")] + PaymentsPurchaseOrdersContactPaymentTerm, + [EnumMember(Value = "payments,purchase_orders,employee")] PaymentsPurchaseOrdersEmployee, [EnumMember(Value = "payments,purchase_orders,employee,accounting_period")] PaymentsPurchaseOrdersEmployeeAccountingPeriod, + [EnumMember(Value = "payments,purchase_orders,employee,accounting_period,payment_term")] + PaymentsPurchaseOrdersEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,purchase_orders,employee,payment_term")] + PaymentsPurchaseOrdersEmployeePaymentTerm, + + [EnumMember(Value = "payments,purchase_orders,payment_term")] + PaymentsPurchaseOrdersPaymentTerm, + [EnumMember(Value = "payments,tracking_categories")] PaymentsTrackingCategories, [EnumMember(Value = "payments,tracking_categories,accounting_period")] PaymentsTrackingCategoriesAccountingPeriod, + [EnumMember(Value = "payments,tracking_categories,accounting_period,payment_term")] + PaymentsTrackingCategoriesAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,tracking_categories,applied_credit_notes")] PaymentsTrackingCategoriesAppliedCreditNotes, [EnumMember(Value = "payments,tracking_categories,applied_credit_notes,accounting_period")] PaymentsTrackingCategoriesAppliedCreditNotesAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,applied_credit_notes,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesAppliedCreditNotesAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,tracking_categories,applied_credit_notes,applied_vendor_credits")] PaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCredits, @@ -7340,6 +15238,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,applied_credit_notes,applied_vendor_credits,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,tracking_categories,applied_credit_notes,applied_vendor_credits,company" )] @@ -7350,6 +15253,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,applied_credit_notes,applied_vendor_credits,company,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,tracking_categories,applied_credit_notes,applied_vendor_credits,company,employee" )] @@ -7358,7 +15266,22 @@ public enum InvoicesRetrieveRequestExpand [EnumMember( Value = "payments,tracking_categories,applied_credit_notes,applied_vendor_credits,company,employee,accounting_period" )] - PaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + PaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + + [EnumMember( + Value = "payments,tracking_categories,applied_credit_notes,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,applied_credit_notes,applied_vendor_credits,company,employee,payment_term" + )] + PaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,applied_credit_notes,applied_vendor_credits,company,payment_term" + )] + PaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyPaymentTerm, [EnumMember( Value = "payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact" @@ -7370,6 +15293,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company" )] @@ -7380,6 +15308,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,employee" )] @@ -7390,6 +15323,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,employee,payment_term" + )] + PaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,payment_term" + )] + PaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,employee" )] @@ -7400,6 +15348,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,employee,payment_term" + )] + PaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,applied_credit_notes,applied_vendor_credits,contact,payment_term" + )] + PaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactPaymentTerm, + [EnumMember( Value = "payments,tracking_categories,applied_credit_notes,applied_vendor_credits,employee" )] @@ -7410,6 +15373,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,applied_credit_notes,applied_vendor_credits,employee,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,applied_credit_notes,applied_vendor_credits,employee,payment_term" + )] + PaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,applied_credit_notes,applied_vendor_credits,payment_term" + )] + PaymentsTrackingCategoriesAppliedCreditNotesAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "payments,tracking_categories,applied_credit_notes,company")] PaymentsTrackingCategoriesAppliedCreditNotesCompany, @@ -7418,6 +15396,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsTrackingCategoriesAppliedCreditNotesCompanyAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,applied_credit_notes,company,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesAppliedCreditNotesCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,tracking_categories,applied_credit_notes,company,employee")] PaymentsTrackingCategoriesAppliedCreditNotesCompanyEmployee, @@ -7426,6 +15409,19 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsTrackingCategoriesAppliedCreditNotesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,applied_credit_notes,company,employee,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesAppliedCreditNotesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,applied_credit_notes,company,employee,payment_term" + )] + PaymentsTrackingCategoriesAppliedCreditNotesCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,tracking_categories,applied_credit_notes,company,payment_term")] + PaymentsTrackingCategoriesAppliedCreditNotesCompanyPaymentTerm, + [EnumMember(Value = "payments,tracking_categories,applied_credit_notes,contact")] PaymentsTrackingCategoriesAppliedCreditNotesContact, @@ -7434,6 +15430,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsTrackingCategoriesAppliedCreditNotesContactAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,applied_credit_notes,contact,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesAppliedCreditNotesContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,tracking_categories,applied_credit_notes,contact,company")] PaymentsTrackingCategoriesAppliedCreditNotesContactCompany, @@ -7442,6 +15443,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsTrackingCategoriesAppliedCreditNotesContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,applied_credit_notes,contact,company,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesAppliedCreditNotesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,tracking_categories,applied_credit_notes,contact,company,employee" )] @@ -7452,6 +15458,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsTrackingCategoriesAppliedCreditNotesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,applied_credit_notes,contact,company,employee,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesAppliedCreditNotesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,applied_credit_notes,contact,company,employee,payment_term" + )] + PaymentsTrackingCategoriesAppliedCreditNotesContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,applied_credit_notes,contact,company,payment_term" + )] + PaymentsTrackingCategoriesAppliedCreditNotesContactCompanyPaymentTerm, + [EnumMember(Value = "payments,tracking_categories,applied_credit_notes,contact,employee")] PaymentsTrackingCategoriesAppliedCreditNotesContactEmployee, @@ -7460,6 +15481,19 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsTrackingCategoriesAppliedCreditNotesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,applied_credit_notes,contact,employee,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesAppliedCreditNotesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,applied_credit_notes,contact,employee,payment_term" + )] + PaymentsTrackingCategoriesAppliedCreditNotesContactEmployeePaymentTerm, + + [EnumMember(Value = "payments,tracking_categories,applied_credit_notes,contact,payment_term")] + PaymentsTrackingCategoriesAppliedCreditNotesContactPaymentTerm, + [EnumMember(Value = "payments,tracking_categories,applied_credit_notes,employee")] PaymentsTrackingCategoriesAppliedCreditNotesEmployee, @@ -7468,12 +15502,28 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsTrackingCategoriesAppliedCreditNotesEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,applied_credit_notes,employee,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesAppliedCreditNotesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,tracking_categories,applied_credit_notes,employee,payment_term")] + PaymentsTrackingCategoriesAppliedCreditNotesEmployeePaymentTerm, + + [EnumMember(Value = "payments,tracking_categories,applied_credit_notes,payment_term")] + PaymentsTrackingCategoriesAppliedCreditNotesPaymentTerm, + [EnumMember(Value = "payments,tracking_categories,applied_vendor_credits")] PaymentsTrackingCategoriesAppliedVendorCredits, [EnumMember(Value = "payments,tracking_categories,applied_vendor_credits,accounting_period")] PaymentsTrackingCategoriesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,applied_vendor_credits,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,tracking_categories,applied_vendor_credits,company")] PaymentsTrackingCategoriesAppliedVendorCreditsCompany, @@ -7482,6 +15532,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsTrackingCategoriesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,applied_vendor_credits,company,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,tracking_categories,applied_vendor_credits,company,employee")] PaymentsTrackingCategoriesAppliedVendorCreditsCompanyEmployee, @@ -7490,6 +15545,19 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsTrackingCategoriesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,applied_vendor_credits,company,employee,payment_term" + )] + PaymentsTrackingCategoriesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,tracking_categories,applied_vendor_credits,company,payment_term")] + PaymentsTrackingCategoriesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember(Value = "payments,tracking_categories,applied_vendor_credits,contact")] PaymentsTrackingCategoriesAppliedVendorCreditsContact, @@ -7498,6 +15566,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsTrackingCategoriesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,tracking_categories,applied_vendor_credits,contact,company")] PaymentsTrackingCategoriesAppliedVendorCreditsContactCompany, @@ -7506,6 +15579,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsTrackingCategoriesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,tracking_categories,applied_vendor_credits,contact,company,employee" )] @@ -7516,6 +15594,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsTrackingCategoriesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,applied_vendor_credits,contact,company,employee,payment_term" + )] + PaymentsTrackingCategoriesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,applied_vendor_credits,contact,company,payment_term" + )] + PaymentsTrackingCategoriesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember(Value = "payments,tracking_categories,applied_vendor_credits,contact,employee")] PaymentsTrackingCategoriesAppliedVendorCreditsContactEmployee, @@ -7524,6 +15617,19 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsTrackingCategoriesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,applied_vendor_credits,contact,employee,payment_term" + )] + PaymentsTrackingCategoriesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember(Value = "payments,tracking_categories,applied_vendor_credits,contact,payment_term")] + PaymentsTrackingCategoriesAppliedVendorCreditsContactPaymentTerm, + [EnumMember(Value = "payments,tracking_categories,applied_vendor_credits,employee")] PaymentsTrackingCategoriesAppliedVendorCreditsEmployee, @@ -7532,54 +15638,125 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsTrackingCategoriesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,applied_vendor_credits,employee,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,applied_vendor_credits,employee,payment_term" + )] + PaymentsTrackingCategoriesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember(Value = "payments,tracking_categories,applied_vendor_credits,payment_term")] + PaymentsTrackingCategoriesAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "payments,tracking_categories,company")] PaymentsTrackingCategoriesCompany, [EnumMember(Value = "payments,tracking_categories,company,accounting_period")] PaymentsTrackingCategoriesCompanyAccountingPeriod, + [EnumMember(Value = "payments,tracking_categories,company,accounting_period,payment_term")] + PaymentsTrackingCategoriesCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,tracking_categories,company,employee")] PaymentsTrackingCategoriesCompanyEmployee, [EnumMember(Value = "payments,tracking_categories,company,employee,accounting_period")] PaymentsTrackingCategoriesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,company,employee,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,tracking_categories,company,employee,payment_term")] + PaymentsTrackingCategoriesCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,tracking_categories,company,payment_term")] + PaymentsTrackingCategoriesCompanyPaymentTerm, + [EnumMember(Value = "payments,tracking_categories,contact")] PaymentsTrackingCategoriesContact, [EnumMember(Value = "payments,tracking_categories,contact,accounting_period")] PaymentsTrackingCategoriesContactAccountingPeriod, + [EnumMember(Value = "payments,tracking_categories,contact,accounting_period,payment_term")] + PaymentsTrackingCategoriesContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,tracking_categories,contact,company")] PaymentsTrackingCategoriesContactCompany, [EnumMember(Value = "payments,tracking_categories,contact,company,accounting_period")] PaymentsTrackingCategoriesContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,contact,company,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,tracking_categories,contact,company,employee")] PaymentsTrackingCategoriesContactCompanyEmployee, [EnumMember(Value = "payments,tracking_categories,contact,company,employee,accounting_period")] PaymentsTrackingCategoriesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,contact,company,employee,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,tracking_categories,contact,company,employee,payment_term")] + PaymentsTrackingCategoriesContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,tracking_categories,contact,company,payment_term")] + PaymentsTrackingCategoriesContactCompanyPaymentTerm, + [EnumMember(Value = "payments,tracking_categories,contact,employee")] PaymentsTrackingCategoriesContactEmployee, [EnumMember(Value = "payments,tracking_categories,contact,employee,accounting_period")] PaymentsTrackingCategoriesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,contact,employee,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,tracking_categories,contact,employee,payment_term")] + PaymentsTrackingCategoriesContactEmployeePaymentTerm, + + [EnumMember(Value = "payments,tracking_categories,contact,payment_term")] + PaymentsTrackingCategoriesContactPaymentTerm, + [EnumMember(Value = "payments,tracking_categories,employee")] PaymentsTrackingCategoriesEmployee, [EnumMember(Value = "payments,tracking_categories,employee,accounting_period")] PaymentsTrackingCategoriesEmployeeAccountingPeriod, + [EnumMember(Value = "payments,tracking_categories,employee,accounting_period,payment_term")] + PaymentsTrackingCategoriesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,tracking_categories,employee,payment_term")] + PaymentsTrackingCategoriesEmployeePaymentTerm, + + [EnumMember(Value = "payments,tracking_categories,payment_term")] + PaymentsTrackingCategoriesPaymentTerm, + [EnumMember(Value = "payments,tracking_categories,purchase_orders")] PaymentsTrackingCategoriesPurchaseOrders, [EnumMember(Value = "payments,tracking_categories,purchase_orders,accounting_period")] PaymentsTrackingCategoriesPurchaseOrdersAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,tracking_categories,purchase_orders,applied_credit_notes")] PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotes, @@ -7588,6 +15765,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits" )] @@ -7598,6 +15780,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company" )] @@ -7608,6 +15795,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee" )] @@ -7618,6 +15810,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact" )] @@ -7628,6 +15835,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company" )] @@ -7638,6 +15850,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee" )] @@ -7648,6 +15865,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee" )] @@ -7658,6 +15890,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactPaymentTerm, + [EnumMember( Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,employee" )] @@ -7668,6 +15915,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsPaymentTerm, + [EnumMember( Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,company" )] @@ -7678,6 +15940,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,company,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,company,employee" )] @@ -7688,6 +15955,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,company,employee,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,company,employee,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,company,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyPaymentTerm, + [EnumMember( Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,contact" )] @@ -7698,6 +15980,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,contact,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,contact,company" )] @@ -7708,6 +15995,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,contact,company,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,contact,company,employee" )] @@ -7718,6 +16010,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,contact,company,employee,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,contact,company,employee,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,contact,company,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyPaymentTerm, + [EnumMember( Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,contact,employee" )] @@ -7728,6 +16035,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,contact,employee,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,contact,employee,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,contact,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesContactPaymentTerm, + [EnumMember( Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,employee" )] @@ -7738,6 +16060,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,employee,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,employee,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesEmployeePaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_credit_notes,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedCreditNotesPaymentTerm, + [EnumMember(Value = "payments,tracking_categories,purchase_orders,applied_vendor_credits")] PaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCredits, @@ -7746,25 +16083,50 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_vendor_credits,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,tracking_categories,purchase_orders,applied_vendor_credits,company" )] - PaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompany, + PaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompany, + + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_vendor_credits,company,accounting_period" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriod, + + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_vendor_credits,company,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_vendor_credits,company,employee" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyEmployee, + + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_vendor_credits,company,employee,accounting_period" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriod, [EnumMember( - Value = "payments,tracking_categories,purchase_orders,applied_vendor_credits,company,accounting_period" + Value = "payments,tracking_categories,purchase_orders,applied_vendor_credits,company,employee,accounting_period,payment_term" )] - PaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriod, + PaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, [EnumMember( - Value = "payments,tracking_categories,purchase_orders,applied_vendor_credits,company,employee" + Value = "payments,tracking_categories,purchase_orders,applied_vendor_credits,company,employee,payment_term" )] - PaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyEmployee, + PaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyEmployeePaymentTerm, [EnumMember( - Value = "payments,tracking_categories,purchase_orders,applied_vendor_credits,company,employee,accounting_period" + Value = "payments,tracking_categories,purchase_orders,applied_vendor_credits,company,payment_term" )] - PaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + PaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyPaymentTerm, [EnumMember( Value = "payments,tracking_categories,purchase_orders,applied_vendor_credits,contact" @@ -7776,6 +16138,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,company" )] @@ -7786,6 +16153,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,employee" )] @@ -7796,6 +16168,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,employee,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,company,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,employee" )] @@ -7806,6 +16193,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,employee,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_vendor_credits,contact,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactPaymentTerm, + [EnumMember( Value = "payments,tracking_categories,purchase_orders,applied_vendor_credits,employee" )] @@ -7816,12 +16218,32 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_vendor_credits,employee,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_vendor_credits,employee,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,applied_vendor_credits,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "payments,tracking_categories,purchase_orders,company")] PaymentsTrackingCategoriesPurchaseOrdersCompany, [EnumMember(Value = "payments,tracking_categories,purchase_orders,company,accounting_period")] PaymentsTrackingCategoriesPurchaseOrdersCompanyAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,company,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,tracking_categories,purchase_orders,company,employee")] PaymentsTrackingCategoriesPurchaseOrdersCompanyEmployee, @@ -7830,12 +16252,30 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsTrackingCategoriesPurchaseOrdersCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,company,employee,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,company,employee,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersCompanyEmployeePaymentTerm, + + [EnumMember(Value = "payments,tracking_categories,purchase_orders,company,payment_term")] + PaymentsTrackingCategoriesPurchaseOrdersCompanyPaymentTerm, + [EnumMember(Value = "payments,tracking_categories,purchase_orders,contact")] PaymentsTrackingCategoriesPurchaseOrdersContact, [EnumMember(Value = "payments,tracking_categories,purchase_orders,contact,accounting_period")] PaymentsTrackingCategoriesPurchaseOrdersContactAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,contact,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,tracking_categories,purchase_orders,contact,company")] PaymentsTrackingCategoriesPurchaseOrdersContactCompany, @@ -7844,6 +16284,11 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsTrackingCategoriesPurchaseOrdersContactCompanyAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,contact,company,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "payments,tracking_categories,purchase_orders,contact,company,employee")] PaymentsTrackingCategoriesPurchaseOrdersContactCompanyEmployee, @@ -7852,6 +16297,21 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsTrackingCategoriesPurchaseOrdersContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,contact,company,employee,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,contact,company,employee,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,contact,company,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersContactCompanyPaymentTerm, + [EnumMember(Value = "payments,tracking_categories,purchase_orders,contact,employee")] PaymentsTrackingCategoriesPurchaseOrdersContactEmployee, @@ -7860,24 +16320,54 @@ public enum InvoicesRetrieveRequestExpand )] PaymentsTrackingCategoriesPurchaseOrdersContactEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,contact,employee,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,contact,employee,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersContactEmployeePaymentTerm, + + [EnumMember(Value = "payments,tracking_categories,purchase_orders,contact,payment_term")] + PaymentsTrackingCategoriesPurchaseOrdersContactPaymentTerm, + [EnumMember(Value = "payments,tracking_categories,purchase_orders,employee")] PaymentsTrackingCategoriesPurchaseOrdersEmployee, [EnumMember(Value = "payments,tracking_categories,purchase_orders,employee,accounting_period")] PaymentsTrackingCategoriesPurchaseOrdersEmployeeAccountingPeriod, + [EnumMember( + Value = "payments,tracking_categories,purchase_orders,employee,accounting_period,payment_term" + )] + PaymentsTrackingCategoriesPurchaseOrdersEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "payments,tracking_categories,purchase_orders,employee,payment_term")] + PaymentsTrackingCategoriesPurchaseOrdersEmployeePaymentTerm, + + [EnumMember(Value = "payments,tracking_categories,purchase_orders,payment_term")] + PaymentsTrackingCategoriesPurchaseOrdersPaymentTerm, + [EnumMember(Value = "purchase_orders")] PurchaseOrders, [EnumMember(Value = "purchase_orders,accounting_period")] PurchaseOrdersAccountingPeriod, + [EnumMember(Value = "purchase_orders,accounting_period,payment_term")] + PurchaseOrdersAccountingPeriodPaymentTerm, + [EnumMember(Value = "purchase_orders,applied_credit_notes")] PurchaseOrdersAppliedCreditNotes, [EnumMember(Value = "purchase_orders,applied_credit_notes,accounting_period")] PurchaseOrdersAppliedCreditNotesAccountingPeriod, + [EnumMember(Value = "purchase_orders,applied_credit_notes,accounting_period,payment_term")] + PurchaseOrdersAppliedCreditNotesAccountingPeriodPaymentTerm, + [EnumMember(Value = "purchase_orders,applied_credit_notes,applied_vendor_credits")] PurchaseOrdersAppliedCreditNotesAppliedVendorCredits, @@ -7886,6 +16376,11 @@ public enum InvoicesRetrieveRequestExpand )] PurchaseOrdersAppliedCreditNotesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "purchase_orders,applied_credit_notes,applied_vendor_credits,accounting_period,payment_term" + )] + PurchaseOrdersAppliedCreditNotesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember(Value = "purchase_orders,applied_credit_notes,applied_vendor_credits,company")] PurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompany, @@ -7894,6 +16389,11 @@ public enum InvoicesRetrieveRequestExpand )] PurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "purchase_orders,applied_credit_notes,applied_vendor_credits,company,accounting_period,payment_term" + )] + PurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee" )] @@ -7904,6 +16404,21 @@ public enum InvoicesRetrieveRequestExpand )] PurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee,payment_term" + )] + PurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "purchase_orders,applied_credit_notes,applied_vendor_credits,company,payment_term" + )] + PurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember(Value = "purchase_orders,applied_credit_notes,applied_vendor_credits,contact")] PurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContact, @@ -7912,6 +16427,11 @@ public enum InvoicesRetrieveRequestExpand )] PurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "purchase_orders,applied_credit_notes,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company" )] @@ -7922,6 +16442,11 @@ public enum InvoicesRetrieveRequestExpand )] PurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee" )] @@ -7932,6 +16457,21 @@ public enum InvoicesRetrieveRequestExpand )] PurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,payment_term" + )] + PurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,payment_term" + )] + PurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee" )] @@ -7942,6 +16482,21 @@ public enum InvoicesRetrieveRequestExpand )] PurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + PurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,payment_term" + )] + PurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "purchase_orders,applied_credit_notes,applied_vendor_credits,contact,payment_term" + )] + PurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactPaymentTerm, + [EnumMember(Value = "purchase_orders,applied_credit_notes,applied_vendor_credits,employee")] PurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployee, @@ -7950,30 +16505,69 @@ public enum InvoicesRetrieveRequestExpand )] PurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "purchase_orders,applied_credit_notes,applied_vendor_credits,employee,accounting_period,payment_term" + )] + PurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "purchase_orders,applied_credit_notes,applied_vendor_credits,employee,payment_term" + )] + PurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember(Value = "purchase_orders,applied_credit_notes,applied_vendor_credits,payment_term")] + PurchaseOrdersAppliedCreditNotesAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "purchase_orders,applied_credit_notes,company")] PurchaseOrdersAppliedCreditNotesCompany, [EnumMember(Value = "purchase_orders,applied_credit_notes,company,accounting_period")] PurchaseOrdersAppliedCreditNotesCompanyAccountingPeriod, + [EnumMember( + Value = "purchase_orders,applied_credit_notes,company,accounting_period,payment_term" + )] + PurchaseOrdersAppliedCreditNotesCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "purchase_orders,applied_credit_notes,company,employee")] PurchaseOrdersAppliedCreditNotesCompanyEmployee, [EnumMember(Value = "purchase_orders,applied_credit_notes,company,employee,accounting_period")] PurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "purchase_orders,applied_credit_notes,company,employee,accounting_period,payment_term" + )] + PurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "purchase_orders,applied_credit_notes,company,employee,payment_term")] + PurchaseOrdersAppliedCreditNotesCompanyEmployeePaymentTerm, + + [EnumMember(Value = "purchase_orders,applied_credit_notes,company,payment_term")] + PurchaseOrdersAppliedCreditNotesCompanyPaymentTerm, + [EnumMember(Value = "purchase_orders,applied_credit_notes,contact")] PurchaseOrdersAppliedCreditNotesContact, [EnumMember(Value = "purchase_orders,applied_credit_notes,contact,accounting_period")] PurchaseOrdersAppliedCreditNotesContactAccountingPeriod, + [EnumMember( + Value = "purchase_orders,applied_credit_notes,contact,accounting_period,payment_term" + )] + PurchaseOrdersAppliedCreditNotesContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "purchase_orders,applied_credit_notes,contact,company")] PurchaseOrdersAppliedCreditNotesContactCompany, [EnumMember(Value = "purchase_orders,applied_credit_notes,contact,company,accounting_period")] PurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriod, + [EnumMember( + Value = "purchase_orders,applied_credit_notes,contact,company,accounting_period,payment_term" + )] + PurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "purchase_orders,applied_credit_notes,contact,company,employee")] PurchaseOrdersAppliedCreditNotesContactCompanyEmployee, @@ -7982,30 +16576,73 @@ public enum InvoicesRetrieveRequestExpand )] PurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "purchase_orders,applied_credit_notes,contact,company,employee,accounting_period,payment_term" + )] + PurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "purchase_orders,applied_credit_notes,contact,company,employee,payment_term" + )] + PurchaseOrdersAppliedCreditNotesContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "purchase_orders,applied_credit_notes,contact,company,payment_term")] + PurchaseOrdersAppliedCreditNotesContactCompanyPaymentTerm, + [EnumMember(Value = "purchase_orders,applied_credit_notes,contact,employee")] PurchaseOrdersAppliedCreditNotesContactEmployee, [EnumMember(Value = "purchase_orders,applied_credit_notes,contact,employee,accounting_period")] PurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "purchase_orders,applied_credit_notes,contact,employee,accounting_period,payment_term" + )] + PurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "purchase_orders,applied_credit_notes,contact,employee,payment_term")] + PurchaseOrdersAppliedCreditNotesContactEmployeePaymentTerm, + + [EnumMember(Value = "purchase_orders,applied_credit_notes,contact,payment_term")] + PurchaseOrdersAppliedCreditNotesContactPaymentTerm, + [EnumMember(Value = "purchase_orders,applied_credit_notes,employee")] PurchaseOrdersAppliedCreditNotesEmployee, [EnumMember(Value = "purchase_orders,applied_credit_notes,employee,accounting_period")] PurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriod, + [EnumMember( + Value = "purchase_orders,applied_credit_notes,employee,accounting_period,payment_term" + )] + PurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "purchase_orders,applied_credit_notes,employee,payment_term")] + PurchaseOrdersAppliedCreditNotesEmployeePaymentTerm, + + [EnumMember(Value = "purchase_orders,applied_credit_notes,payment_term")] + PurchaseOrdersAppliedCreditNotesPaymentTerm, + [EnumMember(Value = "purchase_orders,applied_vendor_credits")] PurchaseOrdersAppliedVendorCredits, [EnumMember(Value = "purchase_orders,applied_vendor_credits,accounting_period")] PurchaseOrdersAppliedVendorCreditsAccountingPeriod, + [EnumMember(Value = "purchase_orders,applied_vendor_credits,accounting_period,payment_term")] + PurchaseOrdersAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember(Value = "purchase_orders,applied_vendor_credits,company")] PurchaseOrdersAppliedVendorCreditsCompany, [EnumMember(Value = "purchase_orders,applied_vendor_credits,company,accounting_period")] PurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "purchase_orders,applied_vendor_credits,company,accounting_period,payment_term" + )] + PurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "purchase_orders,applied_vendor_credits,company,employee")] PurchaseOrdersAppliedVendorCreditsCompanyEmployee, @@ -8014,18 +16651,39 @@ public enum InvoicesRetrieveRequestExpand )] PurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "purchase_orders,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + PurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "purchase_orders,applied_vendor_credits,company,employee,payment_term")] + PurchaseOrdersAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember(Value = "purchase_orders,applied_vendor_credits,company,payment_term")] + PurchaseOrdersAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember(Value = "purchase_orders,applied_vendor_credits,contact")] PurchaseOrdersAppliedVendorCreditsContact, [EnumMember(Value = "purchase_orders,applied_vendor_credits,contact,accounting_period")] PurchaseOrdersAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "purchase_orders,applied_vendor_credits,contact,accounting_period,payment_term" + )] + PurchaseOrdersAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "purchase_orders,applied_vendor_credits,contact,company")] PurchaseOrdersAppliedVendorCreditsContactCompany, [EnumMember(Value = "purchase_orders,applied_vendor_credits,contact,company,accounting_period")] PurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "purchase_orders,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + PurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "purchase_orders,applied_vendor_credits,contact,company,employee")] PurchaseOrdersAppliedVendorCreditsContactCompanyEmployee, @@ -8034,6 +16692,19 @@ public enum InvoicesRetrieveRequestExpand )] PurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "purchase_orders,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + PurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "purchase_orders,applied_vendor_credits,contact,company,employee,payment_term" + )] + PurchaseOrdersAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "purchase_orders,applied_vendor_credits,contact,company,payment_term")] + PurchaseOrdersAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember(Value = "purchase_orders,applied_vendor_credits,contact,employee")] PurchaseOrdersAppliedVendorCreditsContactEmployee, @@ -8042,66 +16713,139 @@ public enum InvoicesRetrieveRequestExpand )] PurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "purchase_orders,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + PurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "purchase_orders,applied_vendor_credits,contact,employee,payment_term")] + PurchaseOrdersAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember(Value = "purchase_orders,applied_vendor_credits,contact,payment_term")] + PurchaseOrdersAppliedVendorCreditsContactPaymentTerm, + [EnumMember(Value = "purchase_orders,applied_vendor_credits,employee")] PurchaseOrdersAppliedVendorCreditsEmployee, [EnumMember(Value = "purchase_orders,applied_vendor_credits,employee,accounting_period")] PurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "purchase_orders,applied_vendor_credits,employee,accounting_period,payment_term" + )] + PurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "purchase_orders,applied_vendor_credits,employee,payment_term")] + PurchaseOrdersAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember(Value = "purchase_orders,applied_vendor_credits,payment_term")] + PurchaseOrdersAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "purchase_orders,company")] PurchaseOrdersCompany, [EnumMember(Value = "purchase_orders,company,accounting_period")] PurchaseOrdersCompanyAccountingPeriod, + [EnumMember(Value = "purchase_orders,company,accounting_period,payment_term")] + PurchaseOrdersCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "purchase_orders,company,employee")] PurchaseOrdersCompanyEmployee, [EnumMember(Value = "purchase_orders,company,employee,accounting_period")] PurchaseOrdersCompanyEmployeeAccountingPeriod, + [EnumMember(Value = "purchase_orders,company,employee,accounting_period,payment_term")] + PurchaseOrdersCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "purchase_orders,company,employee,payment_term")] + PurchaseOrdersCompanyEmployeePaymentTerm, + + [EnumMember(Value = "purchase_orders,company,payment_term")] + PurchaseOrdersCompanyPaymentTerm, + [EnumMember(Value = "purchase_orders,contact")] PurchaseOrdersContact, [EnumMember(Value = "purchase_orders,contact,accounting_period")] PurchaseOrdersContactAccountingPeriod, + [EnumMember(Value = "purchase_orders,contact,accounting_period,payment_term")] + PurchaseOrdersContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "purchase_orders,contact,company")] PurchaseOrdersContactCompany, [EnumMember(Value = "purchase_orders,contact,company,accounting_period")] PurchaseOrdersContactCompanyAccountingPeriod, + [EnumMember(Value = "purchase_orders,contact,company,accounting_period,payment_term")] + PurchaseOrdersContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "purchase_orders,contact,company,employee")] PurchaseOrdersContactCompanyEmployee, [EnumMember(Value = "purchase_orders,contact,company,employee,accounting_period")] PurchaseOrdersContactCompanyEmployeeAccountingPeriod, + [EnumMember(Value = "purchase_orders,contact,company,employee,accounting_period,payment_term")] + PurchaseOrdersContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "purchase_orders,contact,company,employee,payment_term")] + PurchaseOrdersContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "purchase_orders,contact,company,payment_term")] + PurchaseOrdersContactCompanyPaymentTerm, + [EnumMember(Value = "purchase_orders,contact,employee")] PurchaseOrdersContactEmployee, [EnumMember(Value = "purchase_orders,contact,employee,accounting_period")] PurchaseOrdersContactEmployeeAccountingPeriod, + [EnumMember(Value = "purchase_orders,contact,employee,accounting_period,payment_term")] + PurchaseOrdersContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "purchase_orders,contact,employee,payment_term")] + PurchaseOrdersContactEmployeePaymentTerm, + + [EnumMember(Value = "purchase_orders,contact,payment_term")] + PurchaseOrdersContactPaymentTerm, + [EnumMember(Value = "purchase_orders,employee")] PurchaseOrdersEmployee, [EnumMember(Value = "purchase_orders,employee,accounting_period")] PurchaseOrdersEmployeeAccountingPeriod, + [EnumMember(Value = "purchase_orders,employee,accounting_period,payment_term")] + PurchaseOrdersEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "purchase_orders,employee,payment_term")] + PurchaseOrdersEmployeePaymentTerm, + + [EnumMember(Value = "purchase_orders,payment_term")] + PurchaseOrdersPaymentTerm, + [EnumMember(Value = "tracking_categories")] TrackingCategories, [EnumMember(Value = "tracking_categories,accounting_period")] TrackingCategoriesAccountingPeriod, + [EnumMember(Value = "tracking_categories,accounting_period,payment_term")] + TrackingCategoriesAccountingPeriodPaymentTerm, + [EnumMember(Value = "tracking_categories,applied_credit_notes")] TrackingCategoriesAppliedCreditNotes, [EnumMember(Value = "tracking_categories,applied_credit_notes,accounting_period")] TrackingCategoriesAppliedCreditNotesAccountingPeriod, + [EnumMember(Value = "tracking_categories,applied_credit_notes,accounting_period,payment_term")] + TrackingCategoriesAppliedCreditNotesAccountingPeriodPaymentTerm, + [EnumMember(Value = "tracking_categories,applied_credit_notes,applied_vendor_credits")] TrackingCategoriesAppliedCreditNotesAppliedVendorCredits, @@ -8110,6 +16854,11 @@ public enum InvoicesRetrieveRequestExpand )] TrackingCategoriesAppliedCreditNotesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "tracking_categories,applied_credit_notes,applied_vendor_credits,accounting_period,payment_term" + )] + TrackingCategoriesAppliedCreditNotesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember(Value = "tracking_categories,applied_credit_notes,applied_vendor_credits,company")] TrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompany, @@ -8118,6 +16867,11 @@ public enum InvoicesRetrieveRequestExpand )] TrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "tracking_categories,applied_credit_notes,applied_vendor_credits,company,accounting_period,payment_term" + )] + TrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "tracking_categories,applied_credit_notes,applied_vendor_credits,company,employee" )] @@ -8128,6 +16882,21 @@ public enum InvoicesRetrieveRequestExpand )] TrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "tracking_categories,applied_credit_notes,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + TrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "tracking_categories,applied_credit_notes,applied_vendor_credits,company,employee,payment_term" + )] + TrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "tracking_categories,applied_credit_notes,applied_vendor_credits,company,payment_term" + )] + TrackingCategoriesAppliedCreditNotesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember(Value = "tracking_categories,applied_credit_notes,applied_vendor_credits,contact")] TrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContact, @@ -8136,6 +16905,11 @@ public enum InvoicesRetrieveRequestExpand )] TrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "tracking_categories,applied_credit_notes,applied_vendor_credits,contact,accounting_period,payment_term" + )] + TrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company" )] @@ -8146,6 +16920,11 @@ public enum InvoicesRetrieveRequestExpand )] TrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + TrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,employee" )] @@ -8156,6 +16935,21 @@ public enum InvoicesRetrieveRequestExpand )] TrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + TrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,employee,payment_term" + )] + TrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "tracking_categories,applied_credit_notes,applied_vendor_credits,contact,company,payment_term" + )] + TrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "tracking_categories,applied_credit_notes,applied_vendor_credits,contact,employee" )] @@ -8166,13 +16960,43 @@ public enum InvoicesRetrieveRequestExpand )] TrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "tracking_categories,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + TrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "tracking_categories,applied_credit_notes,applied_vendor_credits,contact,employee,payment_term" + )] + TrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "tracking_categories,applied_credit_notes,applied_vendor_credits,contact,payment_term" + )] + TrackingCategoriesAppliedCreditNotesAppliedVendorCreditsContactPaymentTerm, + [EnumMember(Value = "tracking_categories,applied_credit_notes,applied_vendor_credits,employee")] TrackingCategoriesAppliedCreditNotesAppliedVendorCreditsEmployee, [EnumMember( - Value = "tracking_categories,applied_credit_notes,applied_vendor_credits,employee,accounting_period" + Value = "tracking_categories,applied_credit_notes,applied_vendor_credits,employee,accounting_period" + )] + TrackingCategoriesAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + + [EnumMember( + Value = "tracking_categories,applied_credit_notes,applied_vendor_credits,employee,accounting_period,payment_term" + )] + TrackingCategoriesAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "tracking_categories,applied_credit_notes,applied_vendor_credits,employee,payment_term" + )] + TrackingCategoriesAppliedCreditNotesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "tracking_categories,applied_credit_notes,applied_vendor_credits,payment_term" )] - TrackingCategoriesAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + TrackingCategoriesAppliedCreditNotesAppliedVendorCreditsPaymentTerm, [EnumMember(Value = "tracking_categories,applied_credit_notes,company")] TrackingCategoriesAppliedCreditNotesCompany, @@ -8180,6 +17004,11 @@ public enum InvoicesRetrieveRequestExpand [EnumMember(Value = "tracking_categories,applied_credit_notes,company,accounting_period")] TrackingCategoriesAppliedCreditNotesCompanyAccountingPeriod, + [EnumMember( + Value = "tracking_categories,applied_credit_notes,company,accounting_period,payment_term" + )] + TrackingCategoriesAppliedCreditNotesCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "tracking_categories,applied_credit_notes,company,employee")] TrackingCategoriesAppliedCreditNotesCompanyEmployee, @@ -8188,12 +17017,28 @@ public enum InvoicesRetrieveRequestExpand )] TrackingCategoriesAppliedCreditNotesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "tracking_categories,applied_credit_notes,company,employee,accounting_period,payment_term" + )] + TrackingCategoriesAppliedCreditNotesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "tracking_categories,applied_credit_notes,company,employee,payment_term")] + TrackingCategoriesAppliedCreditNotesCompanyEmployeePaymentTerm, + + [EnumMember(Value = "tracking_categories,applied_credit_notes,company,payment_term")] + TrackingCategoriesAppliedCreditNotesCompanyPaymentTerm, + [EnumMember(Value = "tracking_categories,applied_credit_notes,contact")] TrackingCategoriesAppliedCreditNotesContact, [EnumMember(Value = "tracking_categories,applied_credit_notes,contact,accounting_period")] TrackingCategoriesAppliedCreditNotesContactAccountingPeriod, + [EnumMember( + Value = "tracking_categories,applied_credit_notes,contact,accounting_period,payment_term" + )] + TrackingCategoriesAppliedCreditNotesContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "tracking_categories,applied_credit_notes,contact,company")] TrackingCategoriesAppliedCreditNotesContactCompany, @@ -8202,6 +17047,11 @@ public enum InvoicesRetrieveRequestExpand )] TrackingCategoriesAppliedCreditNotesContactCompanyAccountingPeriod, + [EnumMember( + Value = "tracking_categories,applied_credit_notes,contact,company,accounting_period,payment_term" + )] + TrackingCategoriesAppliedCreditNotesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "tracking_categories,applied_credit_notes,contact,company,employee")] TrackingCategoriesAppliedCreditNotesContactCompanyEmployee, @@ -8210,6 +17060,19 @@ public enum InvoicesRetrieveRequestExpand )] TrackingCategoriesAppliedCreditNotesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "tracking_categories,applied_credit_notes,contact,company,employee,accounting_period,payment_term" + )] + TrackingCategoriesAppliedCreditNotesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "tracking_categories,applied_credit_notes,contact,company,employee,payment_term" + )] + TrackingCategoriesAppliedCreditNotesContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "tracking_categories,applied_credit_notes,contact,company,payment_term")] + TrackingCategoriesAppliedCreditNotesContactCompanyPaymentTerm, + [EnumMember(Value = "tracking_categories,applied_credit_notes,contact,employee")] TrackingCategoriesAppliedCreditNotesContactEmployee, @@ -8218,24 +17081,56 @@ public enum InvoicesRetrieveRequestExpand )] TrackingCategoriesAppliedCreditNotesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "tracking_categories,applied_credit_notes,contact,employee,accounting_period,payment_term" + )] + TrackingCategoriesAppliedCreditNotesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "tracking_categories,applied_credit_notes,contact,employee,payment_term")] + TrackingCategoriesAppliedCreditNotesContactEmployeePaymentTerm, + + [EnumMember(Value = "tracking_categories,applied_credit_notes,contact,payment_term")] + TrackingCategoriesAppliedCreditNotesContactPaymentTerm, + [EnumMember(Value = "tracking_categories,applied_credit_notes,employee")] TrackingCategoriesAppliedCreditNotesEmployee, [EnumMember(Value = "tracking_categories,applied_credit_notes,employee,accounting_period")] TrackingCategoriesAppliedCreditNotesEmployeeAccountingPeriod, + [EnumMember( + Value = "tracking_categories,applied_credit_notes,employee,accounting_period,payment_term" + )] + TrackingCategoriesAppliedCreditNotesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "tracking_categories,applied_credit_notes,employee,payment_term")] + TrackingCategoriesAppliedCreditNotesEmployeePaymentTerm, + + [EnumMember(Value = "tracking_categories,applied_credit_notes,payment_term")] + TrackingCategoriesAppliedCreditNotesPaymentTerm, + [EnumMember(Value = "tracking_categories,applied_vendor_credits")] TrackingCategoriesAppliedVendorCredits, [EnumMember(Value = "tracking_categories,applied_vendor_credits,accounting_period")] TrackingCategoriesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "tracking_categories,applied_vendor_credits,accounting_period,payment_term" + )] + TrackingCategoriesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember(Value = "tracking_categories,applied_vendor_credits,company")] TrackingCategoriesAppliedVendorCreditsCompany, [EnumMember(Value = "tracking_categories,applied_vendor_credits,company,accounting_period")] TrackingCategoriesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "tracking_categories,applied_vendor_credits,company,accounting_period,payment_term" + )] + TrackingCategoriesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "tracking_categories,applied_vendor_credits,company,employee")] TrackingCategoriesAppliedVendorCreditsCompanyEmployee, @@ -8244,12 +17139,28 @@ public enum InvoicesRetrieveRequestExpand )] TrackingCategoriesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "tracking_categories,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + TrackingCategoriesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "tracking_categories,applied_vendor_credits,company,employee,payment_term")] + TrackingCategoriesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember(Value = "tracking_categories,applied_vendor_credits,company,payment_term")] + TrackingCategoriesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember(Value = "tracking_categories,applied_vendor_credits,contact")] TrackingCategoriesAppliedVendorCreditsContact, [EnumMember(Value = "tracking_categories,applied_vendor_credits,contact,accounting_period")] TrackingCategoriesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "tracking_categories,applied_vendor_credits,contact,accounting_period,payment_term" + )] + TrackingCategoriesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "tracking_categories,applied_vendor_credits,contact,company")] TrackingCategoriesAppliedVendorCreditsContactCompany, @@ -8258,6 +17169,11 @@ public enum InvoicesRetrieveRequestExpand )] TrackingCategoriesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "tracking_categories,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + TrackingCategoriesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "tracking_categories,applied_vendor_credits,contact,company,employee")] TrackingCategoriesAppliedVendorCreditsContactCompanyEmployee, @@ -8266,6 +17182,19 @@ public enum InvoicesRetrieveRequestExpand )] TrackingCategoriesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "tracking_categories,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + TrackingCategoriesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "tracking_categories,applied_vendor_credits,contact,company,employee,payment_term" + )] + TrackingCategoriesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "tracking_categories,applied_vendor_credits,contact,company,payment_term")] + TrackingCategoriesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember(Value = "tracking_categories,applied_vendor_credits,contact,employee")] TrackingCategoriesAppliedVendorCreditsContactEmployee, @@ -8274,60 +17203,132 @@ public enum InvoicesRetrieveRequestExpand )] TrackingCategoriesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "tracking_categories,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + TrackingCategoriesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "tracking_categories,applied_vendor_credits,contact,employee,payment_term")] + TrackingCategoriesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember(Value = "tracking_categories,applied_vendor_credits,contact,payment_term")] + TrackingCategoriesAppliedVendorCreditsContactPaymentTerm, + [EnumMember(Value = "tracking_categories,applied_vendor_credits,employee")] TrackingCategoriesAppliedVendorCreditsEmployee, [EnumMember(Value = "tracking_categories,applied_vendor_credits,employee,accounting_period")] TrackingCategoriesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "tracking_categories,applied_vendor_credits,employee,accounting_period,payment_term" + )] + TrackingCategoriesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "tracking_categories,applied_vendor_credits,employee,payment_term")] + TrackingCategoriesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember(Value = "tracking_categories,applied_vendor_credits,payment_term")] + TrackingCategoriesAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "tracking_categories,company")] TrackingCategoriesCompany, [EnumMember(Value = "tracking_categories,company,accounting_period")] TrackingCategoriesCompanyAccountingPeriod, + [EnumMember(Value = "tracking_categories,company,accounting_period,payment_term")] + TrackingCategoriesCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "tracking_categories,company,employee")] TrackingCategoriesCompanyEmployee, [EnumMember(Value = "tracking_categories,company,employee,accounting_period")] TrackingCategoriesCompanyEmployeeAccountingPeriod, + [EnumMember(Value = "tracking_categories,company,employee,accounting_period,payment_term")] + TrackingCategoriesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "tracking_categories,company,employee,payment_term")] + TrackingCategoriesCompanyEmployeePaymentTerm, + + [EnumMember(Value = "tracking_categories,company,payment_term")] + TrackingCategoriesCompanyPaymentTerm, + [EnumMember(Value = "tracking_categories,contact")] TrackingCategoriesContact, [EnumMember(Value = "tracking_categories,contact,accounting_period")] TrackingCategoriesContactAccountingPeriod, + [EnumMember(Value = "tracking_categories,contact,accounting_period,payment_term")] + TrackingCategoriesContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "tracking_categories,contact,company")] TrackingCategoriesContactCompany, [EnumMember(Value = "tracking_categories,contact,company,accounting_period")] TrackingCategoriesContactCompanyAccountingPeriod, + [EnumMember(Value = "tracking_categories,contact,company,accounting_period,payment_term")] + TrackingCategoriesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "tracking_categories,contact,company,employee")] TrackingCategoriesContactCompanyEmployee, [EnumMember(Value = "tracking_categories,contact,company,employee,accounting_period")] TrackingCategoriesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "tracking_categories,contact,company,employee,accounting_period,payment_term" + )] + TrackingCategoriesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "tracking_categories,contact,company,employee,payment_term")] + TrackingCategoriesContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "tracking_categories,contact,company,payment_term")] + TrackingCategoriesContactCompanyPaymentTerm, + [EnumMember(Value = "tracking_categories,contact,employee")] TrackingCategoriesContactEmployee, [EnumMember(Value = "tracking_categories,contact,employee,accounting_period")] TrackingCategoriesContactEmployeeAccountingPeriod, + [EnumMember(Value = "tracking_categories,contact,employee,accounting_period,payment_term")] + TrackingCategoriesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "tracking_categories,contact,employee,payment_term")] + TrackingCategoriesContactEmployeePaymentTerm, + + [EnumMember(Value = "tracking_categories,contact,payment_term")] + TrackingCategoriesContactPaymentTerm, + [EnumMember(Value = "tracking_categories,employee")] TrackingCategoriesEmployee, [EnumMember(Value = "tracking_categories,employee,accounting_period")] TrackingCategoriesEmployeeAccountingPeriod, + [EnumMember(Value = "tracking_categories,employee,accounting_period,payment_term")] + TrackingCategoriesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "tracking_categories,employee,payment_term")] + TrackingCategoriesEmployeePaymentTerm, + + [EnumMember(Value = "tracking_categories,payment_term")] + TrackingCategoriesPaymentTerm, + [EnumMember(Value = "tracking_categories,purchase_orders")] TrackingCategoriesPurchaseOrders, [EnumMember(Value = "tracking_categories,purchase_orders,accounting_period")] TrackingCategoriesPurchaseOrdersAccountingPeriod, + [EnumMember(Value = "tracking_categories,purchase_orders,accounting_period,payment_term")] + TrackingCategoriesPurchaseOrdersAccountingPeriodPaymentTerm, + [EnumMember(Value = "tracking_categories,purchase_orders,applied_credit_notes")] TrackingCategoriesPurchaseOrdersAppliedCreditNotes, @@ -8336,6 +17337,11 @@ public enum InvoicesRetrieveRequestExpand )] TrackingCategoriesPurchaseOrdersAppliedCreditNotesAccountingPeriod, + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_credit_notes,accounting_period,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedCreditNotesAccountingPeriodPaymentTerm, + [EnumMember( Value = "tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits" )] @@ -8346,6 +17352,11 @@ public enum InvoicesRetrieveRequestExpand )] TrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,accounting_period,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember( Value = "tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company" )] @@ -8356,6 +17367,11 @@ public enum InvoicesRetrieveRequestExpand )] TrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,accounting_period,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee" )] @@ -8366,6 +17382,21 @@ public enum InvoicesRetrieveRequestExpand )] TrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,employee,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,company,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember( Value = "tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact" )] @@ -8376,6 +17407,11 @@ public enum InvoicesRetrieveRequestExpand )] TrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,accounting_period,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company" )] @@ -8386,6 +17422,11 @@ public enum InvoicesRetrieveRequestExpand )] TrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee" )] @@ -8396,6 +17437,21 @@ public enum InvoicesRetrieveRequestExpand )] TrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,employee,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,company,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee" )] @@ -8406,6 +17462,21 @@ public enum InvoicesRetrieveRequestExpand )] TrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,employee,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,contact,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsContactPaymentTerm, + [EnumMember( Value = "tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,employee" )] @@ -8416,6 +17487,21 @@ public enum InvoicesRetrieveRequestExpand )] TrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,accounting_period,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,employee,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_credit_notes,applied_vendor_credits,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedCreditNotesAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "tracking_categories,purchase_orders,applied_credit_notes,company")] TrackingCategoriesPurchaseOrdersAppliedCreditNotesCompany, @@ -8424,6 +17510,11 @@ public enum InvoicesRetrieveRequestExpand )] TrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyAccountingPeriod, + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_credit_notes,company,accounting_period,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "tracking_categories,purchase_orders,applied_credit_notes,company,employee" )] @@ -8434,6 +17525,21 @@ public enum InvoicesRetrieveRequestExpand )] TrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_credit_notes,company,employee,accounting_period,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_credit_notes,company,employee,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_credit_notes,company,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedCreditNotesCompanyPaymentTerm, + [EnumMember(Value = "tracking_categories,purchase_orders,applied_credit_notes,contact")] TrackingCategoriesPurchaseOrdersAppliedCreditNotesContact, @@ -8442,6 +17548,11 @@ public enum InvoicesRetrieveRequestExpand )] TrackingCategoriesPurchaseOrdersAppliedCreditNotesContactAccountingPeriod, + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_credit_notes,contact,accounting_period,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedCreditNotesContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "tracking_categories,purchase_orders,applied_credit_notes,contact,company")] TrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompany, @@ -8450,6 +17561,11 @@ public enum InvoicesRetrieveRequestExpand )] TrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriod, + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_credit_notes,contact,company,accounting_period,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "tracking_categories,purchase_orders,applied_credit_notes,contact,company,employee" )] @@ -8460,6 +17576,21 @@ public enum InvoicesRetrieveRequestExpand )] TrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_credit_notes,contact,company,employee,accounting_period,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_credit_notes,contact,company,employee,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_credit_notes,contact,company,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedCreditNotesContactCompanyPaymentTerm, + [EnumMember( Value = "tracking_categories,purchase_orders,applied_credit_notes,contact,employee" )] @@ -8470,6 +17601,21 @@ public enum InvoicesRetrieveRequestExpand )] TrackingCategoriesPurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriod, + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_credit_notes,contact,employee,accounting_period,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedCreditNotesContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_credit_notes,contact,employee,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedCreditNotesContactEmployeePaymentTerm, + + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_credit_notes,contact,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedCreditNotesContactPaymentTerm, + [EnumMember(Value = "tracking_categories,purchase_orders,applied_credit_notes,employee")] TrackingCategoriesPurchaseOrdersAppliedCreditNotesEmployee, @@ -8478,6 +17624,19 @@ public enum InvoicesRetrieveRequestExpand )] TrackingCategoriesPurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriod, + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_credit_notes,employee,accounting_period,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedCreditNotesEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_credit_notes,employee,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedCreditNotesEmployeePaymentTerm, + + [EnumMember(Value = "tracking_categories,purchase_orders,applied_credit_notes,payment_term")] + TrackingCategoriesPurchaseOrdersAppliedCreditNotesPaymentTerm, + [EnumMember(Value = "tracking_categories,purchase_orders,applied_vendor_credits")] TrackingCategoriesPurchaseOrdersAppliedVendorCredits, @@ -8486,6 +17645,11 @@ public enum InvoicesRetrieveRequestExpand )] TrackingCategoriesPurchaseOrdersAppliedVendorCreditsAccountingPeriod, + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_vendor_credits,accounting_period,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedVendorCreditsAccountingPeriodPaymentTerm, + [EnumMember(Value = "tracking_categories,purchase_orders,applied_vendor_credits,company")] TrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompany, @@ -8494,6 +17658,11 @@ public enum InvoicesRetrieveRequestExpand )] TrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriod, + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_vendor_credits,company,accounting_period,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "tracking_categories,purchase_orders,applied_vendor_credits,company,employee" )] @@ -8504,6 +17673,21 @@ public enum InvoicesRetrieveRequestExpand )] TrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_vendor_credits,company,employee,accounting_period,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_vendor_credits,company,employee,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_vendor_credits,company,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedVendorCreditsCompanyPaymentTerm, + [EnumMember(Value = "tracking_categories,purchase_orders,applied_vendor_credits,contact")] TrackingCategoriesPurchaseOrdersAppliedVendorCreditsContact, @@ -8512,6 +17696,11 @@ public enum InvoicesRetrieveRequestExpand )] TrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactAccountingPeriod, + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_vendor_credits,contact,accounting_period,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactAccountingPeriodPaymentTerm, + [EnumMember( Value = "tracking_categories,purchase_orders,applied_vendor_credits,contact,company" )] @@ -8522,6 +17711,11 @@ public enum InvoicesRetrieveRequestExpand )] TrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriod, + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_vendor_credits,contact,company,accounting_period,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyAccountingPeriodPaymentTerm, + [EnumMember( Value = "tracking_categories,purchase_orders,applied_vendor_credits,contact,company,employee" )] @@ -8532,6 +17726,21 @@ public enum InvoicesRetrieveRequestExpand )] TrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_vendor_credits,contact,company,employee,accounting_period,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_vendor_credits,contact,company,employee,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyEmployeePaymentTerm, + + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_vendor_credits,contact,company,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactCompanyPaymentTerm, + [EnumMember( Value = "tracking_categories,purchase_orders,applied_vendor_credits,contact,employee" )] @@ -8542,6 +17751,21 @@ public enum InvoicesRetrieveRequestExpand )] TrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriod, + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_vendor_credits,contact,employee,accounting_period,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_vendor_credits,contact,employee,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactEmployeePaymentTerm, + + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_vendor_credits,contact,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedVendorCreditsContactPaymentTerm, + [EnumMember(Value = "tracking_categories,purchase_orders,applied_vendor_credits,employee")] TrackingCategoriesPurchaseOrdersAppliedVendorCreditsEmployee, @@ -8550,30 +17774,69 @@ public enum InvoicesRetrieveRequestExpand )] TrackingCategoriesPurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriod, + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_vendor_credits,employee,accounting_period,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedVendorCreditsEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "tracking_categories,purchase_orders,applied_vendor_credits,employee,payment_term" + )] + TrackingCategoriesPurchaseOrdersAppliedVendorCreditsEmployeePaymentTerm, + + [EnumMember(Value = "tracking_categories,purchase_orders,applied_vendor_credits,payment_term")] + TrackingCategoriesPurchaseOrdersAppliedVendorCreditsPaymentTerm, + [EnumMember(Value = "tracking_categories,purchase_orders,company")] TrackingCategoriesPurchaseOrdersCompany, [EnumMember(Value = "tracking_categories,purchase_orders,company,accounting_period")] TrackingCategoriesPurchaseOrdersCompanyAccountingPeriod, + [EnumMember( + Value = "tracking_categories,purchase_orders,company,accounting_period,payment_term" + )] + TrackingCategoriesPurchaseOrdersCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "tracking_categories,purchase_orders,company,employee")] TrackingCategoriesPurchaseOrdersCompanyEmployee, [EnumMember(Value = "tracking_categories,purchase_orders,company,employee,accounting_period")] TrackingCategoriesPurchaseOrdersCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "tracking_categories,purchase_orders,company,employee,accounting_period,payment_term" + )] + TrackingCategoriesPurchaseOrdersCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "tracking_categories,purchase_orders,company,employee,payment_term")] + TrackingCategoriesPurchaseOrdersCompanyEmployeePaymentTerm, + + [EnumMember(Value = "tracking_categories,purchase_orders,company,payment_term")] + TrackingCategoriesPurchaseOrdersCompanyPaymentTerm, + [EnumMember(Value = "tracking_categories,purchase_orders,contact")] TrackingCategoriesPurchaseOrdersContact, [EnumMember(Value = "tracking_categories,purchase_orders,contact,accounting_period")] TrackingCategoriesPurchaseOrdersContactAccountingPeriod, + [EnumMember( + Value = "tracking_categories,purchase_orders,contact,accounting_period,payment_term" + )] + TrackingCategoriesPurchaseOrdersContactAccountingPeriodPaymentTerm, + [EnumMember(Value = "tracking_categories,purchase_orders,contact,company")] TrackingCategoriesPurchaseOrdersContactCompany, [EnumMember(Value = "tracking_categories,purchase_orders,contact,company,accounting_period")] TrackingCategoriesPurchaseOrdersContactCompanyAccountingPeriod, + [EnumMember( + Value = "tracking_categories,purchase_orders,contact,company,accounting_period,payment_term" + )] + TrackingCategoriesPurchaseOrdersContactCompanyAccountingPeriodPaymentTerm, + [EnumMember(Value = "tracking_categories,purchase_orders,contact,company,employee")] TrackingCategoriesPurchaseOrdersContactCompanyEmployee, @@ -8582,15 +17845,50 @@ public enum InvoicesRetrieveRequestExpand )] TrackingCategoriesPurchaseOrdersContactCompanyEmployeeAccountingPeriod, + [EnumMember( + Value = "tracking_categories,purchase_orders,contact,company,employee,accounting_period,payment_term" + )] + TrackingCategoriesPurchaseOrdersContactCompanyEmployeeAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "tracking_categories,purchase_orders,contact,company,employee,payment_term" + )] + TrackingCategoriesPurchaseOrdersContactCompanyEmployeePaymentTerm, + + [EnumMember(Value = "tracking_categories,purchase_orders,contact,company,payment_term")] + TrackingCategoriesPurchaseOrdersContactCompanyPaymentTerm, + [EnumMember(Value = "tracking_categories,purchase_orders,contact,employee")] TrackingCategoriesPurchaseOrdersContactEmployee, [EnumMember(Value = "tracking_categories,purchase_orders,contact,employee,accounting_period")] TrackingCategoriesPurchaseOrdersContactEmployeeAccountingPeriod, + [EnumMember( + Value = "tracking_categories,purchase_orders,contact,employee,accounting_period,payment_term" + )] + TrackingCategoriesPurchaseOrdersContactEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "tracking_categories,purchase_orders,contact,employee,payment_term")] + TrackingCategoriesPurchaseOrdersContactEmployeePaymentTerm, + + [EnumMember(Value = "tracking_categories,purchase_orders,contact,payment_term")] + TrackingCategoriesPurchaseOrdersContactPaymentTerm, + [EnumMember(Value = "tracking_categories,purchase_orders,employee")] TrackingCategoriesPurchaseOrdersEmployee, [EnumMember(Value = "tracking_categories,purchase_orders,employee,accounting_period")] TrackingCategoriesPurchaseOrdersEmployeeAccountingPeriod, + + [EnumMember( + Value = "tracking_categories,purchase_orders,employee,accounting_period,payment_term" + )] + TrackingCategoriesPurchaseOrdersEmployeeAccountingPeriodPaymentTerm, + + [EnumMember(Value = "tracking_categories,purchase_orders,employee,payment_term")] + TrackingCategoriesPurchaseOrdersEmployeePaymentTerm, + + [EnumMember(Value = "tracking_categories,purchase_orders,payment_term")] + TrackingCategoriesPurchaseOrdersPaymentTerm, } diff --git a/src/Merge.Client/Accounting/Items/ItemsClient.cs b/src/Merge.Client/Accounting/Items/ItemsClient.cs index 6b473a3c..a0870d62 100644 --- a/src/Merge.Client/Accounting/Items/ItemsClient.cs +++ b/src/Merge.Client/Accounting/Items/ItemsClient.cs @@ -148,6 +148,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } if (request.RemoteFields != null) { _query["remote_fields"] = request.RemoteFields.ToString(); diff --git a/src/Merge.Client/Accounting/Items/Requests/ItemsRetrieveRequest.cs b/src/Merge.Client/Accounting/Items/Requests/ItemsRetrieveRequest.cs index 24d60e7b..476a39bf 100644 --- a/src/Merge.Client/Accounting/Items/Requests/ItemsRetrieveRequest.cs +++ b/src/Merge.Client/Accounting/Items/Requests/ItemsRetrieveRequest.cs @@ -14,6 +14,11 @@ public record ItemsRetrieveRequest /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + /// /// Deprecated. Use show_enum_origins. /// diff --git a/src/Merge.Client/Accounting/JournalEntries/JournalEntriesClient.cs b/src/Merge.Client/Accounting/JournalEntries/JournalEntriesClient.cs index 1ceb2615..b2c29a0d 100644 --- a/src/Merge.Client/Accounting/JournalEntries/JournalEntriesClient.cs +++ b/src/Merge.Client/Accounting/JournalEntries/JournalEntriesClient.cs @@ -225,6 +225,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( request.IncludeRemoteFields.Value ); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } var response = await _client .MakeRequestAsync( new RawClient.JsonApiRequest diff --git a/src/Merge.Client/Accounting/JournalEntries/Requests/JournalEntriesRetrieveRequest.cs b/src/Merge.Client/Accounting/JournalEntries/Requests/JournalEntriesRetrieveRequest.cs index 4a950ea5..ff204e4e 100644 --- a/src/Merge.Client/Accounting/JournalEntries/Requests/JournalEntriesRetrieveRequest.cs +++ b/src/Merge.Client/Accounting/JournalEntries/Requests/JournalEntriesRetrieveRequest.cs @@ -19,6 +19,11 @@ public record JournalEntriesRetrieveRequest /// public bool? IncludeRemoteFields { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Accounting/PaymentMethods/PaymentMethodsClient.cs b/src/Merge.Client/Accounting/PaymentMethods/PaymentMethodsClient.cs new file mode 100644 index 00000000..ca2f57be --- /dev/null +++ b/src/Merge.Client/Accounting/PaymentMethods/PaymentMethodsClient.cs @@ -0,0 +1,141 @@ +using System.Net.Http; +using System.Text.Json; +using System.Threading; +using Merge.Client.Core; + +namespace Merge.Client.Accounting; + +public partial class PaymentMethodsClient +{ + private RawClient _client; + + internal PaymentMethodsClient(RawClient client) + { + _client = client; + } + + /// + /// Returns a list of `PaymentMethod` objects. + /// + /// + /// + /// await client.Accounting.PaymentMethods.ListAsync(new PaymentMethodsListRequest()); + /// + /// + public async System.Threading.Tasks.Task ListAsync( + PaymentMethodsListRequest request, + RequestOptions? options = null, + CancellationToken cancellationToken = default + ) + { + var _query = new Dictionary(); + if (request.Cursor != null) + { + _query["cursor"] = request.Cursor; + } + if (request.IncludeDeletedData != null) + { + _query["include_deleted_data"] = JsonUtils.Serialize(request.IncludeDeletedData.Value); + } + if (request.IncludeRemoteData != null) + { + _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); + } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } + if (request.PageSize != null) + { + _query["page_size"] = request.PageSize.Value.ToString(); + } + var response = await _client + .MakeRequestAsync( + new RawClient.JsonApiRequest + { + BaseUrl = _client.Options.BaseUrl, + Method = HttpMethod.Get, + Path = "accounting/v1/payment-methods", + Query = _query, + Options = options, + }, + cancellationToken + ) + .ConfigureAwait(false); + var responseBody = await response.Raw.Content.ReadAsStringAsync(); + if (response.StatusCode is >= 200 and < 400) + { + try + { + return JsonUtils.Deserialize(responseBody)!; + } + catch (JsonException e) + { + throw new MergeException("Failed to deserialize response", e); + } + } + + throw new MergeApiException( + $"Error with status code {response.StatusCode}", + response.StatusCode, + responseBody + ); + } + + /// + /// Returns a `PaymentMethod` object with the given `id`. + /// + /// + /// + /// await client.Accounting.PaymentMethods.RetrieveAsync("id", new PaymentMethodsRetrieveRequest()); + /// + /// + public async System.Threading.Tasks.Task RetrieveAsync( + string id, + PaymentMethodsRetrieveRequest request, + RequestOptions? options = null, + CancellationToken cancellationToken = default + ) + { + var _query = new Dictionary(); + if (request.IncludeRemoteData != null) + { + _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); + } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } + var response = await _client + .MakeRequestAsync( + new RawClient.JsonApiRequest + { + BaseUrl = _client.Options.BaseUrl, + Method = HttpMethod.Get, + Path = $"accounting/v1/payment-methods/{id}", + Query = _query, + Options = options, + }, + cancellationToken + ) + .ConfigureAwait(false); + var responseBody = await response.Raw.Content.ReadAsStringAsync(); + if (response.StatusCode is >= 200 and < 400) + { + try + { + return JsonUtils.Deserialize(responseBody)!; + } + catch (JsonException e) + { + throw new MergeException("Failed to deserialize response", e); + } + } + + throw new MergeApiException( + $"Error with status code {response.StatusCode}", + response.StatusCode, + responseBody + ); + } +} diff --git a/src/Merge.Client/Accounting/PaymentMethods/Requests/PaymentMethodsListRequest.cs b/src/Merge.Client/Accounting/PaymentMethods/Requests/PaymentMethodsListRequest.cs new file mode 100644 index 00000000..96fb466a --- /dev/null +++ b/src/Merge.Client/Accounting/PaymentMethods/Requests/PaymentMethodsListRequest.cs @@ -0,0 +1,36 @@ +using Merge.Client.Core; + +namespace Merge.Client.Accounting; + +public record PaymentMethodsListRequest +{ + /// + /// The pagination cursor value. + /// + public string? Cursor { get; set; } + + /// + /// Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/). + /// + public bool? IncludeDeletedData { get; set; } + + /// + /// Whether to include the original data Merge fetched from the third-party to produce these models. + /// + public bool? IncludeRemoteData { get; set; } + + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + + /// + /// Number of results to return per page. + /// + public int? PageSize { get; set; } + + public override string ToString() + { + return JsonUtils.Serialize(this); + } +} diff --git a/src/Merge.Client/Accounting/PaymentMethods/Requests/PaymentMethodsRetrieveRequest.cs b/src/Merge.Client/Accounting/PaymentMethods/Requests/PaymentMethodsRetrieveRequest.cs new file mode 100644 index 00000000..1f8d9c6d --- /dev/null +++ b/src/Merge.Client/Accounting/PaymentMethods/Requests/PaymentMethodsRetrieveRequest.cs @@ -0,0 +1,21 @@ +using Merge.Client.Core; + +namespace Merge.Client.Accounting; + +public record PaymentMethodsRetrieveRequest +{ + /// + /// Whether to include the original data Merge fetched from the third-party to produce these models. + /// + public bool? IncludeRemoteData { get; set; } + + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + + public override string ToString() + { + return JsonUtils.Serialize(this); + } +} diff --git a/src/Merge.Client/Accounting/PaymentTerms/PaymentTermsClient.cs b/src/Merge.Client/Accounting/PaymentTerms/PaymentTermsClient.cs new file mode 100644 index 00000000..e6056293 --- /dev/null +++ b/src/Merge.Client/Accounting/PaymentTerms/PaymentTermsClient.cs @@ -0,0 +1,149 @@ +using System.Net.Http; +using System.Text.Json; +using System.Threading; +using Merge.Client.Core; + +namespace Merge.Client.Accounting; + +public partial class PaymentTermsClient +{ + private RawClient _client; + + internal PaymentTermsClient(RawClient client) + { + _client = client; + } + + /// + /// Returns a list of `PaymentTerm` objects. + /// + /// + /// + /// await client.Accounting.PaymentTerms.ListAsync(new PaymentTermsListRequest()); + /// + /// + public async System.Threading.Tasks.Task ListAsync( + PaymentTermsListRequest request, + RequestOptions? options = null, + CancellationToken cancellationToken = default + ) + { + var _query = new Dictionary(); + if (request.Cursor != null) + { + _query["cursor"] = request.Cursor; + } + if (request.Expand != null) + { + _query["expand"] = request.Expand.ToString(); + } + if (request.IncludeDeletedData != null) + { + _query["include_deleted_data"] = JsonUtils.Serialize(request.IncludeDeletedData.Value); + } + if (request.IncludeRemoteData != null) + { + _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); + } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } + if (request.PageSize != null) + { + _query["page_size"] = request.PageSize.Value.ToString(); + } + var response = await _client + .MakeRequestAsync( + new RawClient.JsonApiRequest + { + BaseUrl = _client.Options.BaseUrl, + Method = HttpMethod.Get, + Path = "accounting/v1/payment-terms", + Query = _query, + Options = options, + }, + cancellationToken + ) + .ConfigureAwait(false); + var responseBody = await response.Raw.Content.ReadAsStringAsync(); + if (response.StatusCode is >= 200 and < 400) + { + try + { + return JsonUtils.Deserialize(responseBody)!; + } + catch (JsonException e) + { + throw new MergeException("Failed to deserialize response", e); + } + } + + throw new MergeApiException( + $"Error with status code {response.StatusCode}", + response.StatusCode, + responseBody + ); + } + + /// + /// Returns a `PaymentTerm` object with the given `id`. + /// + /// + /// + /// await client.Accounting.PaymentTerms.RetrieveAsync("id", new PaymentTermsRetrieveRequest()); + /// + /// + public async System.Threading.Tasks.Task RetrieveAsync( + string id, + PaymentTermsRetrieveRequest request, + RequestOptions? options = null, + CancellationToken cancellationToken = default + ) + { + var _query = new Dictionary(); + if (request.Expand != null) + { + _query["expand"] = request.Expand.ToString(); + } + if (request.IncludeRemoteData != null) + { + _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); + } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } + var response = await _client + .MakeRequestAsync( + new RawClient.JsonApiRequest + { + BaseUrl = _client.Options.BaseUrl, + Method = HttpMethod.Get, + Path = $"accounting/v1/payment-terms/{id}", + Query = _query, + Options = options, + }, + cancellationToken + ) + .ConfigureAwait(false); + var responseBody = await response.Raw.Content.ReadAsStringAsync(); + if (response.StatusCode is >= 200 and < 400) + { + try + { + return JsonUtils.Deserialize(responseBody)!; + } + catch (JsonException e) + { + throw new MergeException("Failed to deserialize response", e); + } + } + + throw new MergeApiException( + $"Error with status code {response.StatusCode}", + response.StatusCode, + responseBody + ); + } +} diff --git a/src/Merge.Client/Accounting/PaymentTerms/Requests/PaymentTermsListRequest.cs b/src/Merge.Client/Accounting/PaymentTerms/Requests/PaymentTermsListRequest.cs new file mode 100644 index 00000000..895ca362 --- /dev/null +++ b/src/Merge.Client/Accounting/PaymentTerms/Requests/PaymentTermsListRequest.cs @@ -0,0 +1,41 @@ +using Merge.Client.Core; + +namespace Merge.Client.Accounting; + +public record PaymentTermsListRequest +{ + /// + /// The pagination cursor value. + /// + public string? Cursor { get; set; } + + /// + /// Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces. + /// + public string? Expand { get; set; } + + /// + /// Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/). + /// + public bool? IncludeDeletedData { get; set; } + + /// + /// Whether to include the original data Merge fetched from the third-party to produce these models. + /// + public bool? IncludeRemoteData { get; set; } + + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + + /// + /// Number of results to return per page. + /// + public int? PageSize { get; set; } + + public override string ToString() + { + return JsonUtils.Serialize(this); + } +} diff --git a/src/Merge.Client/Accounting/PaymentTerms/Requests/PaymentTermsRetrieveRequest.cs b/src/Merge.Client/Accounting/PaymentTerms/Requests/PaymentTermsRetrieveRequest.cs new file mode 100644 index 00000000..a741e99c --- /dev/null +++ b/src/Merge.Client/Accounting/PaymentTerms/Requests/PaymentTermsRetrieveRequest.cs @@ -0,0 +1,26 @@ +using Merge.Client.Core; + +namespace Merge.Client.Accounting; + +public record PaymentTermsRetrieveRequest +{ + /// + /// Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces. + /// + public string? Expand { get; set; } + + /// + /// Whether to include the original data Merge fetched from the third-party to produce these models. + /// + public bool? IncludeRemoteData { get; set; } + + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + + public override string ToString() + { + return JsonUtils.Serialize(this); + } +} diff --git a/src/Merge.Client/Accounting/Payments/PaymentsClient.cs b/src/Merge.Client/Accounting/Payments/PaymentsClient.cs index 9b5070b7..98ca5f44 100644 --- a/src/Merge.Client/Accounting/Payments/PaymentsClient.cs +++ b/src/Merge.Client/Accounting/Payments/PaymentsClient.cs @@ -233,6 +233,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( request.IncludeRemoteFields.Value ); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } var response = await _client .MakeRequestAsync( new RawClient.JsonApiRequest diff --git a/src/Merge.Client/Accounting/Payments/Requests/PaymentsRetrieveRequest.cs b/src/Merge.Client/Accounting/Payments/Requests/PaymentsRetrieveRequest.cs index c254e824..004084d8 100644 --- a/src/Merge.Client/Accounting/Payments/Requests/PaymentsRetrieveRequest.cs +++ b/src/Merge.Client/Accounting/Payments/Requests/PaymentsRetrieveRequest.cs @@ -19,6 +19,11 @@ public record PaymentsRetrieveRequest /// public bool? IncludeRemoteFields { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Accounting/Payments/Types/PaymentsListRequestExpand.cs b/src/Merge.Client/Accounting/Payments/Types/PaymentsListRequestExpand.cs index cba5ae63..90599ec1 100644 --- a/src/Merge.Client/Accounting/Payments/Types/PaymentsListRequestExpand.cs +++ b/src/Merge.Client/Accounting/Payments/Types/PaymentsListRequestExpand.cs @@ -13,15 +13,30 @@ public enum PaymentsListRequestExpand [EnumMember(Value = "account,accounting_period")] AccountAccountingPeriod, + [EnumMember(Value = "account,accounting_period,payment_method")] + AccountAccountingPeriodPaymentMethod, + [EnumMember(Value = "account,company")] AccountCompany, [EnumMember(Value = "account,company,accounting_period")] AccountCompanyAccountingPeriod, + [EnumMember(Value = "account,company,accounting_period,payment_method")] + AccountCompanyAccountingPeriodPaymentMethod, + + [EnumMember(Value = "account,company,payment_method")] + AccountCompanyPaymentMethod, + + [EnumMember(Value = "account,payment_method")] + AccountPaymentMethod, + [EnumMember(Value = "accounting_period")] AccountingPeriod, + [EnumMember(Value = "accounting_period,payment_method")] + AccountingPeriodPaymentMethod, + [EnumMember(Value = "applied_to_lines")] AppliedToLines, @@ -31,21 +46,42 @@ public enum PaymentsListRequestExpand [EnumMember(Value = "applied_to_lines,account,accounting_period")] AppliedToLinesAccountAccountingPeriod, + [EnumMember(Value = "applied_to_lines,account,accounting_period,payment_method")] + AppliedToLinesAccountAccountingPeriodPaymentMethod, + [EnumMember(Value = "applied_to_lines,account,company")] AppliedToLinesAccountCompany, [EnumMember(Value = "applied_to_lines,account,company,accounting_period")] AppliedToLinesAccountCompanyAccountingPeriod, + [EnumMember(Value = "applied_to_lines,account,company,accounting_period,payment_method")] + AppliedToLinesAccountCompanyAccountingPeriodPaymentMethod, + + [EnumMember(Value = "applied_to_lines,account,company,payment_method")] + AppliedToLinesAccountCompanyPaymentMethod, + + [EnumMember(Value = "applied_to_lines,account,payment_method")] + AppliedToLinesAccountPaymentMethod, + [EnumMember(Value = "applied_to_lines,accounting_period")] AppliedToLinesAccountingPeriod, + [EnumMember(Value = "applied_to_lines,accounting_period,payment_method")] + AppliedToLinesAccountingPeriodPaymentMethod, + [EnumMember(Value = "applied_to_lines,company")] AppliedToLinesCompany, [EnumMember(Value = "applied_to_lines,company,accounting_period")] AppliedToLinesCompanyAccountingPeriod, + [EnumMember(Value = "applied_to_lines,company,accounting_period,payment_method")] + AppliedToLinesCompanyAccountingPeriodPaymentMethod, + + [EnumMember(Value = "applied_to_lines,company,payment_method")] + AppliedToLinesCompanyPaymentMethod, + [EnumMember(Value = "applied_to_lines,contact")] AppliedToLinesContact, @@ -55,27 +91,62 @@ public enum PaymentsListRequestExpand [EnumMember(Value = "applied_to_lines,contact,account,accounting_period")] AppliedToLinesContactAccountAccountingPeriod, + [EnumMember(Value = "applied_to_lines,contact,account,accounting_period,payment_method")] + AppliedToLinesContactAccountAccountingPeriodPaymentMethod, + [EnumMember(Value = "applied_to_lines,contact,account,company")] AppliedToLinesContactAccountCompany, [EnumMember(Value = "applied_to_lines,contact,account,company,accounting_period")] AppliedToLinesContactAccountCompanyAccountingPeriod, + [EnumMember( + Value = "applied_to_lines,contact,account,company,accounting_period,payment_method" + )] + AppliedToLinesContactAccountCompanyAccountingPeriodPaymentMethod, + + [EnumMember(Value = "applied_to_lines,contact,account,company,payment_method")] + AppliedToLinesContactAccountCompanyPaymentMethod, + + [EnumMember(Value = "applied_to_lines,contact,account,payment_method")] + AppliedToLinesContactAccountPaymentMethod, + [EnumMember(Value = "applied_to_lines,contact,accounting_period")] AppliedToLinesContactAccountingPeriod, + [EnumMember(Value = "applied_to_lines,contact,accounting_period,payment_method")] + AppliedToLinesContactAccountingPeriodPaymentMethod, + [EnumMember(Value = "applied_to_lines,contact,company")] AppliedToLinesContactCompany, [EnumMember(Value = "applied_to_lines,contact,company,accounting_period")] AppliedToLinesContactCompanyAccountingPeriod, + [EnumMember(Value = "applied_to_lines,contact,company,accounting_period,payment_method")] + AppliedToLinesContactCompanyAccountingPeriodPaymentMethod, + + [EnumMember(Value = "applied_to_lines,contact,company,payment_method")] + AppliedToLinesContactCompanyPaymentMethod, + + [EnumMember(Value = "applied_to_lines,contact,payment_method")] + AppliedToLinesContactPaymentMethod, + + [EnumMember(Value = "applied_to_lines,payment_method")] + AppliedToLinesPaymentMethod, + [EnumMember(Value = "company")] Company, [EnumMember(Value = "company,accounting_period")] CompanyAccountingPeriod, + [EnumMember(Value = "company,accounting_period,payment_method")] + CompanyAccountingPeriodPaymentMethod, + + [EnumMember(Value = "company,payment_method")] + CompanyPaymentMethod, + [EnumMember(Value = "contact")] Contact, @@ -85,21 +156,48 @@ public enum PaymentsListRequestExpand [EnumMember(Value = "contact,account,accounting_period")] ContactAccountAccountingPeriod, + [EnumMember(Value = "contact,account,accounting_period,payment_method")] + ContactAccountAccountingPeriodPaymentMethod, + [EnumMember(Value = "contact,account,company")] ContactAccountCompany, [EnumMember(Value = "contact,account,company,accounting_period")] ContactAccountCompanyAccountingPeriod, + [EnumMember(Value = "contact,account,company,accounting_period,payment_method")] + ContactAccountCompanyAccountingPeriodPaymentMethod, + + [EnumMember(Value = "contact,account,company,payment_method")] + ContactAccountCompanyPaymentMethod, + + [EnumMember(Value = "contact,account,payment_method")] + ContactAccountPaymentMethod, + [EnumMember(Value = "contact,accounting_period")] ContactAccountingPeriod, + [EnumMember(Value = "contact,accounting_period,payment_method")] + ContactAccountingPeriodPaymentMethod, + [EnumMember(Value = "contact,company")] ContactCompany, [EnumMember(Value = "contact,company,accounting_period")] ContactCompanyAccountingPeriod, + [EnumMember(Value = "contact,company,accounting_period,payment_method")] + ContactCompanyAccountingPeriodPaymentMethod, + + [EnumMember(Value = "contact,company,payment_method")] + ContactCompanyPaymentMethod, + + [EnumMember(Value = "contact,payment_method")] + ContactPaymentMethod, + + [EnumMember(Value = "payment_method")] + PaymentMethod, + [EnumMember(Value = "tracking_categories")] TrackingCategories, @@ -109,15 +207,30 @@ public enum PaymentsListRequestExpand [EnumMember(Value = "tracking_categories,account,accounting_period")] TrackingCategoriesAccountAccountingPeriod, + [EnumMember(Value = "tracking_categories,account,accounting_period,payment_method")] + TrackingCategoriesAccountAccountingPeriodPaymentMethod, + [EnumMember(Value = "tracking_categories,account,company")] TrackingCategoriesAccountCompany, [EnumMember(Value = "tracking_categories,account,company,accounting_period")] TrackingCategoriesAccountCompanyAccountingPeriod, + [EnumMember(Value = "tracking_categories,account,company,accounting_period,payment_method")] + TrackingCategoriesAccountCompanyAccountingPeriodPaymentMethod, + + [EnumMember(Value = "tracking_categories,account,company,payment_method")] + TrackingCategoriesAccountCompanyPaymentMethod, + + [EnumMember(Value = "tracking_categories,account,payment_method")] + TrackingCategoriesAccountPaymentMethod, + [EnumMember(Value = "tracking_categories,accounting_period")] TrackingCategoriesAccountingPeriod, + [EnumMember(Value = "tracking_categories,accounting_period,payment_method")] + TrackingCategoriesAccountingPeriodPaymentMethod, + [EnumMember(Value = "tracking_categories,applied_to_lines")] TrackingCategoriesAppliedToLines, @@ -127,21 +240,48 @@ public enum PaymentsListRequestExpand [EnumMember(Value = "tracking_categories,applied_to_lines,account,accounting_period")] TrackingCategoriesAppliedToLinesAccountAccountingPeriod, + [EnumMember( + Value = "tracking_categories,applied_to_lines,account,accounting_period,payment_method" + )] + TrackingCategoriesAppliedToLinesAccountAccountingPeriodPaymentMethod, + [EnumMember(Value = "tracking_categories,applied_to_lines,account,company")] TrackingCategoriesAppliedToLinesAccountCompany, [EnumMember(Value = "tracking_categories,applied_to_lines,account,company,accounting_period")] TrackingCategoriesAppliedToLinesAccountCompanyAccountingPeriod, + [EnumMember( + Value = "tracking_categories,applied_to_lines,account,company,accounting_period,payment_method" + )] + TrackingCategoriesAppliedToLinesAccountCompanyAccountingPeriodPaymentMethod, + + [EnumMember(Value = "tracking_categories,applied_to_lines,account,company,payment_method")] + TrackingCategoriesAppliedToLinesAccountCompanyPaymentMethod, + + [EnumMember(Value = "tracking_categories,applied_to_lines,account,payment_method")] + TrackingCategoriesAppliedToLinesAccountPaymentMethod, + [EnumMember(Value = "tracking_categories,applied_to_lines,accounting_period")] TrackingCategoriesAppliedToLinesAccountingPeriod, + [EnumMember(Value = "tracking_categories,applied_to_lines,accounting_period,payment_method")] + TrackingCategoriesAppliedToLinesAccountingPeriodPaymentMethod, + [EnumMember(Value = "tracking_categories,applied_to_lines,company")] TrackingCategoriesAppliedToLinesCompany, [EnumMember(Value = "tracking_categories,applied_to_lines,company,accounting_period")] TrackingCategoriesAppliedToLinesCompanyAccountingPeriod, + [EnumMember( + Value = "tracking_categories,applied_to_lines,company,accounting_period,payment_method" + )] + TrackingCategoriesAppliedToLinesCompanyAccountingPeriodPaymentMethod, + + [EnumMember(Value = "tracking_categories,applied_to_lines,company,payment_method")] + TrackingCategoriesAppliedToLinesCompanyPaymentMethod, + [EnumMember(Value = "tracking_categories,applied_to_lines,contact")] TrackingCategoriesAppliedToLinesContact, @@ -151,6 +291,11 @@ public enum PaymentsListRequestExpand [EnumMember(Value = "tracking_categories,applied_to_lines,contact,account,accounting_period")] TrackingCategoriesAppliedToLinesContactAccountAccountingPeriod, + [EnumMember( + Value = "tracking_categories,applied_to_lines,contact,account,accounting_period,payment_method" + )] + TrackingCategoriesAppliedToLinesContactAccountAccountingPeriodPaymentMethod, + [EnumMember(Value = "tracking_categories,applied_to_lines,contact,account,company")] TrackingCategoriesAppliedToLinesContactAccountCompany, @@ -159,21 +304,59 @@ public enum PaymentsListRequestExpand )] TrackingCategoriesAppliedToLinesContactAccountCompanyAccountingPeriod, + [EnumMember( + Value = "tracking_categories,applied_to_lines,contact,account,company,accounting_period,payment_method" + )] + TrackingCategoriesAppliedToLinesContactAccountCompanyAccountingPeriodPaymentMethod, + + [EnumMember( + Value = "tracking_categories,applied_to_lines,contact,account,company,payment_method" + )] + TrackingCategoriesAppliedToLinesContactAccountCompanyPaymentMethod, + + [EnumMember(Value = "tracking_categories,applied_to_lines,contact,account,payment_method")] + TrackingCategoriesAppliedToLinesContactAccountPaymentMethod, + [EnumMember(Value = "tracking_categories,applied_to_lines,contact,accounting_period")] TrackingCategoriesAppliedToLinesContactAccountingPeriod, + [EnumMember( + Value = "tracking_categories,applied_to_lines,contact,accounting_period,payment_method" + )] + TrackingCategoriesAppliedToLinesContactAccountingPeriodPaymentMethod, + [EnumMember(Value = "tracking_categories,applied_to_lines,contact,company")] TrackingCategoriesAppliedToLinesContactCompany, [EnumMember(Value = "tracking_categories,applied_to_lines,contact,company,accounting_period")] TrackingCategoriesAppliedToLinesContactCompanyAccountingPeriod, + [EnumMember( + Value = "tracking_categories,applied_to_lines,contact,company,accounting_period,payment_method" + )] + TrackingCategoriesAppliedToLinesContactCompanyAccountingPeriodPaymentMethod, + + [EnumMember(Value = "tracking_categories,applied_to_lines,contact,company,payment_method")] + TrackingCategoriesAppliedToLinesContactCompanyPaymentMethod, + + [EnumMember(Value = "tracking_categories,applied_to_lines,contact,payment_method")] + TrackingCategoriesAppliedToLinesContactPaymentMethod, + + [EnumMember(Value = "tracking_categories,applied_to_lines,payment_method")] + TrackingCategoriesAppliedToLinesPaymentMethod, + [EnumMember(Value = "tracking_categories,company")] TrackingCategoriesCompany, [EnumMember(Value = "tracking_categories,company,accounting_period")] TrackingCategoriesCompanyAccountingPeriod, + [EnumMember(Value = "tracking_categories,company,accounting_period,payment_method")] + TrackingCategoriesCompanyAccountingPeriodPaymentMethod, + + [EnumMember(Value = "tracking_categories,company,payment_method")] + TrackingCategoriesCompanyPaymentMethod, + [EnumMember(Value = "tracking_categories,contact")] TrackingCategoriesContact, @@ -183,18 +366,47 @@ public enum PaymentsListRequestExpand [EnumMember(Value = "tracking_categories,contact,account,accounting_period")] TrackingCategoriesContactAccountAccountingPeriod, + [EnumMember(Value = "tracking_categories,contact,account,accounting_period,payment_method")] + TrackingCategoriesContactAccountAccountingPeriodPaymentMethod, + [EnumMember(Value = "tracking_categories,contact,account,company")] TrackingCategoriesContactAccountCompany, [EnumMember(Value = "tracking_categories,contact,account,company,accounting_period")] TrackingCategoriesContactAccountCompanyAccountingPeriod, + [EnumMember( + Value = "tracking_categories,contact,account,company,accounting_period,payment_method" + )] + TrackingCategoriesContactAccountCompanyAccountingPeriodPaymentMethod, + + [EnumMember(Value = "tracking_categories,contact,account,company,payment_method")] + TrackingCategoriesContactAccountCompanyPaymentMethod, + + [EnumMember(Value = "tracking_categories,contact,account,payment_method")] + TrackingCategoriesContactAccountPaymentMethod, + [EnumMember(Value = "tracking_categories,contact,accounting_period")] TrackingCategoriesContactAccountingPeriod, + [EnumMember(Value = "tracking_categories,contact,accounting_period,payment_method")] + TrackingCategoriesContactAccountingPeriodPaymentMethod, + [EnumMember(Value = "tracking_categories,contact,company")] TrackingCategoriesContactCompany, [EnumMember(Value = "tracking_categories,contact,company,accounting_period")] TrackingCategoriesContactCompanyAccountingPeriod, + + [EnumMember(Value = "tracking_categories,contact,company,accounting_period,payment_method")] + TrackingCategoriesContactCompanyAccountingPeriodPaymentMethod, + + [EnumMember(Value = "tracking_categories,contact,company,payment_method")] + TrackingCategoriesContactCompanyPaymentMethod, + + [EnumMember(Value = "tracking_categories,contact,payment_method")] + TrackingCategoriesContactPaymentMethod, + + [EnumMember(Value = "tracking_categories,payment_method")] + TrackingCategoriesPaymentMethod, } diff --git a/src/Merge.Client/Accounting/Payments/Types/PaymentsRetrieveRequestExpand.cs b/src/Merge.Client/Accounting/Payments/Types/PaymentsRetrieveRequestExpand.cs index c650b0bd..b5736cb3 100644 --- a/src/Merge.Client/Accounting/Payments/Types/PaymentsRetrieveRequestExpand.cs +++ b/src/Merge.Client/Accounting/Payments/Types/PaymentsRetrieveRequestExpand.cs @@ -13,15 +13,30 @@ public enum PaymentsRetrieveRequestExpand [EnumMember(Value = "account,accounting_period")] AccountAccountingPeriod, + [EnumMember(Value = "account,accounting_period,payment_method")] + AccountAccountingPeriodPaymentMethod, + [EnumMember(Value = "account,company")] AccountCompany, [EnumMember(Value = "account,company,accounting_period")] AccountCompanyAccountingPeriod, + [EnumMember(Value = "account,company,accounting_period,payment_method")] + AccountCompanyAccountingPeriodPaymentMethod, + + [EnumMember(Value = "account,company,payment_method")] + AccountCompanyPaymentMethod, + + [EnumMember(Value = "account,payment_method")] + AccountPaymentMethod, + [EnumMember(Value = "accounting_period")] AccountingPeriod, + [EnumMember(Value = "accounting_period,payment_method")] + AccountingPeriodPaymentMethod, + [EnumMember(Value = "applied_to_lines")] AppliedToLines, @@ -31,21 +46,42 @@ public enum PaymentsRetrieveRequestExpand [EnumMember(Value = "applied_to_lines,account,accounting_period")] AppliedToLinesAccountAccountingPeriod, + [EnumMember(Value = "applied_to_lines,account,accounting_period,payment_method")] + AppliedToLinesAccountAccountingPeriodPaymentMethod, + [EnumMember(Value = "applied_to_lines,account,company")] AppliedToLinesAccountCompany, [EnumMember(Value = "applied_to_lines,account,company,accounting_period")] AppliedToLinesAccountCompanyAccountingPeriod, + [EnumMember(Value = "applied_to_lines,account,company,accounting_period,payment_method")] + AppliedToLinesAccountCompanyAccountingPeriodPaymentMethod, + + [EnumMember(Value = "applied_to_lines,account,company,payment_method")] + AppliedToLinesAccountCompanyPaymentMethod, + + [EnumMember(Value = "applied_to_lines,account,payment_method")] + AppliedToLinesAccountPaymentMethod, + [EnumMember(Value = "applied_to_lines,accounting_period")] AppliedToLinesAccountingPeriod, + [EnumMember(Value = "applied_to_lines,accounting_period,payment_method")] + AppliedToLinesAccountingPeriodPaymentMethod, + [EnumMember(Value = "applied_to_lines,company")] AppliedToLinesCompany, [EnumMember(Value = "applied_to_lines,company,accounting_period")] AppliedToLinesCompanyAccountingPeriod, + [EnumMember(Value = "applied_to_lines,company,accounting_period,payment_method")] + AppliedToLinesCompanyAccountingPeriodPaymentMethod, + + [EnumMember(Value = "applied_to_lines,company,payment_method")] + AppliedToLinesCompanyPaymentMethod, + [EnumMember(Value = "applied_to_lines,contact")] AppliedToLinesContact, @@ -55,27 +91,62 @@ public enum PaymentsRetrieveRequestExpand [EnumMember(Value = "applied_to_lines,contact,account,accounting_period")] AppliedToLinesContactAccountAccountingPeriod, + [EnumMember(Value = "applied_to_lines,contact,account,accounting_period,payment_method")] + AppliedToLinesContactAccountAccountingPeriodPaymentMethod, + [EnumMember(Value = "applied_to_lines,contact,account,company")] AppliedToLinesContactAccountCompany, [EnumMember(Value = "applied_to_lines,contact,account,company,accounting_period")] AppliedToLinesContactAccountCompanyAccountingPeriod, + [EnumMember( + Value = "applied_to_lines,contact,account,company,accounting_period,payment_method" + )] + AppliedToLinesContactAccountCompanyAccountingPeriodPaymentMethod, + + [EnumMember(Value = "applied_to_lines,contact,account,company,payment_method")] + AppliedToLinesContactAccountCompanyPaymentMethod, + + [EnumMember(Value = "applied_to_lines,contact,account,payment_method")] + AppliedToLinesContactAccountPaymentMethod, + [EnumMember(Value = "applied_to_lines,contact,accounting_period")] AppliedToLinesContactAccountingPeriod, + [EnumMember(Value = "applied_to_lines,contact,accounting_period,payment_method")] + AppliedToLinesContactAccountingPeriodPaymentMethod, + [EnumMember(Value = "applied_to_lines,contact,company")] AppliedToLinesContactCompany, [EnumMember(Value = "applied_to_lines,contact,company,accounting_period")] AppliedToLinesContactCompanyAccountingPeriod, + [EnumMember(Value = "applied_to_lines,contact,company,accounting_period,payment_method")] + AppliedToLinesContactCompanyAccountingPeriodPaymentMethod, + + [EnumMember(Value = "applied_to_lines,contact,company,payment_method")] + AppliedToLinesContactCompanyPaymentMethod, + + [EnumMember(Value = "applied_to_lines,contact,payment_method")] + AppliedToLinesContactPaymentMethod, + + [EnumMember(Value = "applied_to_lines,payment_method")] + AppliedToLinesPaymentMethod, + [EnumMember(Value = "company")] Company, [EnumMember(Value = "company,accounting_period")] CompanyAccountingPeriod, + [EnumMember(Value = "company,accounting_period,payment_method")] + CompanyAccountingPeriodPaymentMethod, + + [EnumMember(Value = "company,payment_method")] + CompanyPaymentMethod, + [EnumMember(Value = "contact")] Contact, @@ -85,21 +156,48 @@ public enum PaymentsRetrieveRequestExpand [EnumMember(Value = "contact,account,accounting_period")] ContactAccountAccountingPeriod, + [EnumMember(Value = "contact,account,accounting_period,payment_method")] + ContactAccountAccountingPeriodPaymentMethod, + [EnumMember(Value = "contact,account,company")] ContactAccountCompany, [EnumMember(Value = "contact,account,company,accounting_period")] ContactAccountCompanyAccountingPeriod, + [EnumMember(Value = "contact,account,company,accounting_period,payment_method")] + ContactAccountCompanyAccountingPeriodPaymentMethod, + + [EnumMember(Value = "contact,account,company,payment_method")] + ContactAccountCompanyPaymentMethod, + + [EnumMember(Value = "contact,account,payment_method")] + ContactAccountPaymentMethod, + [EnumMember(Value = "contact,accounting_period")] ContactAccountingPeriod, + [EnumMember(Value = "contact,accounting_period,payment_method")] + ContactAccountingPeriodPaymentMethod, + [EnumMember(Value = "contact,company")] ContactCompany, [EnumMember(Value = "contact,company,accounting_period")] ContactCompanyAccountingPeriod, + [EnumMember(Value = "contact,company,accounting_period,payment_method")] + ContactCompanyAccountingPeriodPaymentMethod, + + [EnumMember(Value = "contact,company,payment_method")] + ContactCompanyPaymentMethod, + + [EnumMember(Value = "contact,payment_method")] + ContactPaymentMethod, + + [EnumMember(Value = "payment_method")] + PaymentMethod, + [EnumMember(Value = "tracking_categories")] TrackingCategories, @@ -109,15 +207,30 @@ public enum PaymentsRetrieveRequestExpand [EnumMember(Value = "tracking_categories,account,accounting_period")] TrackingCategoriesAccountAccountingPeriod, + [EnumMember(Value = "tracking_categories,account,accounting_period,payment_method")] + TrackingCategoriesAccountAccountingPeriodPaymentMethod, + [EnumMember(Value = "tracking_categories,account,company")] TrackingCategoriesAccountCompany, [EnumMember(Value = "tracking_categories,account,company,accounting_period")] TrackingCategoriesAccountCompanyAccountingPeriod, + [EnumMember(Value = "tracking_categories,account,company,accounting_period,payment_method")] + TrackingCategoriesAccountCompanyAccountingPeriodPaymentMethod, + + [EnumMember(Value = "tracking_categories,account,company,payment_method")] + TrackingCategoriesAccountCompanyPaymentMethod, + + [EnumMember(Value = "tracking_categories,account,payment_method")] + TrackingCategoriesAccountPaymentMethod, + [EnumMember(Value = "tracking_categories,accounting_period")] TrackingCategoriesAccountingPeriod, + [EnumMember(Value = "tracking_categories,accounting_period,payment_method")] + TrackingCategoriesAccountingPeriodPaymentMethod, + [EnumMember(Value = "tracking_categories,applied_to_lines")] TrackingCategoriesAppliedToLines, @@ -127,21 +240,48 @@ public enum PaymentsRetrieveRequestExpand [EnumMember(Value = "tracking_categories,applied_to_lines,account,accounting_period")] TrackingCategoriesAppliedToLinesAccountAccountingPeriod, + [EnumMember( + Value = "tracking_categories,applied_to_lines,account,accounting_period,payment_method" + )] + TrackingCategoriesAppliedToLinesAccountAccountingPeriodPaymentMethod, + [EnumMember(Value = "tracking_categories,applied_to_lines,account,company")] TrackingCategoriesAppliedToLinesAccountCompany, [EnumMember(Value = "tracking_categories,applied_to_lines,account,company,accounting_period")] TrackingCategoriesAppliedToLinesAccountCompanyAccountingPeriod, + [EnumMember( + Value = "tracking_categories,applied_to_lines,account,company,accounting_period,payment_method" + )] + TrackingCategoriesAppliedToLinesAccountCompanyAccountingPeriodPaymentMethod, + + [EnumMember(Value = "tracking_categories,applied_to_lines,account,company,payment_method")] + TrackingCategoriesAppliedToLinesAccountCompanyPaymentMethod, + + [EnumMember(Value = "tracking_categories,applied_to_lines,account,payment_method")] + TrackingCategoriesAppliedToLinesAccountPaymentMethod, + [EnumMember(Value = "tracking_categories,applied_to_lines,accounting_period")] TrackingCategoriesAppliedToLinesAccountingPeriod, + [EnumMember(Value = "tracking_categories,applied_to_lines,accounting_period,payment_method")] + TrackingCategoriesAppliedToLinesAccountingPeriodPaymentMethod, + [EnumMember(Value = "tracking_categories,applied_to_lines,company")] TrackingCategoriesAppliedToLinesCompany, [EnumMember(Value = "tracking_categories,applied_to_lines,company,accounting_period")] TrackingCategoriesAppliedToLinesCompanyAccountingPeriod, + [EnumMember( + Value = "tracking_categories,applied_to_lines,company,accounting_period,payment_method" + )] + TrackingCategoriesAppliedToLinesCompanyAccountingPeriodPaymentMethod, + + [EnumMember(Value = "tracking_categories,applied_to_lines,company,payment_method")] + TrackingCategoriesAppliedToLinesCompanyPaymentMethod, + [EnumMember(Value = "tracking_categories,applied_to_lines,contact")] TrackingCategoriesAppliedToLinesContact, @@ -151,6 +291,11 @@ public enum PaymentsRetrieveRequestExpand [EnumMember(Value = "tracking_categories,applied_to_lines,contact,account,accounting_period")] TrackingCategoriesAppliedToLinesContactAccountAccountingPeriod, + [EnumMember( + Value = "tracking_categories,applied_to_lines,contact,account,accounting_period,payment_method" + )] + TrackingCategoriesAppliedToLinesContactAccountAccountingPeriodPaymentMethod, + [EnumMember(Value = "tracking_categories,applied_to_lines,contact,account,company")] TrackingCategoriesAppliedToLinesContactAccountCompany, @@ -159,21 +304,59 @@ public enum PaymentsRetrieveRequestExpand )] TrackingCategoriesAppliedToLinesContactAccountCompanyAccountingPeriod, + [EnumMember( + Value = "tracking_categories,applied_to_lines,contact,account,company,accounting_period,payment_method" + )] + TrackingCategoriesAppliedToLinesContactAccountCompanyAccountingPeriodPaymentMethod, + + [EnumMember( + Value = "tracking_categories,applied_to_lines,contact,account,company,payment_method" + )] + TrackingCategoriesAppliedToLinesContactAccountCompanyPaymentMethod, + + [EnumMember(Value = "tracking_categories,applied_to_lines,contact,account,payment_method")] + TrackingCategoriesAppliedToLinesContactAccountPaymentMethod, + [EnumMember(Value = "tracking_categories,applied_to_lines,contact,accounting_period")] TrackingCategoriesAppliedToLinesContactAccountingPeriod, + [EnumMember( + Value = "tracking_categories,applied_to_lines,contact,accounting_period,payment_method" + )] + TrackingCategoriesAppliedToLinesContactAccountingPeriodPaymentMethod, + [EnumMember(Value = "tracking_categories,applied_to_lines,contact,company")] TrackingCategoriesAppliedToLinesContactCompany, [EnumMember(Value = "tracking_categories,applied_to_lines,contact,company,accounting_period")] TrackingCategoriesAppliedToLinesContactCompanyAccountingPeriod, + [EnumMember( + Value = "tracking_categories,applied_to_lines,contact,company,accounting_period,payment_method" + )] + TrackingCategoriesAppliedToLinesContactCompanyAccountingPeriodPaymentMethod, + + [EnumMember(Value = "tracking_categories,applied_to_lines,contact,company,payment_method")] + TrackingCategoriesAppliedToLinesContactCompanyPaymentMethod, + + [EnumMember(Value = "tracking_categories,applied_to_lines,contact,payment_method")] + TrackingCategoriesAppliedToLinesContactPaymentMethod, + + [EnumMember(Value = "tracking_categories,applied_to_lines,payment_method")] + TrackingCategoriesAppliedToLinesPaymentMethod, + [EnumMember(Value = "tracking_categories,company")] TrackingCategoriesCompany, [EnumMember(Value = "tracking_categories,company,accounting_period")] TrackingCategoriesCompanyAccountingPeriod, + [EnumMember(Value = "tracking_categories,company,accounting_period,payment_method")] + TrackingCategoriesCompanyAccountingPeriodPaymentMethod, + + [EnumMember(Value = "tracking_categories,company,payment_method")] + TrackingCategoriesCompanyPaymentMethod, + [EnumMember(Value = "tracking_categories,contact")] TrackingCategoriesContact, @@ -183,18 +366,47 @@ public enum PaymentsRetrieveRequestExpand [EnumMember(Value = "tracking_categories,contact,account,accounting_period")] TrackingCategoriesContactAccountAccountingPeriod, + [EnumMember(Value = "tracking_categories,contact,account,accounting_period,payment_method")] + TrackingCategoriesContactAccountAccountingPeriodPaymentMethod, + [EnumMember(Value = "tracking_categories,contact,account,company")] TrackingCategoriesContactAccountCompany, [EnumMember(Value = "tracking_categories,contact,account,company,accounting_period")] TrackingCategoriesContactAccountCompanyAccountingPeriod, + [EnumMember( + Value = "tracking_categories,contact,account,company,accounting_period,payment_method" + )] + TrackingCategoriesContactAccountCompanyAccountingPeriodPaymentMethod, + + [EnumMember(Value = "tracking_categories,contact,account,company,payment_method")] + TrackingCategoriesContactAccountCompanyPaymentMethod, + + [EnumMember(Value = "tracking_categories,contact,account,payment_method")] + TrackingCategoriesContactAccountPaymentMethod, + [EnumMember(Value = "tracking_categories,contact,accounting_period")] TrackingCategoriesContactAccountingPeriod, + [EnumMember(Value = "tracking_categories,contact,accounting_period,payment_method")] + TrackingCategoriesContactAccountingPeriodPaymentMethod, + [EnumMember(Value = "tracking_categories,contact,company")] TrackingCategoriesContactCompany, [EnumMember(Value = "tracking_categories,contact,company,accounting_period")] TrackingCategoriesContactCompanyAccountingPeriod, + + [EnumMember(Value = "tracking_categories,contact,company,accounting_period,payment_method")] + TrackingCategoriesContactCompanyAccountingPeriodPaymentMethod, + + [EnumMember(Value = "tracking_categories,contact,company,payment_method")] + TrackingCategoriesContactCompanyPaymentMethod, + + [EnumMember(Value = "tracking_categories,contact,payment_method")] + TrackingCategoriesContactPaymentMethod, + + [EnumMember(Value = "tracking_categories,payment_method")] + TrackingCategoriesPaymentMethod, } diff --git a/src/Merge.Client/Accounting/PhoneNumbers/PhoneNumbersClient.cs b/src/Merge.Client/Accounting/PhoneNumbers/PhoneNumbersClient.cs index 4b8f8247..a4206581 100644 --- a/src/Merge.Client/Accounting/PhoneNumbers/PhoneNumbersClient.cs +++ b/src/Merge.Client/Accounting/PhoneNumbers/PhoneNumbersClient.cs @@ -34,6 +34,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } var response = await _client .MakeRequestAsync( new RawClient.JsonApiRequest diff --git a/src/Merge.Client/Accounting/PhoneNumbers/Requests/PhoneNumbersRetrieveRequest.cs b/src/Merge.Client/Accounting/PhoneNumbers/Requests/PhoneNumbersRetrieveRequest.cs index bd7ac339..63fc03da 100644 --- a/src/Merge.Client/Accounting/PhoneNumbers/Requests/PhoneNumbersRetrieveRequest.cs +++ b/src/Merge.Client/Accounting/PhoneNumbers/Requests/PhoneNumbersRetrieveRequest.cs @@ -9,6 +9,11 @@ public record PhoneNumbersRetrieveRequest /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Accounting/PurchaseOrders/PurchaseOrdersClient.cs b/src/Merge.Client/Accounting/PurchaseOrders/PurchaseOrdersClient.cs index e56378a6..f6f799f9 100644 --- a/src/Merge.Client/Accounting/PurchaseOrders/PurchaseOrdersClient.cs +++ b/src/Merge.Client/Accounting/PurchaseOrders/PurchaseOrdersClient.cs @@ -233,6 +233,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( request.IncludeRemoteFields.Value ); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } if (request.RemoteFields != null) { _query["remote_fields"] = request.RemoteFields.ToString(); diff --git a/src/Merge.Client/Accounting/PurchaseOrders/Requests/PurchaseOrdersRetrieveRequest.cs b/src/Merge.Client/Accounting/PurchaseOrders/Requests/PurchaseOrdersRetrieveRequest.cs index 26c96be2..8e519a36 100644 --- a/src/Merge.Client/Accounting/PurchaseOrders/Requests/PurchaseOrdersRetrieveRequest.cs +++ b/src/Merge.Client/Accounting/PurchaseOrders/Requests/PurchaseOrdersRetrieveRequest.cs @@ -19,6 +19,11 @@ public record PurchaseOrdersRetrieveRequest /// public bool? IncludeRemoteFields { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + /// /// Deprecated. Use show_enum_origins. /// diff --git a/src/Merge.Client/Accounting/PurchaseOrders/Types/PurchaseOrdersListRequestExpand.cs b/src/Merge.Client/Accounting/PurchaseOrders/Types/PurchaseOrdersListRequestExpand.cs index 5d7cb3f4..09b4a8ee 100644 --- a/src/Merge.Client/Accounting/PurchaseOrders/Types/PurchaseOrdersListRequestExpand.cs +++ b/src/Merge.Client/Accounting/PurchaseOrders/Types/PurchaseOrdersListRequestExpand.cs @@ -10,90 +10,175 @@ public enum PurchaseOrdersListRequestExpand [EnumMember(Value = "accounting_period")] AccountingPeriod, + [EnumMember(Value = "accounting_period,payment_term")] + AccountingPeriodPaymentTerm, + [EnumMember(Value = "company")] Company, [EnumMember(Value = "company,accounting_period")] CompanyAccountingPeriod, + [EnumMember(Value = "company,accounting_period,payment_term")] + CompanyAccountingPeriodPaymentTerm, + + [EnumMember(Value = "company,payment_term")] + CompanyPaymentTerm, + [EnumMember(Value = "delivery_address")] DeliveryAddress, [EnumMember(Value = "delivery_address,accounting_period")] DeliveryAddressAccountingPeriod, + [EnumMember(Value = "delivery_address,accounting_period,payment_term")] + DeliveryAddressAccountingPeriodPaymentTerm, + [EnumMember(Value = "delivery_address,company")] DeliveryAddressCompany, [EnumMember(Value = "delivery_address,company,accounting_period")] DeliveryAddressCompanyAccountingPeriod, + [EnumMember(Value = "delivery_address,company,accounting_period,payment_term")] + DeliveryAddressCompanyAccountingPeriodPaymentTerm, + + [EnumMember(Value = "delivery_address,company,payment_term")] + DeliveryAddressCompanyPaymentTerm, + + [EnumMember(Value = "delivery_address,payment_term")] + DeliveryAddressPaymentTerm, + [EnumMember(Value = "delivery_address,vendor")] DeliveryAddressVendor, [EnumMember(Value = "delivery_address,vendor,accounting_period")] DeliveryAddressVendorAccountingPeriod, + [EnumMember(Value = "delivery_address,vendor,accounting_period,payment_term")] + DeliveryAddressVendorAccountingPeriodPaymentTerm, + [EnumMember(Value = "delivery_address,vendor,company")] DeliveryAddressVendorCompany, [EnumMember(Value = "delivery_address,vendor,company,accounting_period")] DeliveryAddressVendorCompanyAccountingPeriod, + [EnumMember(Value = "delivery_address,vendor,company,accounting_period,payment_term")] + DeliveryAddressVendorCompanyAccountingPeriodPaymentTerm, + + [EnumMember(Value = "delivery_address,vendor,company,payment_term")] + DeliveryAddressVendorCompanyPaymentTerm, + + [EnumMember(Value = "delivery_address,vendor,payment_term")] + DeliveryAddressVendorPaymentTerm, + [EnumMember(Value = "line_items")] LineItems, [EnumMember(Value = "line_items,accounting_period")] LineItemsAccountingPeriod, + [EnumMember(Value = "line_items,accounting_period,payment_term")] + LineItemsAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,company")] LineItemsCompany, [EnumMember(Value = "line_items,company,accounting_period")] LineItemsCompanyAccountingPeriod, + [EnumMember(Value = "line_items,company,accounting_period,payment_term")] + LineItemsCompanyAccountingPeriodPaymentTerm, + + [EnumMember(Value = "line_items,company,payment_term")] + LineItemsCompanyPaymentTerm, + [EnumMember(Value = "line_items,delivery_address")] LineItemsDeliveryAddress, [EnumMember(Value = "line_items,delivery_address,accounting_period")] LineItemsDeliveryAddressAccountingPeriod, + [EnumMember(Value = "line_items,delivery_address,accounting_period,payment_term")] + LineItemsDeliveryAddressAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,delivery_address,company")] LineItemsDeliveryAddressCompany, [EnumMember(Value = "line_items,delivery_address,company,accounting_period")] LineItemsDeliveryAddressCompanyAccountingPeriod, + [EnumMember(Value = "line_items,delivery_address,company,accounting_period,payment_term")] + LineItemsDeliveryAddressCompanyAccountingPeriodPaymentTerm, + + [EnumMember(Value = "line_items,delivery_address,company,payment_term")] + LineItemsDeliveryAddressCompanyPaymentTerm, + + [EnumMember(Value = "line_items,delivery_address,payment_term")] + LineItemsDeliveryAddressPaymentTerm, + [EnumMember(Value = "line_items,delivery_address,vendor")] LineItemsDeliveryAddressVendor, [EnumMember(Value = "line_items,delivery_address,vendor,accounting_period")] LineItemsDeliveryAddressVendorAccountingPeriod, + [EnumMember(Value = "line_items,delivery_address,vendor,accounting_period,payment_term")] + LineItemsDeliveryAddressVendorAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,delivery_address,vendor,company")] LineItemsDeliveryAddressVendorCompany, [EnumMember(Value = "line_items,delivery_address,vendor,company,accounting_period")] LineItemsDeliveryAddressVendorCompanyAccountingPeriod, + [EnumMember( + Value = "line_items,delivery_address,vendor,company,accounting_period,payment_term" + )] + LineItemsDeliveryAddressVendorCompanyAccountingPeriodPaymentTerm, + + [EnumMember(Value = "line_items,delivery_address,vendor,company,payment_term")] + LineItemsDeliveryAddressVendorCompanyPaymentTerm, + + [EnumMember(Value = "line_items,delivery_address,vendor,payment_term")] + LineItemsDeliveryAddressVendorPaymentTerm, + + [EnumMember(Value = "line_items,payment_term")] + LineItemsPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories")] LineItemsTrackingCategories, [EnumMember(Value = "line_items,tracking_categories,accounting_period")] LineItemsTrackingCategoriesAccountingPeriod, + [EnumMember(Value = "line_items,tracking_categories,accounting_period,payment_term")] + LineItemsTrackingCategoriesAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,company")] LineItemsTrackingCategoriesCompany, [EnumMember(Value = "line_items,tracking_categories,company,accounting_period")] LineItemsTrackingCategoriesCompanyAccountingPeriod, + [EnumMember(Value = "line_items,tracking_categories,company,accounting_period,payment_term")] + LineItemsTrackingCategoriesCompanyAccountingPeriodPaymentTerm, + + [EnumMember(Value = "line_items,tracking_categories,company,payment_term")] + LineItemsTrackingCategoriesCompanyPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,delivery_address")] LineItemsTrackingCategoriesDeliveryAddress, [EnumMember(Value = "line_items,tracking_categories,delivery_address,accounting_period")] LineItemsTrackingCategoriesDeliveryAddressAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,delivery_address,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesDeliveryAddressAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,delivery_address,company")] LineItemsTrackingCategoriesDeliveryAddressCompany, @@ -102,12 +187,28 @@ public enum PurchaseOrdersListRequestExpand )] LineItemsTrackingCategoriesDeliveryAddressCompanyAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,delivery_address,company,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesDeliveryAddressCompanyAccountingPeriodPaymentTerm, + + [EnumMember(Value = "line_items,tracking_categories,delivery_address,company,payment_term")] + LineItemsTrackingCategoriesDeliveryAddressCompanyPaymentTerm, + + [EnumMember(Value = "line_items,tracking_categories,delivery_address,payment_term")] + LineItemsTrackingCategoriesDeliveryAddressPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,delivery_address,vendor")] LineItemsTrackingCategoriesDeliveryAddressVendor, [EnumMember(Value = "line_items,tracking_categories,delivery_address,vendor,accounting_period")] LineItemsTrackingCategoriesDeliveryAddressVendorAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,delivery_address,vendor,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesDeliveryAddressVendorAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,delivery_address,vendor,company")] LineItemsTrackingCategoriesDeliveryAddressVendorCompany, @@ -116,87 +217,198 @@ public enum PurchaseOrdersListRequestExpand )] LineItemsTrackingCategoriesDeliveryAddressVendorCompanyAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,delivery_address,vendor,company,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesDeliveryAddressVendorCompanyAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,delivery_address,vendor,company,payment_term" + )] + LineItemsTrackingCategoriesDeliveryAddressVendorCompanyPaymentTerm, + + [EnumMember(Value = "line_items,tracking_categories,delivery_address,vendor,payment_term")] + LineItemsTrackingCategoriesDeliveryAddressVendorPaymentTerm, + + [EnumMember(Value = "line_items,tracking_categories,payment_term")] + LineItemsTrackingCategoriesPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,vendor")] LineItemsTrackingCategoriesVendor, [EnumMember(Value = "line_items,tracking_categories,vendor,accounting_period")] LineItemsTrackingCategoriesVendorAccountingPeriod, + [EnumMember(Value = "line_items,tracking_categories,vendor,accounting_period,payment_term")] + LineItemsTrackingCategoriesVendorAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,vendor,company")] LineItemsTrackingCategoriesVendorCompany, [EnumMember(Value = "line_items,tracking_categories,vendor,company,accounting_period")] LineItemsTrackingCategoriesVendorCompanyAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,vendor,company,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesVendorCompanyAccountingPeriodPaymentTerm, + + [EnumMember(Value = "line_items,tracking_categories,vendor,company,payment_term")] + LineItemsTrackingCategoriesVendorCompanyPaymentTerm, + + [EnumMember(Value = "line_items,tracking_categories,vendor,payment_term")] + LineItemsTrackingCategoriesVendorPaymentTerm, + [EnumMember(Value = "line_items,vendor")] LineItemsVendor, [EnumMember(Value = "line_items,vendor,accounting_period")] LineItemsVendorAccountingPeriod, + [EnumMember(Value = "line_items,vendor,accounting_period,payment_term")] + LineItemsVendorAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,vendor,company")] LineItemsVendorCompany, [EnumMember(Value = "line_items,vendor,company,accounting_period")] LineItemsVendorCompanyAccountingPeriod, + [EnumMember(Value = "line_items,vendor,company,accounting_period,payment_term")] + LineItemsVendorCompanyAccountingPeriodPaymentTerm, + + [EnumMember(Value = "line_items,vendor,company,payment_term")] + LineItemsVendorCompanyPaymentTerm, + + [EnumMember(Value = "line_items,vendor,payment_term")] + LineItemsVendorPaymentTerm, + + [EnumMember(Value = "payment_term")] + PaymentTerm, + [EnumMember(Value = "tracking_categories")] TrackingCategories, [EnumMember(Value = "tracking_categories,accounting_period")] TrackingCategoriesAccountingPeriod, + [EnumMember(Value = "tracking_categories,accounting_period,payment_term")] + TrackingCategoriesAccountingPeriodPaymentTerm, + [EnumMember(Value = "tracking_categories,company")] TrackingCategoriesCompany, [EnumMember(Value = "tracking_categories,company,accounting_period")] TrackingCategoriesCompanyAccountingPeriod, + [EnumMember(Value = "tracking_categories,company,accounting_period,payment_term")] + TrackingCategoriesCompanyAccountingPeriodPaymentTerm, + + [EnumMember(Value = "tracking_categories,company,payment_term")] + TrackingCategoriesCompanyPaymentTerm, + [EnumMember(Value = "tracking_categories,delivery_address")] TrackingCategoriesDeliveryAddress, [EnumMember(Value = "tracking_categories,delivery_address,accounting_period")] TrackingCategoriesDeliveryAddressAccountingPeriod, + [EnumMember(Value = "tracking_categories,delivery_address,accounting_period,payment_term")] + TrackingCategoriesDeliveryAddressAccountingPeriodPaymentTerm, + [EnumMember(Value = "tracking_categories,delivery_address,company")] TrackingCategoriesDeliveryAddressCompany, [EnumMember(Value = "tracking_categories,delivery_address,company,accounting_period")] TrackingCategoriesDeliveryAddressCompanyAccountingPeriod, + [EnumMember( + Value = "tracking_categories,delivery_address,company,accounting_period,payment_term" + )] + TrackingCategoriesDeliveryAddressCompanyAccountingPeriodPaymentTerm, + + [EnumMember(Value = "tracking_categories,delivery_address,company,payment_term")] + TrackingCategoriesDeliveryAddressCompanyPaymentTerm, + + [EnumMember(Value = "tracking_categories,delivery_address,payment_term")] + TrackingCategoriesDeliveryAddressPaymentTerm, + [EnumMember(Value = "tracking_categories,delivery_address,vendor")] TrackingCategoriesDeliveryAddressVendor, [EnumMember(Value = "tracking_categories,delivery_address,vendor,accounting_period")] TrackingCategoriesDeliveryAddressVendorAccountingPeriod, + [EnumMember( + Value = "tracking_categories,delivery_address,vendor,accounting_period,payment_term" + )] + TrackingCategoriesDeliveryAddressVendorAccountingPeriodPaymentTerm, + [EnumMember(Value = "tracking_categories,delivery_address,vendor,company")] TrackingCategoriesDeliveryAddressVendorCompany, [EnumMember(Value = "tracking_categories,delivery_address,vendor,company,accounting_period")] TrackingCategoriesDeliveryAddressVendorCompanyAccountingPeriod, + [EnumMember( + Value = "tracking_categories,delivery_address,vendor,company,accounting_period,payment_term" + )] + TrackingCategoriesDeliveryAddressVendorCompanyAccountingPeriodPaymentTerm, + + [EnumMember(Value = "tracking_categories,delivery_address,vendor,company,payment_term")] + TrackingCategoriesDeliveryAddressVendorCompanyPaymentTerm, + + [EnumMember(Value = "tracking_categories,delivery_address,vendor,payment_term")] + TrackingCategoriesDeliveryAddressVendorPaymentTerm, + + [EnumMember(Value = "tracking_categories,payment_term")] + TrackingCategoriesPaymentTerm, + [EnumMember(Value = "tracking_categories,vendor")] TrackingCategoriesVendor, [EnumMember(Value = "tracking_categories,vendor,accounting_period")] TrackingCategoriesVendorAccountingPeriod, + [EnumMember(Value = "tracking_categories,vendor,accounting_period,payment_term")] + TrackingCategoriesVendorAccountingPeriodPaymentTerm, + [EnumMember(Value = "tracking_categories,vendor,company")] TrackingCategoriesVendorCompany, [EnumMember(Value = "tracking_categories,vendor,company,accounting_period")] TrackingCategoriesVendorCompanyAccountingPeriod, + [EnumMember(Value = "tracking_categories,vendor,company,accounting_period,payment_term")] + TrackingCategoriesVendorCompanyAccountingPeriodPaymentTerm, + + [EnumMember(Value = "tracking_categories,vendor,company,payment_term")] + TrackingCategoriesVendorCompanyPaymentTerm, + + [EnumMember(Value = "tracking_categories,vendor,payment_term")] + TrackingCategoriesVendorPaymentTerm, + [EnumMember(Value = "vendor")] Vendor, [EnumMember(Value = "vendor,accounting_period")] VendorAccountingPeriod, + [EnumMember(Value = "vendor,accounting_period,payment_term")] + VendorAccountingPeriodPaymentTerm, + [EnumMember(Value = "vendor,company")] VendorCompany, [EnumMember(Value = "vendor,company,accounting_period")] VendorCompanyAccountingPeriod, + + [EnumMember(Value = "vendor,company,accounting_period,payment_term")] + VendorCompanyAccountingPeriodPaymentTerm, + + [EnumMember(Value = "vendor,company,payment_term")] + VendorCompanyPaymentTerm, + + [EnumMember(Value = "vendor,payment_term")] + VendorPaymentTerm, } diff --git a/src/Merge.Client/Accounting/PurchaseOrders/Types/PurchaseOrdersRetrieveRequestExpand.cs b/src/Merge.Client/Accounting/PurchaseOrders/Types/PurchaseOrdersRetrieveRequestExpand.cs index 5fcf8efd..0fa21176 100644 --- a/src/Merge.Client/Accounting/PurchaseOrders/Types/PurchaseOrdersRetrieveRequestExpand.cs +++ b/src/Merge.Client/Accounting/PurchaseOrders/Types/PurchaseOrdersRetrieveRequestExpand.cs @@ -10,90 +10,175 @@ public enum PurchaseOrdersRetrieveRequestExpand [EnumMember(Value = "accounting_period")] AccountingPeriod, + [EnumMember(Value = "accounting_period,payment_term")] + AccountingPeriodPaymentTerm, + [EnumMember(Value = "company")] Company, [EnumMember(Value = "company,accounting_period")] CompanyAccountingPeriod, + [EnumMember(Value = "company,accounting_period,payment_term")] + CompanyAccountingPeriodPaymentTerm, + + [EnumMember(Value = "company,payment_term")] + CompanyPaymentTerm, + [EnumMember(Value = "delivery_address")] DeliveryAddress, [EnumMember(Value = "delivery_address,accounting_period")] DeliveryAddressAccountingPeriod, + [EnumMember(Value = "delivery_address,accounting_period,payment_term")] + DeliveryAddressAccountingPeriodPaymentTerm, + [EnumMember(Value = "delivery_address,company")] DeliveryAddressCompany, [EnumMember(Value = "delivery_address,company,accounting_period")] DeliveryAddressCompanyAccountingPeriod, + [EnumMember(Value = "delivery_address,company,accounting_period,payment_term")] + DeliveryAddressCompanyAccountingPeriodPaymentTerm, + + [EnumMember(Value = "delivery_address,company,payment_term")] + DeliveryAddressCompanyPaymentTerm, + + [EnumMember(Value = "delivery_address,payment_term")] + DeliveryAddressPaymentTerm, + [EnumMember(Value = "delivery_address,vendor")] DeliveryAddressVendor, [EnumMember(Value = "delivery_address,vendor,accounting_period")] DeliveryAddressVendorAccountingPeriod, + [EnumMember(Value = "delivery_address,vendor,accounting_period,payment_term")] + DeliveryAddressVendorAccountingPeriodPaymentTerm, + [EnumMember(Value = "delivery_address,vendor,company")] DeliveryAddressVendorCompany, [EnumMember(Value = "delivery_address,vendor,company,accounting_period")] DeliveryAddressVendorCompanyAccountingPeriod, + [EnumMember(Value = "delivery_address,vendor,company,accounting_period,payment_term")] + DeliveryAddressVendorCompanyAccountingPeriodPaymentTerm, + + [EnumMember(Value = "delivery_address,vendor,company,payment_term")] + DeliveryAddressVendorCompanyPaymentTerm, + + [EnumMember(Value = "delivery_address,vendor,payment_term")] + DeliveryAddressVendorPaymentTerm, + [EnumMember(Value = "line_items")] LineItems, [EnumMember(Value = "line_items,accounting_period")] LineItemsAccountingPeriod, + [EnumMember(Value = "line_items,accounting_period,payment_term")] + LineItemsAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,company")] LineItemsCompany, [EnumMember(Value = "line_items,company,accounting_period")] LineItemsCompanyAccountingPeriod, + [EnumMember(Value = "line_items,company,accounting_period,payment_term")] + LineItemsCompanyAccountingPeriodPaymentTerm, + + [EnumMember(Value = "line_items,company,payment_term")] + LineItemsCompanyPaymentTerm, + [EnumMember(Value = "line_items,delivery_address")] LineItemsDeliveryAddress, [EnumMember(Value = "line_items,delivery_address,accounting_period")] LineItemsDeliveryAddressAccountingPeriod, + [EnumMember(Value = "line_items,delivery_address,accounting_period,payment_term")] + LineItemsDeliveryAddressAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,delivery_address,company")] LineItemsDeliveryAddressCompany, [EnumMember(Value = "line_items,delivery_address,company,accounting_period")] LineItemsDeliveryAddressCompanyAccountingPeriod, + [EnumMember(Value = "line_items,delivery_address,company,accounting_period,payment_term")] + LineItemsDeliveryAddressCompanyAccountingPeriodPaymentTerm, + + [EnumMember(Value = "line_items,delivery_address,company,payment_term")] + LineItemsDeliveryAddressCompanyPaymentTerm, + + [EnumMember(Value = "line_items,delivery_address,payment_term")] + LineItemsDeliveryAddressPaymentTerm, + [EnumMember(Value = "line_items,delivery_address,vendor")] LineItemsDeliveryAddressVendor, [EnumMember(Value = "line_items,delivery_address,vendor,accounting_period")] LineItemsDeliveryAddressVendorAccountingPeriod, + [EnumMember(Value = "line_items,delivery_address,vendor,accounting_period,payment_term")] + LineItemsDeliveryAddressVendorAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,delivery_address,vendor,company")] LineItemsDeliveryAddressVendorCompany, [EnumMember(Value = "line_items,delivery_address,vendor,company,accounting_period")] LineItemsDeliveryAddressVendorCompanyAccountingPeriod, + [EnumMember( + Value = "line_items,delivery_address,vendor,company,accounting_period,payment_term" + )] + LineItemsDeliveryAddressVendorCompanyAccountingPeriodPaymentTerm, + + [EnumMember(Value = "line_items,delivery_address,vendor,company,payment_term")] + LineItemsDeliveryAddressVendorCompanyPaymentTerm, + + [EnumMember(Value = "line_items,delivery_address,vendor,payment_term")] + LineItemsDeliveryAddressVendorPaymentTerm, + + [EnumMember(Value = "line_items,payment_term")] + LineItemsPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories")] LineItemsTrackingCategories, [EnumMember(Value = "line_items,tracking_categories,accounting_period")] LineItemsTrackingCategoriesAccountingPeriod, + [EnumMember(Value = "line_items,tracking_categories,accounting_period,payment_term")] + LineItemsTrackingCategoriesAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,company")] LineItemsTrackingCategoriesCompany, [EnumMember(Value = "line_items,tracking_categories,company,accounting_period")] LineItemsTrackingCategoriesCompanyAccountingPeriod, + [EnumMember(Value = "line_items,tracking_categories,company,accounting_period,payment_term")] + LineItemsTrackingCategoriesCompanyAccountingPeriodPaymentTerm, + + [EnumMember(Value = "line_items,tracking_categories,company,payment_term")] + LineItemsTrackingCategoriesCompanyPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,delivery_address")] LineItemsTrackingCategoriesDeliveryAddress, [EnumMember(Value = "line_items,tracking_categories,delivery_address,accounting_period")] LineItemsTrackingCategoriesDeliveryAddressAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,delivery_address,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesDeliveryAddressAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,delivery_address,company")] LineItemsTrackingCategoriesDeliveryAddressCompany, @@ -102,12 +187,28 @@ public enum PurchaseOrdersRetrieveRequestExpand )] LineItemsTrackingCategoriesDeliveryAddressCompanyAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,delivery_address,company,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesDeliveryAddressCompanyAccountingPeriodPaymentTerm, + + [EnumMember(Value = "line_items,tracking_categories,delivery_address,company,payment_term")] + LineItemsTrackingCategoriesDeliveryAddressCompanyPaymentTerm, + + [EnumMember(Value = "line_items,tracking_categories,delivery_address,payment_term")] + LineItemsTrackingCategoriesDeliveryAddressPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,delivery_address,vendor")] LineItemsTrackingCategoriesDeliveryAddressVendor, [EnumMember(Value = "line_items,tracking_categories,delivery_address,vendor,accounting_period")] LineItemsTrackingCategoriesDeliveryAddressVendorAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,delivery_address,vendor,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesDeliveryAddressVendorAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,delivery_address,vendor,company")] LineItemsTrackingCategoriesDeliveryAddressVendorCompany, @@ -116,87 +217,198 @@ public enum PurchaseOrdersRetrieveRequestExpand )] LineItemsTrackingCategoriesDeliveryAddressVendorCompanyAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,delivery_address,vendor,company,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesDeliveryAddressVendorCompanyAccountingPeriodPaymentTerm, + + [EnumMember( + Value = "line_items,tracking_categories,delivery_address,vendor,company,payment_term" + )] + LineItemsTrackingCategoriesDeliveryAddressVendorCompanyPaymentTerm, + + [EnumMember(Value = "line_items,tracking_categories,delivery_address,vendor,payment_term")] + LineItemsTrackingCategoriesDeliveryAddressVendorPaymentTerm, + + [EnumMember(Value = "line_items,tracking_categories,payment_term")] + LineItemsTrackingCategoriesPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,vendor")] LineItemsTrackingCategoriesVendor, [EnumMember(Value = "line_items,tracking_categories,vendor,accounting_period")] LineItemsTrackingCategoriesVendorAccountingPeriod, + [EnumMember(Value = "line_items,tracking_categories,vendor,accounting_period,payment_term")] + LineItemsTrackingCategoriesVendorAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,tracking_categories,vendor,company")] LineItemsTrackingCategoriesVendorCompany, [EnumMember(Value = "line_items,tracking_categories,vendor,company,accounting_period")] LineItemsTrackingCategoriesVendorCompanyAccountingPeriod, + [EnumMember( + Value = "line_items,tracking_categories,vendor,company,accounting_period,payment_term" + )] + LineItemsTrackingCategoriesVendorCompanyAccountingPeriodPaymentTerm, + + [EnumMember(Value = "line_items,tracking_categories,vendor,company,payment_term")] + LineItemsTrackingCategoriesVendorCompanyPaymentTerm, + + [EnumMember(Value = "line_items,tracking_categories,vendor,payment_term")] + LineItemsTrackingCategoriesVendorPaymentTerm, + [EnumMember(Value = "line_items,vendor")] LineItemsVendor, [EnumMember(Value = "line_items,vendor,accounting_period")] LineItemsVendorAccountingPeriod, + [EnumMember(Value = "line_items,vendor,accounting_period,payment_term")] + LineItemsVendorAccountingPeriodPaymentTerm, + [EnumMember(Value = "line_items,vendor,company")] LineItemsVendorCompany, [EnumMember(Value = "line_items,vendor,company,accounting_period")] LineItemsVendorCompanyAccountingPeriod, + [EnumMember(Value = "line_items,vendor,company,accounting_period,payment_term")] + LineItemsVendorCompanyAccountingPeriodPaymentTerm, + + [EnumMember(Value = "line_items,vendor,company,payment_term")] + LineItemsVendorCompanyPaymentTerm, + + [EnumMember(Value = "line_items,vendor,payment_term")] + LineItemsVendorPaymentTerm, + + [EnumMember(Value = "payment_term")] + PaymentTerm, + [EnumMember(Value = "tracking_categories")] TrackingCategories, [EnumMember(Value = "tracking_categories,accounting_period")] TrackingCategoriesAccountingPeriod, + [EnumMember(Value = "tracking_categories,accounting_period,payment_term")] + TrackingCategoriesAccountingPeriodPaymentTerm, + [EnumMember(Value = "tracking_categories,company")] TrackingCategoriesCompany, [EnumMember(Value = "tracking_categories,company,accounting_period")] TrackingCategoriesCompanyAccountingPeriod, + [EnumMember(Value = "tracking_categories,company,accounting_period,payment_term")] + TrackingCategoriesCompanyAccountingPeriodPaymentTerm, + + [EnumMember(Value = "tracking_categories,company,payment_term")] + TrackingCategoriesCompanyPaymentTerm, + [EnumMember(Value = "tracking_categories,delivery_address")] TrackingCategoriesDeliveryAddress, [EnumMember(Value = "tracking_categories,delivery_address,accounting_period")] TrackingCategoriesDeliveryAddressAccountingPeriod, + [EnumMember(Value = "tracking_categories,delivery_address,accounting_period,payment_term")] + TrackingCategoriesDeliveryAddressAccountingPeriodPaymentTerm, + [EnumMember(Value = "tracking_categories,delivery_address,company")] TrackingCategoriesDeliveryAddressCompany, [EnumMember(Value = "tracking_categories,delivery_address,company,accounting_period")] TrackingCategoriesDeliveryAddressCompanyAccountingPeriod, + [EnumMember( + Value = "tracking_categories,delivery_address,company,accounting_period,payment_term" + )] + TrackingCategoriesDeliveryAddressCompanyAccountingPeriodPaymentTerm, + + [EnumMember(Value = "tracking_categories,delivery_address,company,payment_term")] + TrackingCategoriesDeliveryAddressCompanyPaymentTerm, + + [EnumMember(Value = "tracking_categories,delivery_address,payment_term")] + TrackingCategoriesDeliveryAddressPaymentTerm, + [EnumMember(Value = "tracking_categories,delivery_address,vendor")] TrackingCategoriesDeliveryAddressVendor, [EnumMember(Value = "tracking_categories,delivery_address,vendor,accounting_period")] TrackingCategoriesDeliveryAddressVendorAccountingPeriod, + [EnumMember( + Value = "tracking_categories,delivery_address,vendor,accounting_period,payment_term" + )] + TrackingCategoriesDeliveryAddressVendorAccountingPeriodPaymentTerm, + [EnumMember(Value = "tracking_categories,delivery_address,vendor,company")] TrackingCategoriesDeliveryAddressVendorCompany, [EnumMember(Value = "tracking_categories,delivery_address,vendor,company,accounting_period")] TrackingCategoriesDeliveryAddressVendorCompanyAccountingPeriod, + [EnumMember( + Value = "tracking_categories,delivery_address,vendor,company,accounting_period,payment_term" + )] + TrackingCategoriesDeliveryAddressVendorCompanyAccountingPeriodPaymentTerm, + + [EnumMember(Value = "tracking_categories,delivery_address,vendor,company,payment_term")] + TrackingCategoriesDeliveryAddressVendorCompanyPaymentTerm, + + [EnumMember(Value = "tracking_categories,delivery_address,vendor,payment_term")] + TrackingCategoriesDeliveryAddressVendorPaymentTerm, + + [EnumMember(Value = "tracking_categories,payment_term")] + TrackingCategoriesPaymentTerm, + [EnumMember(Value = "tracking_categories,vendor")] TrackingCategoriesVendor, [EnumMember(Value = "tracking_categories,vendor,accounting_period")] TrackingCategoriesVendorAccountingPeriod, + [EnumMember(Value = "tracking_categories,vendor,accounting_period,payment_term")] + TrackingCategoriesVendorAccountingPeriodPaymentTerm, + [EnumMember(Value = "tracking_categories,vendor,company")] TrackingCategoriesVendorCompany, [EnumMember(Value = "tracking_categories,vendor,company,accounting_period")] TrackingCategoriesVendorCompanyAccountingPeriod, + [EnumMember(Value = "tracking_categories,vendor,company,accounting_period,payment_term")] + TrackingCategoriesVendorCompanyAccountingPeriodPaymentTerm, + + [EnumMember(Value = "tracking_categories,vendor,company,payment_term")] + TrackingCategoriesVendorCompanyPaymentTerm, + + [EnumMember(Value = "tracking_categories,vendor,payment_term")] + TrackingCategoriesVendorPaymentTerm, + [EnumMember(Value = "vendor")] Vendor, [EnumMember(Value = "vendor,accounting_period")] VendorAccountingPeriod, + [EnumMember(Value = "vendor,accounting_period,payment_term")] + VendorAccountingPeriodPaymentTerm, + [EnumMember(Value = "vendor,company")] VendorCompany, [EnumMember(Value = "vendor,company,accounting_period")] VendorCompanyAccountingPeriod, + + [EnumMember(Value = "vendor,company,accounting_period,payment_term")] + VendorCompanyAccountingPeriodPaymentTerm, + + [EnumMember(Value = "vendor,company,payment_term")] + VendorCompanyPaymentTerm, + + [EnumMember(Value = "vendor,payment_term")] + VendorPaymentTerm, } diff --git a/src/Merge.Client/Accounting/SyncStatus/SyncStatusClient.cs b/src/Merge.Client/Accounting/SyncStatus/SyncStatusClient.cs index 296bf46e..c886c1ba 100644 --- a/src/Merge.Client/Accounting/SyncStatus/SyncStatusClient.cs +++ b/src/Merge.Client/Accounting/SyncStatus/SyncStatusClient.cs @@ -15,7 +15,7 @@ internal SyncStatusClient(RawClient client) } /// - /// Get syncing status. Possible values: `DISABLED`, `DONE`, `FAILED`, `PARTIALLY_SYNCED`, `PAUSED`, `SYNCING`. Learn more about sync status in our [Help Center](https://help.merge.dev/en/articles/8184193-merge-sync-statuses). + /// Get sync status for the current sync and the most recently finished sync. `last_sync_start` represents the most recent time any sync began. `last_sync_finished` represents the most recent time any sync completed. These timestamps may correspond to different sync instances which may result in a sync start time being later than a separate sync completed time. To ensure you are retrieving the latest available data reference the `last_sync_finished` timestamp where `last_sync_result` is `DONE`. Possible values for `status` and `last_sync_result` are `DISABLED`, `DONE`, `FAILED`, `PARTIALLY_SYNCED`, `PAUSED`, `SYNCING`. Learn more about sync status in our [Help Center](https://help.merge.dev/en/articles/8184193-merge-sync-statuses). /// /// /// diff --git a/src/Merge.Client/Accounting/TaxRates/Requests/TaxRatesListRequest.cs b/src/Merge.Client/Accounting/TaxRates/Requests/TaxRatesListRequest.cs index b4870244..9b03acc0 100644 --- a/src/Merge.Client/Accounting/TaxRates/Requests/TaxRatesListRequest.cs +++ b/src/Merge.Client/Accounting/TaxRates/Requests/TaxRatesListRequest.cs @@ -54,6 +54,11 @@ public record TaxRatesListRequest /// public DateTime? ModifiedBefore { get; set; } + /// + /// If provided, will only return TaxRates with this name. + /// + public string? Name { get; set; } + /// /// Number of results to return per page. /// diff --git a/src/Merge.Client/Accounting/TaxRates/Requests/TaxRatesRetrieveRequest.cs b/src/Merge.Client/Accounting/TaxRates/Requests/TaxRatesRetrieveRequest.cs index c8b31357..eca11861 100644 --- a/src/Merge.Client/Accounting/TaxRates/Requests/TaxRatesRetrieveRequest.cs +++ b/src/Merge.Client/Accounting/TaxRates/Requests/TaxRatesRetrieveRequest.cs @@ -14,6 +14,11 @@ public record TaxRatesRetrieveRequest /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Accounting/TaxRates/TaxRatesClient.cs b/src/Merge.Client/Accounting/TaxRates/TaxRatesClient.cs index e2c59e50..a5cf3468 100644 --- a/src/Merge.Client/Accounting/TaxRates/TaxRatesClient.cs +++ b/src/Merge.Client/Accounting/TaxRates/TaxRatesClient.cs @@ -75,6 +75,10 @@ public async System.Threading.Tasks.Task ListAsync( Constants.DateTimeFormat ); } + if (request.Name != null) + { + _query["name"] = request.Name; + } if (request.PageSize != null) { _query["page_size"] = request.PageSize.Value.ToString(); @@ -140,6 +144,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } var response = await _client .MakeRequestAsync( new RawClient.JsonApiRequest diff --git a/src/Merge.Client/Accounting/TrackingCategories/Requests/TrackingCategoriesListRequest.cs b/src/Merge.Client/Accounting/TrackingCategories/Requests/TrackingCategoriesListRequest.cs index e844ce43..91259dce 100644 --- a/src/Merge.Client/Accounting/TrackingCategories/Requests/TrackingCategoriesListRequest.cs +++ b/src/Merge.Client/Accounting/TrackingCategories/Requests/TrackingCategoriesListRequest.cs @@ -54,6 +54,11 @@ public record TrackingCategoriesListRequest /// public DateTime? ModifiedBefore { get; set; } + /// + /// If provided, will only return TrackingCategories with this name. + /// + public string? Name { get; set; } + /// /// Number of results to return per page. /// diff --git a/src/Merge.Client/Accounting/TrackingCategories/Requests/TrackingCategoriesRetrieveRequest.cs b/src/Merge.Client/Accounting/TrackingCategories/Requests/TrackingCategoriesRetrieveRequest.cs index 937e6a00..07bc9b33 100644 --- a/src/Merge.Client/Accounting/TrackingCategories/Requests/TrackingCategoriesRetrieveRequest.cs +++ b/src/Merge.Client/Accounting/TrackingCategories/Requests/TrackingCategoriesRetrieveRequest.cs @@ -14,6 +14,11 @@ public record TrackingCategoriesRetrieveRequest /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + /// /// Deprecated. Use show_enum_origins. /// diff --git a/src/Merge.Client/Accounting/TrackingCategories/TrackingCategoriesClient.cs b/src/Merge.Client/Accounting/TrackingCategories/TrackingCategoriesClient.cs index 203183fc..8bb5d2af 100644 --- a/src/Merge.Client/Accounting/TrackingCategories/TrackingCategoriesClient.cs +++ b/src/Merge.Client/Accounting/TrackingCategories/TrackingCategoriesClient.cs @@ -75,6 +75,10 @@ public async System.Threading.Tasks.Task ListAsyn Constants.DateTimeFormat ); } + if (request.Name != null) + { + _query["name"] = request.Name; + } if (request.PageSize != null) { _query["page_size"] = request.PageSize.Value.ToString(); @@ -151,6 +155,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } if (request.RemoteFields != null) { _query["remote_fields"] = request.RemoteFields.ToString(); diff --git a/src/Merge.Client/Accounting/Transactions/Requests/TransactionsRetrieveRequest.cs b/src/Merge.Client/Accounting/Transactions/Requests/TransactionsRetrieveRequest.cs index 1a6bf579..1fe69351 100644 --- a/src/Merge.Client/Accounting/Transactions/Requests/TransactionsRetrieveRequest.cs +++ b/src/Merge.Client/Accounting/Transactions/Requests/TransactionsRetrieveRequest.cs @@ -14,6 +14,11 @@ public record TransactionsRetrieveRequest /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Accounting/Transactions/TransactionsClient.cs b/src/Merge.Client/Accounting/Transactions/TransactionsClient.cs index 1887a262..19e7f356 100644 --- a/src/Merge.Client/Accounting/Transactions/TransactionsClient.cs +++ b/src/Merge.Client/Accounting/Transactions/TransactionsClient.cs @@ -152,6 +152,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } var response = await _client .MakeRequestAsync( new RawClient.JsonApiRequest diff --git a/src/Merge.Client/Accounting/Types/AccountToken.cs b/src/Merge.Client/Accounting/Types/AccountToken.cs index 9ab5a20f..96a62b6d 100644 --- a/src/Merge.Client/Accounting/Types/AccountToken.cs +++ b/src/Merge.Client/Accounting/Types/AccountToken.cs @@ -11,6 +11,9 @@ public record AccountToken [JsonPropertyName("integration")] public required AccountIntegration Integration { get; set; } + [JsonPropertyName("id")] + public required string Id { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Accounting/Types/AuditLogEvent.cs b/src/Merge.Client/Accounting/Types/AuditLogEvent.cs index ace59b7c..100e3b57 100644 --- a/src/Merge.Client/Accounting/Types/AuditLogEvent.cs +++ b/src/Merge.Client/Accounting/Types/AuditLogEvent.cs @@ -48,6 +48,7 @@ public record AuditLogEvent /// - `TWO_FACTOR_AUTH_ENABLED` - TWO_FACTOR_AUTH_ENABLED /// - `TWO_FACTOR_AUTH_DISABLED` - TWO_FACTOR_AUTH_DISABLED /// - `DELETED_LINKED_ACCOUNT` - DELETED_LINKED_ACCOUNT + /// - `DELETED_ALL_COMMON_MODELS_FOR_LINKED_ACCOUNT` - DELETED_ALL_COMMON_MODELS_FOR_LINKED_ACCOUNT /// - `CREATED_DESTINATION` - CREATED_DESTINATION /// - `DELETED_DESTINATION` - DELETED_DESTINATION /// - `CHANGED_DESTINATION` - CHANGED_DESTINATION diff --git a/src/Merge.Client/Accounting/Types/EventTypeEnum.cs b/src/Merge.Client/Accounting/Types/EventTypeEnum.cs index 5537f7fd..059285ce 100644 --- a/src/Merge.Client/Accounting/Types/EventTypeEnum.cs +++ b/src/Merge.Client/Accounting/Types/EventTypeEnum.cs @@ -34,6 +34,9 @@ public enum EventTypeEnum [EnumMember(Value = "DELETED_LINKED_ACCOUNT")] DeletedLinkedAccount, + [EnumMember(Value = "DELETED_ALL_COMMON_MODELS_FOR_LINKED_ACCOUNT")] + DeletedAllCommonModelsForLinkedAccount, + [EnumMember(Value = "CREATED_DESTINATION")] CreatedDestination, diff --git a/src/Merge.Client/Accounting/Types/ExternalTargetFieldApiResponse.cs b/src/Merge.Client/Accounting/Types/ExternalTargetFieldApiResponse.cs index 79c84b58..59edb9b9 100644 --- a/src/Merge.Client/Accounting/Types/ExternalTargetFieldApiResponse.cs +++ b/src/Merge.Client/Accounting/Types/ExternalTargetFieldApiResponse.cs @@ -71,6 +71,12 @@ public record ExternalTargetFieldApiResponse [JsonPropertyName("Employee")] public IEnumerable? Employee { get; set; } + [JsonPropertyName("PaymentMethod")] + public IEnumerable? PaymentMethod { get; set; } + + [JsonPropertyName("PaymentTerm")] + public IEnumerable? PaymentTerm { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Accounting/Types/FieldMappingApiInstanceResponse.cs b/src/Merge.Client/Accounting/Types/FieldMappingApiInstanceResponse.cs index 7ced22db..97066794 100644 --- a/src/Merge.Client/Accounting/Types/FieldMappingApiInstanceResponse.cs +++ b/src/Merge.Client/Accounting/Types/FieldMappingApiInstanceResponse.cs @@ -71,6 +71,12 @@ public record FieldMappingApiInstanceResponse [JsonPropertyName("Employee")] public IEnumerable? Employee { get; set; } + [JsonPropertyName("PaymentMethod")] + public IEnumerable? PaymentMethod { get; set; } + + [JsonPropertyName("PaymentTerm")] + public IEnumerable? PaymentTerm { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Accounting/Types/Invoice.cs b/src/Merge.Client/Accounting/Types/Invoice.cs index df56a13c..2ccae14b 100644 --- a/src/Merge.Client/Accounting/Types/Invoice.cs +++ b/src/Merge.Client/Accounting/Types/Invoice.cs @@ -403,6 +403,12 @@ public record Invoice [JsonPropertyName("exchange_rate")] public string? ExchangeRate { get; set; } + /// + /// The payment term that applies to this transaction. + /// + [JsonPropertyName("payment_term")] + public OneOf? PaymentTerm { get; set; } + /// /// The total discounts applied to the total cost. /// diff --git a/src/Merge.Client/Accounting/Types/InvoiceRequest.cs b/src/Merge.Client/Accounting/Types/InvoiceRequest.cs index 8c6ee8e2..6f3e78cb 100644 --- a/src/Merge.Client/Accounting/Types/InvoiceRequest.cs +++ b/src/Merge.Client/Accounting/Types/InvoiceRequest.cs @@ -407,6 +407,12 @@ public record InvoiceRequest [JsonPropertyName("sub_total")] public double? SubTotal { get; set; } + /// + /// The payment term that applies to this transaction. + /// + [JsonPropertyName("payment_term")] + public OneOf? PaymentTerm { get; set; } + /// /// The total amount being paid in taxes. /// diff --git a/src/Merge.Client/Accounting/Types/SyncStatusStatusEnum.cs b/src/Merge.Client/Accounting/Types/LastSyncResultEnum.cs similarity index 82% rename from src/Merge.Client/Accounting/Types/SyncStatusStatusEnum.cs rename to src/Merge.Client/Accounting/Types/LastSyncResultEnum.cs index 9ce38698..987a8773 100644 --- a/src/Merge.Client/Accounting/Types/SyncStatusStatusEnum.cs +++ b/src/Merge.Client/Accounting/Types/LastSyncResultEnum.cs @@ -4,8 +4,8 @@ namespace Merge.Client.Accounting; -[JsonConverter(typeof(EnumSerializer))] -public enum SyncStatusStatusEnum +[JsonConverter(typeof(EnumSerializer))] +public enum LastSyncResultEnum { [EnumMember(Value = "SYNCING")] Syncing, diff --git a/src/Merge.Client/Accounting/Types/MethodTypeEnum.cs b/src/Merge.Client/Accounting/Types/MethodTypeEnum.cs new file mode 100644 index 00000000..b689fa10 --- /dev/null +++ b/src/Merge.Client/Accounting/Types/MethodTypeEnum.cs @@ -0,0 +1,24 @@ +using System.Runtime.Serialization; +using System.Text.Json.Serialization; +using Merge.Client.Core; + +namespace Merge.Client.Accounting; + +[JsonConverter(typeof(EnumSerializer))] +public enum MethodTypeEnum +{ + [EnumMember(Value = "CREDIT_CARD")] + CreditCard, + + [EnumMember(Value = "DEBIT_CARD")] + DebitCard, + + [EnumMember(Value = "ACH")] + Ach, + + [EnumMember(Value = "CASH")] + Cash, + + [EnumMember(Value = "CHECK")] + Check, +} diff --git a/src/Merge.Client/Accounting/Types/PaginatedPaymentMethodList.cs b/src/Merge.Client/Accounting/Types/PaginatedPaymentMethodList.cs new file mode 100644 index 00000000..91e17dbf --- /dev/null +++ b/src/Merge.Client/Accounting/Types/PaginatedPaymentMethodList.cs @@ -0,0 +1,21 @@ +using System.Text.Json.Serialization; +using Merge.Client.Core; + +namespace Merge.Client.Accounting; + +public record PaginatedPaymentMethodList +{ + [JsonPropertyName("next")] + public string? Next { get; set; } + + [JsonPropertyName("previous")] + public string? Previous { get; set; } + + [JsonPropertyName("results")] + public IEnumerable? Results { get; set; } + + public override string ToString() + { + return JsonUtils.Serialize(this); + } +} diff --git a/src/Merge.Client/Accounting/Types/PaginatedPaymentTermList.cs b/src/Merge.Client/Accounting/Types/PaginatedPaymentTermList.cs new file mode 100644 index 00000000..846bc190 --- /dev/null +++ b/src/Merge.Client/Accounting/Types/PaginatedPaymentTermList.cs @@ -0,0 +1,21 @@ +using System.Text.Json.Serialization; +using Merge.Client.Core; + +namespace Merge.Client.Accounting; + +public record PaginatedPaymentTermList +{ + [JsonPropertyName("next")] + public string? Next { get; set; } + + [JsonPropertyName("previous")] + public string? Previous { get; set; } + + [JsonPropertyName("results")] + public IEnumerable? Results { get; set; } + + public override string ToString() + { + return JsonUtils.Serialize(this); + } +} diff --git a/src/Merge.Client/Accounting/Types/PatchedPaymentRequest.cs b/src/Merge.Client/Accounting/Types/PatchedPaymentRequest.cs index bd6e1fb1..3d8be725 100644 --- a/src/Merge.Client/Accounting/Types/PatchedPaymentRequest.cs +++ b/src/Merge.Client/Accounting/Types/PatchedPaymentRequest.cs @@ -24,6 +24,12 @@ public record PatchedPaymentRequest [JsonPropertyName("account")] public OneOf? Account { get; set; } + /// + /// The method which this payment was made by. + /// + [JsonPropertyName("payment_method")] + public OneOf? PaymentMethod { get; set; } + /// /// The payment's currency. /// diff --git a/src/Merge.Client/Accounting/Types/Payment.cs b/src/Merge.Client/Accounting/Types/Payment.cs index 5732624c..340e8793 100644 --- a/src/Merge.Client/Accounting/Types/Payment.cs +++ b/src/Merge.Client/Accounting/Types/Payment.cs @@ -45,6 +45,12 @@ public record Payment [JsonPropertyName("account")] public OneOf? Account { get; set; } + /// + /// The method which this payment was made by. + /// + [JsonPropertyName("payment_method")] + public OneOf? PaymentMethod { get; set; } + /// /// The payment's currency. /// diff --git a/src/Merge.Client/Accounting/Types/PaymentMethod.cs b/src/Merge.Client/Accounting/Types/PaymentMethod.cs new file mode 100644 index 00000000..4d1b1cbb --- /dev/null +++ b/src/Merge.Client/Accounting/Types/PaymentMethod.cs @@ -0,0 +1,69 @@ +using System.Text.Json.Serialization; +using Merge.Client.Core; + +namespace Merge.Client.Accounting; + +public record PaymentMethod +{ + [JsonPropertyName("id")] + public string? Id { get; set; } + + /// + /// The third-party API ID of the matching object. + /// + [JsonPropertyName("remote_id")] + public string? RemoteId { get; set; } + + /// + /// The datetime that this object was created by Merge. + /// + [JsonPropertyName("created_at")] + public DateTime? CreatedAt { get; set; } + + /// + /// The datetime that this object was modified by Merge. + /// + [JsonPropertyName("modified_at")] + public DateTime? ModifiedAt { get; set; } + + /// + /// The type of the payment method. + /// + /// - `CREDIT_CARD` - CREDIT_CARD + /// - `DEBIT_CARD` - DEBIT_CARD + /// - `ACH` - ACH + /// - `CASH` - CASH + /// - `CHECK` - CHECK + /// + [JsonPropertyName("method_type")] + public required MethodTypeEnum MethodType { get; set; } + + /// + /// The payment method’s name + /// + [JsonPropertyName("name")] + public required string Name { get; set; } + + /// + /// `True` if the payment method is active, `False` if not. + /// + [JsonPropertyName("is_active")] + public bool? IsActive { get; set; } + + /// + /// When the third party's payment method was updated. + /// + [JsonPropertyName("remote_updated_at")] + public DateTime? RemoteUpdatedAt { get; set; } + + [JsonPropertyName("field_mappings")] + public Dictionary? FieldMappings { get; set; } + + [JsonPropertyName("remote_data")] + public IEnumerable? RemoteData { get; set; } + + public override string ToString() + { + return JsonUtils.Serialize(this); + } +} diff --git a/src/Merge.Client/Accounting/Types/PaymentRequest.cs b/src/Merge.Client/Accounting/Types/PaymentRequest.cs index 33a4e2fb..054eda5d 100644 --- a/src/Merge.Client/Accounting/Types/PaymentRequest.cs +++ b/src/Merge.Client/Accounting/Types/PaymentRequest.cs @@ -24,6 +24,12 @@ public record PaymentRequest [JsonPropertyName("account")] public OneOf? Account { get; set; } + /// + /// The method which this payment was made by. + /// + [JsonPropertyName("payment_method")] + public OneOf? PaymentMethod { get; set; } + /// /// The payment's currency. /// diff --git a/src/Merge.Client/Accounting/Types/PaymentTerm.cs b/src/Merge.Client/Accounting/Types/PaymentTerm.cs new file mode 100644 index 00000000..80d88e3e --- /dev/null +++ b/src/Merge.Client/Accounting/Types/PaymentTerm.cs @@ -0,0 +1,76 @@ +using System.Text.Json.Serialization; +using Merge.Client.Core; +using OneOf; + +namespace Merge.Client.Accounting; + +public record PaymentTerm +{ + [JsonPropertyName("id")] + public string? Id { get; set; } + + /// + /// The third-party API ID of the matching object. + /// + [JsonPropertyName("remote_id")] + public string? RemoteId { get; set; } + + /// + /// The datetime that this object was created by Merge. + /// + [JsonPropertyName("created_at")] + public DateTime? CreatedAt { get; set; } + + /// + /// The datetime that this object was modified by Merge. + /// + [JsonPropertyName("modified_at")] + public DateTime? ModifiedAt { get; set; } + + /// + /// The name of the payment term. + /// + [JsonPropertyName("name")] + public required string Name { get; set; } + + /// + /// `True` if the payment term is active, `False` if not. + /// + [JsonPropertyName("is_active")] + public bool? IsActive { get; set; } + + /// + /// The subsidiary that the payment term belongs to. + /// + [JsonPropertyName("company")] + public OneOf? Company { get; set; } + + /// + /// The number of days after the invoice date that payment is due. + /// + [JsonPropertyName("days_until_due")] + public int? DaysUntilDue { get; set; } + + /// + /// The number of days the invoice must be paid before discounts expire. + /// + [JsonPropertyName("discount_days")] + public int? DiscountDays { get; set; } + + /// + /// When the third party's payment term was modified. + /// + [JsonPropertyName("remote_last_modified_at")] + public DateTime? RemoteLastModifiedAt { get; set; } + + [JsonPropertyName("field_mappings")] + public Dictionary? FieldMappings { get; set; } + + [JsonPropertyName("remote_data")] + public IEnumerable? RemoteData { get; set; } + + public override string ToString() + { + return JsonUtils.Serialize(this); + } +} diff --git a/src/Merge.Client/Accounting/Types/PurchaseOrder.cs b/src/Merge.Client/Accounting/Types/PurchaseOrder.cs index ac0f6108..a3577f8a 100644 --- a/src/Merge.Client/Accounting/Types/PurchaseOrder.cs +++ b/src/Merge.Client/Accounting/Types/PurchaseOrder.cs @@ -412,6 +412,12 @@ public record PurchaseOrder [JsonPropertyName("exchange_rate")] public string? ExchangeRate { get; set; } + /// + /// The payment term that applies to this transaction. + /// + [JsonPropertyName("payment_term")] + public OneOf? PaymentTerm { get; set; } + [JsonPropertyName("line_items")] public IEnumerable? LineItems { get; set; } diff --git a/src/Merge.Client/Accounting/Types/PurchaseOrderRequest.cs b/src/Merge.Client/Accounting/Types/PurchaseOrderRequest.cs index 91c96bb1..eb4baaff 100644 --- a/src/Merge.Client/Accounting/Types/PurchaseOrderRequest.cs +++ b/src/Merge.Client/Accounting/Types/PurchaseOrderRequest.cs @@ -66,6 +66,12 @@ public record PurchaseOrderRequest [JsonPropertyName("total_amount")] public double? TotalAmount { get; set; } + /// + /// The payment term that applies to this transaction. + /// + [JsonPropertyName("payment_term")] + public OneOf? PaymentTerm { get; set; } + /// /// The purchase order's currency. /// diff --git a/src/Merge.Client/Accounting/Types/RemoteField.cs b/src/Merge.Client/Accounting/Types/RemoteField.cs index e84fce35..0a2423b4 100644 --- a/src/Merge.Client/Accounting/Types/RemoteField.cs +++ b/src/Merge.Client/Accounting/Types/RemoteField.cs @@ -10,7 +10,7 @@ public record RemoteField public required OneOf RemoteFieldClass { get; set; } [JsonPropertyName("value")] - public Dictionary? Value { get; set; } + public object? Value { get; set; } public override string ToString() { diff --git a/src/Merge.Client/Accounting/Types/RemoteFieldApiResponse.cs b/src/Merge.Client/Accounting/Types/RemoteFieldApiResponse.cs index 0bab36d3..81684ccd 100644 --- a/src/Merge.Client/Accounting/Types/RemoteFieldApiResponse.cs +++ b/src/Merge.Client/Accounting/Types/RemoteFieldApiResponse.cs @@ -71,6 +71,12 @@ public record RemoteFieldApiResponse [JsonPropertyName("Employee")] public IEnumerable? Employee { get; set; } + [JsonPropertyName("PaymentMethod")] + public IEnumerable? PaymentMethod { get; set; } + + [JsonPropertyName("PaymentTerm")] + public IEnumerable? PaymentTerm { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Accounting/Types/StatusFd5Enum.cs b/src/Merge.Client/Accounting/Types/StatusFd5Enum.cs new file mode 100644 index 00000000..fce2b9db --- /dev/null +++ b/src/Merge.Client/Accounting/Types/StatusFd5Enum.cs @@ -0,0 +1,27 @@ +using System.Runtime.Serialization; +using System.Text.Json.Serialization; +using Merge.Client.Core; + +namespace Merge.Client.Accounting; + +[JsonConverter(typeof(EnumSerializer))] +public enum StatusFd5Enum +{ + [EnumMember(Value = "SYNCING")] + Syncing, + + [EnumMember(Value = "DONE")] + Done, + + [EnumMember(Value = "FAILED")] + Failed, + + [EnumMember(Value = "DISABLED")] + Disabled, + + [EnumMember(Value = "PAUSED")] + Paused, + + [EnumMember(Value = "PARTIALLY_SYNCED")] + PartiallySynced, +} diff --git a/src/Merge.Client/Accounting/Types/SyncStatus.cs b/src/Merge.Client/Accounting/Types/SyncStatus.cs index 6c8cd346..587eb467 100644 --- a/src/Merge.Client/Accounting/Types/SyncStatus.cs +++ b/src/Merge.Client/Accounting/Types/SyncStatus.cs @@ -17,8 +17,14 @@ public record SyncStatus [JsonPropertyName("next_sync_start")] public DateTime? NextSyncStart { get; set; } + [JsonPropertyName("last_sync_result")] + public LastSyncResultEnum? LastSyncResult { get; set; } + + [JsonPropertyName("last_sync_finished")] + public DateTime? LastSyncFinished { get; set; } + [JsonPropertyName("status")] - public required SyncStatusStatusEnum Status { get; set; } + public required StatusFd5Enum Status { get; set; } [JsonPropertyName("is_initial_sync")] public required bool IsInitialSync { get; set; } diff --git a/src/Merge.Client/Accounting/VendorCredits/Requests/VendorCreditsRetrieveRequest.cs b/src/Merge.Client/Accounting/VendorCredits/Requests/VendorCreditsRetrieveRequest.cs index e073251a..2d83d252 100644 --- a/src/Merge.Client/Accounting/VendorCredits/Requests/VendorCreditsRetrieveRequest.cs +++ b/src/Merge.Client/Accounting/VendorCredits/Requests/VendorCreditsRetrieveRequest.cs @@ -14,6 +14,11 @@ public record VendorCreditsRetrieveRequest /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Accounting/VendorCredits/VendorCreditsClient.cs b/src/Merge.Client/Accounting/VendorCredits/VendorCreditsClient.cs index 19921866..4231d8ff 100644 --- a/src/Merge.Client/Accounting/VendorCredits/VendorCreditsClient.cs +++ b/src/Merge.Client/Accounting/VendorCredits/VendorCreditsClient.cs @@ -213,6 +213,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } var response = await _client .MakeRequestAsync( new RawClient.JsonApiRequest diff --git a/src/Merge.Client/Ats/Activities/ActivitiesClient.cs b/src/Merge.Client/Ats/Activities/ActivitiesClient.cs index fec218c1..2241f439 100644 --- a/src/Merge.Client/Ats/Activities/ActivitiesClient.cs +++ b/src/Merge.Client/Ats/Activities/ActivitiesClient.cs @@ -213,6 +213,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } if (request.RemoteFields != null) { _query["remote_fields"] = request.RemoteFields.Value.Stringify(); diff --git a/src/Merge.Client/Ats/Activities/Requests/ActivitiesRetrieveRequest.cs b/src/Merge.Client/Ats/Activities/Requests/ActivitiesRetrieveRequest.cs index e485f5da..c057ff16 100644 --- a/src/Merge.Client/Ats/Activities/Requests/ActivitiesRetrieveRequest.cs +++ b/src/Merge.Client/Ats/Activities/Requests/ActivitiesRetrieveRequest.cs @@ -14,6 +14,11 @@ public record ActivitiesRetrieveRequest /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + /// /// Deprecated. Use show_enum_origins. /// diff --git a/src/Merge.Client/Ats/Applications/ApplicationsClient.cs b/src/Merge.Client/Ats/Applications/ApplicationsClient.cs index f0079e4e..2c374215 100644 --- a/src/Merge.Client/Ats/Applications/ApplicationsClient.cs +++ b/src/Merge.Client/Ats/Applications/ApplicationsClient.cs @@ -232,6 +232,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } var response = await _client .MakeRequestAsync( new RawClient.JsonApiRequest diff --git a/src/Merge.Client/Ats/Applications/Requests/ApplicationsRetrieveRequest.cs b/src/Merge.Client/Ats/Applications/Requests/ApplicationsRetrieveRequest.cs index 7b1c1d43..f93c16ec 100644 --- a/src/Merge.Client/Ats/Applications/Requests/ApplicationsRetrieveRequest.cs +++ b/src/Merge.Client/Ats/Applications/Requests/ApplicationsRetrieveRequest.cs @@ -14,6 +14,11 @@ public record ApplicationsRetrieveRequest /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Ats/Attachments/AttachmentsClient.cs b/src/Merge.Client/Ats/Attachments/AttachmentsClient.cs index 3007b540..e7ba6b98 100644 --- a/src/Merge.Client/Ats/Attachments/AttachmentsClient.cs +++ b/src/Merge.Client/Ats/Attachments/AttachmentsClient.cs @@ -217,6 +217,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } if (request.RemoteFields != null) { _query["remote_fields"] = request.RemoteFields.ToString(); diff --git a/src/Merge.Client/Ats/Attachments/Requests/AttachmentsRetrieveRequest.cs b/src/Merge.Client/Ats/Attachments/Requests/AttachmentsRetrieveRequest.cs index c79f3718..2712ecbd 100644 --- a/src/Merge.Client/Ats/Attachments/Requests/AttachmentsRetrieveRequest.cs +++ b/src/Merge.Client/Ats/Attachments/Requests/AttachmentsRetrieveRequest.cs @@ -14,6 +14,11 @@ public record AttachmentsRetrieveRequest /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + /// /// Deprecated. Use show_enum_origins. /// diff --git a/src/Merge.Client/Ats/AuditTrail/Requests/AuditTrailListRequest.cs b/src/Merge.Client/Ats/AuditTrail/Requests/AuditTrailListRequest.cs index 75771c9e..4dbe013e 100644 --- a/src/Merge.Client/Ats/AuditTrail/Requests/AuditTrailListRequest.cs +++ b/src/Merge.Client/Ats/AuditTrail/Requests/AuditTrailListRequest.cs @@ -15,7 +15,7 @@ public record AuditTrailListRequest public string? EndDate { get; set; } /// - /// If included, will only include events with the given event type. Possible values include: `CREATED_REMOTE_PRODUCTION_API_KEY`, `DELETED_REMOTE_PRODUCTION_API_KEY`, `CREATED_TEST_API_KEY`, `DELETED_TEST_API_KEY`, `REGENERATED_PRODUCTION_API_KEY`, `INVITED_USER`, `TWO_FACTOR_AUTH_ENABLED`, `TWO_FACTOR_AUTH_DISABLED`, `DELETED_LINKED_ACCOUNT`, `CREATED_DESTINATION`, `DELETED_DESTINATION`, `CHANGED_DESTINATION`, `CHANGED_SCOPES`, `CHANGED_PERSONAL_INFORMATION`, `CHANGED_ORGANIZATION_SETTINGS`, `ENABLED_INTEGRATION`, `DISABLED_INTEGRATION`, `ENABLED_CATEGORY`, `DISABLED_CATEGORY`, `CHANGED_PASSWORD`, `RESET_PASSWORD`, `ENABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION`, `ENABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT`, `DISABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION`, `DISABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT`, `CREATED_INTEGRATION_WIDE_FIELD_MAPPING`, `CREATED_LINKED_ACCOUNT_FIELD_MAPPING`, `CHANGED_INTEGRATION_WIDE_FIELD_MAPPING`, `CHANGED_LINKED_ACCOUNT_FIELD_MAPPING`, `DELETED_INTEGRATION_WIDE_FIELD_MAPPING`, `DELETED_LINKED_ACCOUNT_FIELD_MAPPING`, `CREATED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE`, `CHANGED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE`, `DELETED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE`, `FORCED_LINKED_ACCOUNT_RESYNC`, `MUTED_ISSUE`, `GENERATED_MAGIC_LINK`, `ENABLED_MERGE_WEBHOOK`, `DISABLED_MERGE_WEBHOOK`, `MERGE_WEBHOOK_TARGET_CHANGED`, `END_USER_CREDENTIALS_ACCESSED` + /// If included, will only include events with the given event type. Possible values include: `CREATED_REMOTE_PRODUCTION_API_KEY`, `DELETED_REMOTE_PRODUCTION_API_KEY`, `CREATED_TEST_API_KEY`, `DELETED_TEST_API_KEY`, `REGENERATED_PRODUCTION_API_KEY`, `INVITED_USER`, `TWO_FACTOR_AUTH_ENABLED`, `TWO_FACTOR_AUTH_DISABLED`, `DELETED_LINKED_ACCOUNT`, `DELETED_ALL_COMMON_MODELS_FOR_LINKED_ACCOUNT`, `CREATED_DESTINATION`, `DELETED_DESTINATION`, `CHANGED_DESTINATION`, `CHANGED_SCOPES`, `CHANGED_PERSONAL_INFORMATION`, `CHANGED_ORGANIZATION_SETTINGS`, `ENABLED_INTEGRATION`, `DISABLED_INTEGRATION`, `ENABLED_CATEGORY`, `DISABLED_CATEGORY`, `CHANGED_PASSWORD`, `RESET_PASSWORD`, `ENABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION`, `ENABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT`, `DISABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION`, `DISABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT`, `CREATED_INTEGRATION_WIDE_FIELD_MAPPING`, `CREATED_LINKED_ACCOUNT_FIELD_MAPPING`, `CHANGED_INTEGRATION_WIDE_FIELD_MAPPING`, `CHANGED_LINKED_ACCOUNT_FIELD_MAPPING`, `DELETED_INTEGRATION_WIDE_FIELD_MAPPING`, `DELETED_LINKED_ACCOUNT_FIELD_MAPPING`, `CREATED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE`, `CHANGED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE`, `DELETED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE`, `FORCED_LINKED_ACCOUNT_RESYNC`, `MUTED_ISSUE`, `GENERATED_MAGIC_LINK`, `ENABLED_MERGE_WEBHOOK`, `DISABLED_MERGE_WEBHOOK`, `MERGE_WEBHOOK_TARGET_CHANGED`, `END_USER_CREDENTIALS_ACCESSED` /// public string? EventType { get; set; } diff --git a/src/Merge.Client/Ats/Candidates/CandidatesClient.cs b/src/Merge.Client/Ats/Candidates/CandidatesClient.cs index d0bb2965..3b78e1e1 100644 --- a/src/Merge.Client/Ats/Candidates/CandidatesClient.cs +++ b/src/Merge.Client/Ats/Candidates/CandidatesClient.cs @@ -217,6 +217,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } var response = await _client .MakeRequestAsync( new RawClient.JsonApiRequest diff --git a/src/Merge.Client/Ats/Candidates/Requests/CandidatesRetrieveRequest.cs b/src/Merge.Client/Ats/Candidates/Requests/CandidatesRetrieveRequest.cs index c8616887..6170d38b 100644 --- a/src/Merge.Client/Ats/Candidates/Requests/CandidatesRetrieveRequest.cs +++ b/src/Merge.Client/Ats/Candidates/Requests/CandidatesRetrieveRequest.cs @@ -14,6 +14,11 @@ public record CandidatesRetrieveRequest /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Ats/Departments/DepartmentsClient.cs b/src/Merge.Client/Ats/Departments/DepartmentsClient.cs index 819e47e8..1de0aff6 100644 --- a/src/Merge.Client/Ats/Departments/DepartmentsClient.cs +++ b/src/Merge.Client/Ats/Departments/DepartmentsClient.cs @@ -128,6 +128,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } var response = await _client .MakeRequestAsync( new RawClient.JsonApiRequest diff --git a/src/Merge.Client/Ats/Departments/Requests/DepartmentsRetrieveRequest.cs b/src/Merge.Client/Ats/Departments/Requests/DepartmentsRetrieveRequest.cs index e737b282..7577a510 100644 --- a/src/Merge.Client/Ats/Departments/Requests/DepartmentsRetrieveRequest.cs +++ b/src/Merge.Client/Ats/Departments/Requests/DepartmentsRetrieveRequest.cs @@ -9,6 +9,11 @@ public record DepartmentsRetrieveRequest /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Ats/Eeocs/EeocsClient.cs b/src/Merge.Client/Ats/Eeocs/EeocsClient.cs index faa8d122..115fe5a7 100644 --- a/src/Merge.Client/Ats/Eeocs/EeocsClient.cs +++ b/src/Merge.Client/Ats/Eeocs/EeocsClient.cs @@ -148,6 +148,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } if (request.RemoteFields != null) { _query["remote_fields"] = request.RemoteFields.Value.Stringify(); diff --git a/src/Merge.Client/Ats/Eeocs/Requests/EeocsRetrieveRequest.cs b/src/Merge.Client/Ats/Eeocs/Requests/EeocsRetrieveRequest.cs index 02d05544..22b860cd 100644 --- a/src/Merge.Client/Ats/Eeocs/Requests/EeocsRetrieveRequest.cs +++ b/src/Merge.Client/Ats/Eeocs/Requests/EeocsRetrieveRequest.cs @@ -14,6 +14,11 @@ public record EeocsRetrieveRequest /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + /// /// Deprecated. Use show_enum_origins. /// diff --git a/src/Merge.Client/Ats/ForceResync/ForceResyncClient.cs b/src/Merge.Client/Ats/ForceResync/ForceResyncClient.cs index aefde2e7..c304e09e 100644 --- a/src/Merge.Client/Ats/ForceResync/ForceResyncClient.cs +++ b/src/Merge.Client/Ats/ForceResync/ForceResyncClient.cs @@ -15,7 +15,7 @@ internal ForceResyncClient(RawClient client) } /// - /// Force re-sync of all models. This is available for all organizations via the dashboard. Force re-sync is also available programmatically via API for monthly, quarterly, and highest sync frequency customers on the Professional or Enterprise plans. Doing so will consume a sync credit for the relevant linked account. + /// Force re-sync of all models. This endpoint is available for monthly, quarterly, and highest sync frequency customers on the Professional or Enterprise plans. Doing so will consume a sync credit for the relevant linked account. Force re-syncs can also be triggered manually in the Merge Dashboard and is available for all customers. /// /// /// diff --git a/src/Merge.Client/Ats/Interviews/InterviewsClient.cs b/src/Merge.Client/Ats/Interviews/InterviewsClient.cs index f9260605..7cb18974 100644 --- a/src/Merge.Client/Ats/Interviews/InterviewsClient.cs +++ b/src/Merge.Client/Ats/Interviews/InterviewsClient.cs @@ -229,6 +229,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } if (request.RemoteFields != null) { _query["remote_fields"] = request.RemoteFields.ToString(); diff --git a/src/Merge.Client/Ats/Interviews/Requests/InterviewsRetrieveRequest.cs b/src/Merge.Client/Ats/Interviews/Requests/InterviewsRetrieveRequest.cs index caf8dd02..5fe8679c 100644 --- a/src/Merge.Client/Ats/Interviews/Requests/InterviewsRetrieveRequest.cs +++ b/src/Merge.Client/Ats/Interviews/Requests/InterviewsRetrieveRequest.cs @@ -14,6 +14,11 @@ public record InterviewsRetrieveRequest /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + /// /// Deprecated. Use show_enum_origins. /// diff --git a/src/Merge.Client/Ats/JobInterviewStages/JobInterviewStagesClient.cs b/src/Merge.Client/Ats/JobInterviewStages/JobInterviewStagesClient.cs index f90dc042..56443d81 100644 --- a/src/Merge.Client/Ats/JobInterviewStages/JobInterviewStagesClient.cs +++ b/src/Merge.Client/Ats/JobInterviewStages/JobInterviewStagesClient.cs @@ -140,6 +140,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } var response = await _client .MakeRequestAsync( new RawClient.JsonApiRequest diff --git a/src/Merge.Client/Ats/JobInterviewStages/Requests/JobInterviewStagesRetrieveRequest.cs b/src/Merge.Client/Ats/JobInterviewStages/Requests/JobInterviewStagesRetrieveRequest.cs index 73e94489..91e8497e 100644 --- a/src/Merge.Client/Ats/JobInterviewStages/Requests/JobInterviewStagesRetrieveRequest.cs +++ b/src/Merge.Client/Ats/JobInterviewStages/Requests/JobInterviewStagesRetrieveRequest.cs @@ -14,6 +14,11 @@ public record JobInterviewStagesRetrieveRequest /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Ats/JobPostings/JobPostingsClient.cs b/src/Merge.Client/Ats/JobPostings/JobPostingsClient.cs index 20cd81c3..15353cb6 100644 --- a/src/Merge.Client/Ats/JobPostings/JobPostingsClient.cs +++ b/src/Merge.Client/Ats/JobPostings/JobPostingsClient.cs @@ -140,6 +140,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } var response = await _client .MakeRequestAsync( new RawClient.JsonApiRequest diff --git a/src/Merge.Client/Ats/JobPostings/Requests/JobPostingsRetrieveRequest.cs b/src/Merge.Client/Ats/JobPostings/Requests/JobPostingsRetrieveRequest.cs index ee2c7780..007c0f8c 100644 --- a/src/Merge.Client/Ats/JobPostings/Requests/JobPostingsRetrieveRequest.cs +++ b/src/Merge.Client/Ats/JobPostings/Requests/JobPostingsRetrieveRequest.cs @@ -14,6 +14,11 @@ public record JobPostingsRetrieveRequest /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Ats/Jobs/JobsClient.cs b/src/Merge.Client/Ats/Jobs/JobsClient.cs index e49895ce..35816a0f 100644 --- a/src/Merge.Client/Ats/Jobs/JobsClient.cs +++ b/src/Merge.Client/Ats/Jobs/JobsClient.cs @@ -156,6 +156,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } if (request.RemoteFields != null) { _query["remote_fields"] = request.RemoteFields.ToString(); diff --git a/src/Merge.Client/Ats/Jobs/Requests/JobsRetrieveRequest.cs b/src/Merge.Client/Ats/Jobs/Requests/JobsRetrieveRequest.cs index c65f212b..b7a3b080 100644 --- a/src/Merge.Client/Ats/Jobs/Requests/JobsRetrieveRequest.cs +++ b/src/Merge.Client/Ats/Jobs/Requests/JobsRetrieveRequest.cs @@ -14,6 +14,11 @@ public record JobsRetrieveRequest /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + /// /// Deprecated. Use show_enum_origins. /// diff --git a/src/Merge.Client/Ats/Offers/OffersClient.cs b/src/Merge.Client/Ats/Offers/OffersClient.cs index e87170b8..f2e123d1 100644 --- a/src/Merge.Client/Ats/Offers/OffersClient.cs +++ b/src/Merge.Client/Ats/Offers/OffersClient.cs @@ -152,6 +152,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } if (request.RemoteFields != null) { _query["remote_fields"] = request.RemoteFields.ToString(); diff --git a/src/Merge.Client/Ats/Offers/Requests/OffersRetrieveRequest.cs b/src/Merge.Client/Ats/Offers/Requests/OffersRetrieveRequest.cs index f2633480..02461406 100644 --- a/src/Merge.Client/Ats/Offers/Requests/OffersRetrieveRequest.cs +++ b/src/Merge.Client/Ats/Offers/Requests/OffersRetrieveRequest.cs @@ -14,6 +14,11 @@ public record OffersRetrieveRequest /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + /// /// Deprecated. Use show_enum_origins. /// diff --git a/src/Merge.Client/Ats/Offices/OfficesClient.cs b/src/Merge.Client/Ats/Offices/OfficesClient.cs index e0cc57b4..6f9d2bff 100644 --- a/src/Merge.Client/Ats/Offices/OfficesClient.cs +++ b/src/Merge.Client/Ats/Offices/OfficesClient.cs @@ -128,6 +128,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } var response = await _client .MakeRequestAsync( new RawClient.JsonApiRequest diff --git a/src/Merge.Client/Ats/Offices/Requests/OfficesRetrieveRequest.cs b/src/Merge.Client/Ats/Offices/Requests/OfficesRetrieveRequest.cs index 56355e0c..6df97f65 100644 --- a/src/Merge.Client/Ats/Offices/Requests/OfficesRetrieveRequest.cs +++ b/src/Merge.Client/Ats/Offices/Requests/OfficesRetrieveRequest.cs @@ -9,6 +9,11 @@ public record OfficesRetrieveRequest /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Ats/RejectReasons/RejectReasonsClient.cs b/src/Merge.Client/Ats/RejectReasons/RejectReasonsClient.cs index 889f446e..c4bfe922 100644 --- a/src/Merge.Client/Ats/RejectReasons/RejectReasonsClient.cs +++ b/src/Merge.Client/Ats/RejectReasons/RejectReasonsClient.cs @@ -128,6 +128,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } var response = await _client .MakeRequestAsync( new RawClient.JsonApiRequest diff --git a/src/Merge.Client/Ats/RejectReasons/Requests/RejectReasonsRetrieveRequest.cs b/src/Merge.Client/Ats/RejectReasons/Requests/RejectReasonsRetrieveRequest.cs index 0ca2658d..f3b2bee4 100644 --- a/src/Merge.Client/Ats/RejectReasons/Requests/RejectReasonsRetrieveRequest.cs +++ b/src/Merge.Client/Ats/RejectReasons/Requests/RejectReasonsRetrieveRequest.cs @@ -9,6 +9,11 @@ public record RejectReasonsRetrieveRequest /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Ats/Scorecards/Requests/ScorecardsRetrieveRequest.cs b/src/Merge.Client/Ats/Scorecards/Requests/ScorecardsRetrieveRequest.cs index dcfd8f82..a756ef77 100644 --- a/src/Merge.Client/Ats/Scorecards/Requests/ScorecardsRetrieveRequest.cs +++ b/src/Merge.Client/Ats/Scorecards/Requests/ScorecardsRetrieveRequest.cs @@ -14,6 +14,11 @@ public record ScorecardsRetrieveRequest /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + /// /// Deprecated. Use show_enum_origins. /// diff --git a/src/Merge.Client/Ats/Scorecards/ScorecardsClient.cs b/src/Merge.Client/Ats/Scorecards/ScorecardsClient.cs index f6bbe4ec..8e272a89 100644 --- a/src/Merge.Client/Ats/Scorecards/ScorecardsClient.cs +++ b/src/Merge.Client/Ats/Scorecards/ScorecardsClient.cs @@ -156,6 +156,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } if (request.RemoteFields != null) { _query["remote_fields"] = request.RemoteFields.ToString(); diff --git a/src/Merge.Client/Ats/SyncStatus/SyncStatusClient.cs b/src/Merge.Client/Ats/SyncStatus/SyncStatusClient.cs index d1ab45e8..eb1e0979 100644 --- a/src/Merge.Client/Ats/SyncStatus/SyncStatusClient.cs +++ b/src/Merge.Client/Ats/SyncStatus/SyncStatusClient.cs @@ -15,7 +15,7 @@ internal SyncStatusClient(RawClient client) } /// - /// Get syncing status. Possible values: `DISABLED`, `DONE`, `FAILED`, `PARTIALLY_SYNCED`, `PAUSED`, `SYNCING`. Learn more about sync status in our [Help Center](https://help.merge.dev/en/articles/8184193-merge-sync-statuses). + /// Get sync status for the current sync and the most recently finished sync. `last_sync_start` represents the most recent time any sync began. `last_sync_finished` represents the most recent time any sync completed. These timestamps may correspond to different sync instances which may result in a sync start time being later than a separate sync completed time. To ensure you are retrieving the latest available data reference the `last_sync_finished` timestamp where `last_sync_result` is `DONE`. Possible values for `status` and `last_sync_result` are `DISABLED`, `DONE`, `FAILED`, `PARTIALLY_SYNCED`, `PAUSED`, `SYNCING`. Learn more about sync status in our [Help Center](https://help.merge.dev/en/articles/8184193-merge-sync-statuses). /// /// /// diff --git a/src/Merge.Client/Ats/Types/AccountToken.cs b/src/Merge.Client/Ats/Types/AccountToken.cs index 68cc2f2e..1f03cdaa 100644 --- a/src/Merge.Client/Ats/Types/AccountToken.cs +++ b/src/Merge.Client/Ats/Types/AccountToken.cs @@ -11,6 +11,9 @@ public record AccountToken [JsonPropertyName("integration")] public required AccountIntegration Integration { get; set; } + [JsonPropertyName("id")] + public required string Id { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Ats/Types/AuditLogEvent.cs b/src/Merge.Client/Ats/Types/AuditLogEvent.cs index bfb38bd6..146e3a7f 100644 --- a/src/Merge.Client/Ats/Types/AuditLogEvent.cs +++ b/src/Merge.Client/Ats/Types/AuditLogEvent.cs @@ -48,6 +48,7 @@ public record AuditLogEvent /// - `TWO_FACTOR_AUTH_ENABLED` - TWO_FACTOR_AUTH_ENABLED /// - `TWO_FACTOR_AUTH_DISABLED` - TWO_FACTOR_AUTH_DISABLED /// - `DELETED_LINKED_ACCOUNT` - DELETED_LINKED_ACCOUNT + /// - `DELETED_ALL_COMMON_MODELS_FOR_LINKED_ACCOUNT` - DELETED_ALL_COMMON_MODELS_FOR_LINKED_ACCOUNT /// - `CREATED_DESTINATION` - CREATED_DESTINATION /// - `DELETED_DESTINATION` - DELETED_DESTINATION /// - `CHANGED_DESTINATION` - CHANGED_DESTINATION diff --git a/src/Merge.Client/Ats/Types/EventTypeEnum.cs b/src/Merge.Client/Ats/Types/EventTypeEnum.cs index 6c9cd7c0..423c3bdc 100644 --- a/src/Merge.Client/Ats/Types/EventTypeEnum.cs +++ b/src/Merge.Client/Ats/Types/EventTypeEnum.cs @@ -34,6 +34,9 @@ public enum EventTypeEnum [EnumMember(Value = "DELETED_LINKED_ACCOUNT")] DeletedLinkedAccount, + [EnumMember(Value = "DELETED_ALL_COMMON_MODELS_FOR_LINKED_ACCOUNT")] + DeletedAllCommonModelsForLinkedAccount, + [EnumMember(Value = "CREATED_DESTINATION")] CreatedDestination, diff --git a/src/Merge.Client/Ats/Types/SyncStatusStatusEnum.cs b/src/Merge.Client/Ats/Types/LastSyncResultEnum.cs similarity index 82% rename from src/Merge.Client/Ats/Types/SyncStatusStatusEnum.cs rename to src/Merge.Client/Ats/Types/LastSyncResultEnum.cs index 6536ae46..674c466d 100644 --- a/src/Merge.Client/Ats/Types/SyncStatusStatusEnum.cs +++ b/src/Merge.Client/Ats/Types/LastSyncResultEnum.cs @@ -4,8 +4,8 @@ namespace Merge.Client.Ats; -[JsonConverter(typeof(EnumSerializer))] -public enum SyncStatusStatusEnum +[JsonConverter(typeof(EnumSerializer))] +public enum LastSyncResultEnum { [EnumMember(Value = "SYNCING")] Syncing, diff --git a/src/Merge.Client/Ats/Types/StatusFd5Enum.cs b/src/Merge.Client/Ats/Types/StatusFd5Enum.cs new file mode 100644 index 00000000..ebf2cd64 --- /dev/null +++ b/src/Merge.Client/Ats/Types/StatusFd5Enum.cs @@ -0,0 +1,27 @@ +using System.Runtime.Serialization; +using System.Text.Json.Serialization; +using Merge.Client.Core; + +namespace Merge.Client.Ats; + +[JsonConverter(typeof(EnumSerializer))] +public enum StatusFd5Enum +{ + [EnumMember(Value = "SYNCING")] + Syncing, + + [EnumMember(Value = "DONE")] + Done, + + [EnumMember(Value = "FAILED")] + Failed, + + [EnumMember(Value = "DISABLED")] + Disabled, + + [EnumMember(Value = "PAUSED")] + Paused, + + [EnumMember(Value = "PARTIALLY_SYNCED")] + PartiallySynced, +} diff --git a/src/Merge.Client/Ats/Types/SyncStatus.cs b/src/Merge.Client/Ats/Types/SyncStatus.cs index 86fc9211..944b1712 100644 --- a/src/Merge.Client/Ats/Types/SyncStatus.cs +++ b/src/Merge.Client/Ats/Types/SyncStatus.cs @@ -17,8 +17,14 @@ public record SyncStatus [JsonPropertyName("next_sync_start")] public DateTime? NextSyncStart { get; set; } + [JsonPropertyName("last_sync_result")] + public LastSyncResultEnum? LastSyncResult { get; set; } + + [JsonPropertyName("last_sync_finished")] + public DateTime? LastSyncFinished { get; set; } + [JsonPropertyName("status")] - public required SyncStatusStatusEnum Status { get; set; } + public required StatusFd5Enum Status { get; set; } [JsonPropertyName("is_initial_sync")] public required bool IsInitialSync { get; set; } diff --git a/src/Merge.Client/Ats/Users/Requests/UsersRetrieveRequest.cs b/src/Merge.Client/Ats/Users/Requests/UsersRetrieveRequest.cs index f306d220..c566bc05 100644 --- a/src/Merge.Client/Ats/Users/Requests/UsersRetrieveRequest.cs +++ b/src/Merge.Client/Ats/Users/Requests/UsersRetrieveRequest.cs @@ -9,6 +9,11 @@ public record UsersRetrieveRequest /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + /// /// Deprecated. Use show_enum_origins. /// diff --git a/src/Merge.Client/Ats/Users/UsersClient.cs b/src/Merge.Client/Ats/Users/UsersClient.cs index dc152294..59bbf9ca 100644 --- a/src/Merge.Client/Ats/Users/UsersClient.cs +++ b/src/Merge.Client/Ats/Users/UsersClient.cs @@ -140,6 +140,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } if (request.RemoteFields != null) { _query["remote_fields"] = request.RemoteFields.ToString(); diff --git a/src/Merge.Client/Core/Public/Version.cs b/src/Merge.Client/Core/Public/Version.cs index ace2fb83..873a878f 100644 --- a/src/Merge.Client/Core/Public/Version.cs +++ b/src/Merge.Client/Core/Public/Version.cs @@ -2,5 +2,5 @@ namespace Merge.Client; internal class Version { - public const string Current = "1.0.2"; + public const string Current = "1.0.3"; } diff --git a/src/Merge.Client/Crm/Accounts/AccountsClient.cs b/src/Merge.Client/Crm/Accounts/AccountsClient.cs index 27f6be2d..9bf0763f 100644 --- a/src/Merge.Client/Crm/Accounts/AccountsClient.cs +++ b/src/Merge.Client/Crm/Accounts/AccountsClient.cs @@ -217,6 +217,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( request.IncludeRemoteFields.Value ); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } var response = await _client .MakeRequestAsync( new RawClient.JsonApiRequest diff --git a/src/Merge.Client/Crm/Accounts/Requests/AccountsRetrieveRequest.cs b/src/Merge.Client/Crm/Accounts/Requests/AccountsRetrieveRequest.cs index 501c94b6..0a083e0a 100644 --- a/src/Merge.Client/Crm/Accounts/Requests/AccountsRetrieveRequest.cs +++ b/src/Merge.Client/Crm/Accounts/Requests/AccountsRetrieveRequest.cs @@ -19,6 +19,11 @@ public record AccountsRetrieveRequest /// public bool? IncludeRemoteFields { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Crm/AssociationTypes/AssociationTypesClient.cs b/src/Merge.Client/Crm/AssociationTypes/AssociationTypesClient.cs index 7fb7e55b..a8e7d7f2 100644 --- a/src/Merge.Client/Crm/AssociationTypes/AssociationTypesClient.cs +++ b/src/Merge.Client/Crm/AssociationTypes/AssociationTypesClient.cs @@ -227,6 +227,10 @@ public async System.Threading.Tasks.Task CustomObjectClassesAss { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } var response = await _client .MakeRequestAsync( new RawClient.JsonApiRequest diff --git a/src/Merge.Client/Crm/AssociationTypes/Requests/CustomObjectClassesAssociationTypesRetrieveRequest.cs b/src/Merge.Client/Crm/AssociationTypes/Requests/CustomObjectClassesAssociationTypesRetrieveRequest.cs index 1c84dad3..32dc7ca3 100644 --- a/src/Merge.Client/Crm/AssociationTypes/Requests/CustomObjectClassesAssociationTypesRetrieveRequest.cs +++ b/src/Merge.Client/Crm/AssociationTypes/Requests/CustomObjectClassesAssociationTypesRetrieveRequest.cs @@ -14,6 +14,11 @@ public record CustomObjectClassesAssociationTypesRetrieveRequest /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Crm/AuditTrail/Requests/AuditTrailListRequest.cs b/src/Merge.Client/Crm/AuditTrail/Requests/AuditTrailListRequest.cs index c301315f..3664b98b 100644 --- a/src/Merge.Client/Crm/AuditTrail/Requests/AuditTrailListRequest.cs +++ b/src/Merge.Client/Crm/AuditTrail/Requests/AuditTrailListRequest.cs @@ -15,7 +15,7 @@ public record AuditTrailListRequest public string? EndDate { get; set; } /// - /// If included, will only include events with the given event type. Possible values include: `CREATED_REMOTE_PRODUCTION_API_KEY`, `DELETED_REMOTE_PRODUCTION_API_KEY`, `CREATED_TEST_API_KEY`, `DELETED_TEST_API_KEY`, `REGENERATED_PRODUCTION_API_KEY`, `INVITED_USER`, `TWO_FACTOR_AUTH_ENABLED`, `TWO_FACTOR_AUTH_DISABLED`, `DELETED_LINKED_ACCOUNT`, `CREATED_DESTINATION`, `DELETED_DESTINATION`, `CHANGED_DESTINATION`, `CHANGED_SCOPES`, `CHANGED_PERSONAL_INFORMATION`, `CHANGED_ORGANIZATION_SETTINGS`, `ENABLED_INTEGRATION`, `DISABLED_INTEGRATION`, `ENABLED_CATEGORY`, `DISABLED_CATEGORY`, `CHANGED_PASSWORD`, `RESET_PASSWORD`, `ENABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION`, `ENABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT`, `DISABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION`, `DISABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT`, `CREATED_INTEGRATION_WIDE_FIELD_MAPPING`, `CREATED_LINKED_ACCOUNT_FIELD_MAPPING`, `CHANGED_INTEGRATION_WIDE_FIELD_MAPPING`, `CHANGED_LINKED_ACCOUNT_FIELD_MAPPING`, `DELETED_INTEGRATION_WIDE_FIELD_MAPPING`, `DELETED_LINKED_ACCOUNT_FIELD_MAPPING`, `CREATED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE`, `CHANGED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE`, `DELETED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE`, `FORCED_LINKED_ACCOUNT_RESYNC`, `MUTED_ISSUE`, `GENERATED_MAGIC_LINK`, `ENABLED_MERGE_WEBHOOK`, `DISABLED_MERGE_WEBHOOK`, `MERGE_WEBHOOK_TARGET_CHANGED`, `END_USER_CREDENTIALS_ACCESSED` + /// If included, will only include events with the given event type. Possible values include: `CREATED_REMOTE_PRODUCTION_API_KEY`, `DELETED_REMOTE_PRODUCTION_API_KEY`, `CREATED_TEST_API_KEY`, `DELETED_TEST_API_KEY`, `REGENERATED_PRODUCTION_API_KEY`, `INVITED_USER`, `TWO_FACTOR_AUTH_ENABLED`, `TWO_FACTOR_AUTH_DISABLED`, `DELETED_LINKED_ACCOUNT`, `DELETED_ALL_COMMON_MODELS_FOR_LINKED_ACCOUNT`, `CREATED_DESTINATION`, `DELETED_DESTINATION`, `CHANGED_DESTINATION`, `CHANGED_SCOPES`, `CHANGED_PERSONAL_INFORMATION`, `CHANGED_ORGANIZATION_SETTINGS`, `ENABLED_INTEGRATION`, `DISABLED_INTEGRATION`, `ENABLED_CATEGORY`, `DISABLED_CATEGORY`, `CHANGED_PASSWORD`, `RESET_PASSWORD`, `ENABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION`, `ENABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT`, `DISABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION`, `DISABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT`, `CREATED_INTEGRATION_WIDE_FIELD_MAPPING`, `CREATED_LINKED_ACCOUNT_FIELD_MAPPING`, `CHANGED_INTEGRATION_WIDE_FIELD_MAPPING`, `CHANGED_LINKED_ACCOUNT_FIELD_MAPPING`, `DELETED_INTEGRATION_WIDE_FIELD_MAPPING`, `DELETED_LINKED_ACCOUNT_FIELD_MAPPING`, `CREATED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE`, `CHANGED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE`, `DELETED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE`, `FORCED_LINKED_ACCOUNT_RESYNC`, `MUTED_ISSUE`, `GENERATED_MAGIC_LINK`, `ENABLED_MERGE_WEBHOOK`, `DISABLED_MERGE_WEBHOOK`, `MERGE_WEBHOOK_TARGET_CHANGED`, `END_USER_CREDENTIALS_ACCESSED` /// public string? EventType { get; set; } diff --git a/src/Merge.Client/Crm/Contacts/ContactsClient.cs b/src/Merge.Client/Crm/Contacts/ContactsClient.cs index edc1e47a..2d0902bd 100644 --- a/src/Merge.Client/Crm/Contacts/ContactsClient.cs +++ b/src/Merge.Client/Crm/Contacts/ContactsClient.cs @@ -221,6 +221,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( request.IncludeRemoteFields.Value ); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } var response = await _client .MakeRequestAsync( new RawClient.JsonApiRequest diff --git a/src/Merge.Client/Crm/Contacts/Requests/ContactsRetrieveRequest.cs b/src/Merge.Client/Crm/Contacts/Requests/ContactsRetrieveRequest.cs index 639c56e4..105d3f76 100644 --- a/src/Merge.Client/Crm/Contacts/Requests/ContactsRetrieveRequest.cs +++ b/src/Merge.Client/Crm/Contacts/Requests/ContactsRetrieveRequest.cs @@ -19,6 +19,11 @@ public record ContactsRetrieveRequest /// public bool? IncludeRemoteFields { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Crm/CustomObjectClasses/CustomObjectClassesClient.cs b/src/Merge.Client/Crm/CustomObjectClasses/CustomObjectClassesClient.cs index 3696314d..42a69d4c 100644 --- a/src/Merge.Client/Crm/CustomObjectClasses/CustomObjectClassesClient.cs +++ b/src/Merge.Client/Crm/CustomObjectClasses/CustomObjectClassesClient.cs @@ -136,6 +136,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } var response = await _client .MakeRequestAsync( new RawClient.JsonApiRequest diff --git a/src/Merge.Client/Crm/CustomObjectClasses/Requests/CustomObjectClassesRetrieveRequest.cs b/src/Merge.Client/Crm/CustomObjectClasses/Requests/CustomObjectClassesRetrieveRequest.cs index 41242efd..e34ab4f8 100644 --- a/src/Merge.Client/Crm/CustomObjectClasses/Requests/CustomObjectClassesRetrieveRequest.cs +++ b/src/Merge.Client/Crm/CustomObjectClasses/Requests/CustomObjectClassesRetrieveRequest.cs @@ -14,6 +14,11 @@ public record CustomObjectClassesRetrieveRequest /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Crm/CustomObjects/CustomObjectsClient.cs b/src/Merge.Client/Crm/CustomObjects/CustomObjectsClient.cs index 27c9564b..199af172 100644 --- a/src/Merge.Client/Crm/CustomObjects/CustomObjectsClient.cs +++ b/src/Merge.Client/Crm/CustomObjects/CustomObjectsClient.cs @@ -218,6 +218,10 @@ public async System.Threading.Tasks.Task CustomObjectClassesCustom request.IncludeRemoteFields.Value ); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } var response = await _client .MakeRequestAsync( new RawClient.JsonApiRequest diff --git a/src/Merge.Client/Crm/CustomObjects/Requests/CustomObjectClassesCustomObjectsRetrieveRequest.cs b/src/Merge.Client/Crm/CustomObjects/Requests/CustomObjectClassesCustomObjectsRetrieveRequest.cs index 442adea5..73b17810 100644 --- a/src/Merge.Client/Crm/CustomObjects/Requests/CustomObjectClassesCustomObjectsRetrieveRequest.cs +++ b/src/Merge.Client/Crm/CustomObjects/Requests/CustomObjectClassesCustomObjectsRetrieveRequest.cs @@ -14,6 +14,11 @@ public record CustomObjectClassesCustomObjectsRetrieveRequest /// public bool? IncludeRemoteFields { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Crm/EngagementTypes/EngagementTypesClient.cs b/src/Merge.Client/Crm/EngagementTypes/EngagementTypesClient.cs index c854577d..c9d7e82a 100644 --- a/src/Merge.Client/Crm/EngagementTypes/EngagementTypesClient.cs +++ b/src/Merge.Client/Crm/EngagementTypes/EngagementTypesClient.cs @@ -140,6 +140,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( request.IncludeRemoteFields.Value ); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } var response = await _client .MakeRequestAsync( new RawClient.JsonApiRequest diff --git a/src/Merge.Client/Crm/EngagementTypes/Requests/EngagementTypesRetrieveRequest.cs b/src/Merge.Client/Crm/EngagementTypes/Requests/EngagementTypesRetrieveRequest.cs index 1e81c0f1..4df428a8 100644 --- a/src/Merge.Client/Crm/EngagementTypes/Requests/EngagementTypesRetrieveRequest.cs +++ b/src/Merge.Client/Crm/EngagementTypes/Requests/EngagementTypesRetrieveRequest.cs @@ -14,6 +14,11 @@ public record EngagementTypesRetrieveRequest /// public bool? IncludeRemoteFields { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Crm/Engagements/EngagementsClient.cs b/src/Merge.Client/Crm/Engagements/EngagementsClient.cs index 8fdde7cf..72655e6a 100644 --- a/src/Merge.Client/Crm/Engagements/EngagementsClient.cs +++ b/src/Merge.Client/Crm/Engagements/EngagementsClient.cs @@ -219,6 +219,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( request.IncludeRemoteFields.Value ); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } var response = await _client .MakeRequestAsync( new RawClient.JsonApiRequest diff --git a/src/Merge.Client/Crm/Engagements/Requests/EngagementsRetrieveRequest.cs b/src/Merge.Client/Crm/Engagements/Requests/EngagementsRetrieveRequest.cs index 48b8351a..6fc2a036 100644 --- a/src/Merge.Client/Crm/Engagements/Requests/EngagementsRetrieveRequest.cs +++ b/src/Merge.Client/Crm/Engagements/Requests/EngagementsRetrieveRequest.cs @@ -19,6 +19,11 @@ public record EngagementsRetrieveRequest /// public bool? IncludeRemoteFields { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Crm/ForceResync/ForceResyncClient.cs b/src/Merge.Client/Crm/ForceResync/ForceResyncClient.cs index d6f4d0fb..492d1f55 100644 --- a/src/Merge.Client/Crm/ForceResync/ForceResyncClient.cs +++ b/src/Merge.Client/Crm/ForceResync/ForceResyncClient.cs @@ -15,7 +15,7 @@ internal ForceResyncClient(RawClient client) } /// - /// Force re-sync of all models. This is available for all organizations via the dashboard. Force re-sync is also available programmatically via API for monthly, quarterly, and highest sync frequency customers on the Professional or Enterprise plans. Doing so will consume a sync credit for the relevant linked account. + /// Force re-sync of all models. This endpoint is available for monthly, quarterly, and highest sync frequency customers on the Professional or Enterprise plans. Doing so will consume a sync credit for the relevant linked account. Force re-syncs can also be triggered manually in the Merge Dashboard and is available for all customers. /// /// /// diff --git a/src/Merge.Client/Crm/Leads/LeadsClient.cs b/src/Merge.Client/Crm/Leads/LeadsClient.cs index 660c9f29..a65a59c2 100644 --- a/src/Merge.Client/Crm/Leads/LeadsClient.cs +++ b/src/Merge.Client/Crm/Leads/LeadsClient.cs @@ -227,6 +227,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( request.IncludeRemoteFields.Value ); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } var response = await _client .MakeRequestAsync( new RawClient.JsonApiRequest diff --git a/src/Merge.Client/Crm/Leads/Requests/LeadsRetrieveRequest.cs b/src/Merge.Client/Crm/Leads/Requests/LeadsRetrieveRequest.cs index a664578a..bba79e25 100644 --- a/src/Merge.Client/Crm/Leads/Requests/LeadsRetrieveRequest.cs +++ b/src/Merge.Client/Crm/Leads/Requests/LeadsRetrieveRequest.cs @@ -19,6 +19,11 @@ public record LeadsRetrieveRequest /// public bool? IncludeRemoteFields { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Crm/Notes/NotesClient.cs b/src/Merge.Client/Crm/Notes/NotesClient.cs index 44220ef9..a7e24b57 100644 --- a/src/Merge.Client/Crm/Notes/NotesClient.cs +++ b/src/Merge.Client/Crm/Notes/NotesClient.cs @@ -223,6 +223,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( request.IncludeRemoteFields.Value ); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } var response = await _client .MakeRequestAsync( new RawClient.JsonApiRequest diff --git a/src/Merge.Client/Crm/Notes/Requests/NotesRetrieveRequest.cs b/src/Merge.Client/Crm/Notes/Requests/NotesRetrieveRequest.cs index 626d5f5e..5c9e3a8c 100644 --- a/src/Merge.Client/Crm/Notes/Requests/NotesRetrieveRequest.cs +++ b/src/Merge.Client/Crm/Notes/Requests/NotesRetrieveRequest.cs @@ -19,6 +19,11 @@ public record NotesRetrieveRequest /// public bool? IncludeRemoteFields { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Crm/Opportunities/OpportunitiesClient.cs b/src/Merge.Client/Crm/Opportunities/OpportunitiesClient.cs index ef516cc2..1d42b46e 100644 --- a/src/Merge.Client/Crm/Opportunities/OpportunitiesClient.cs +++ b/src/Merge.Client/Crm/Opportunities/OpportunitiesClient.cs @@ -239,6 +239,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( request.IncludeRemoteFields.Value ); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } if (request.RemoteFields != null) { _query["remote_fields"] = request.RemoteFields.ToString(); diff --git a/src/Merge.Client/Crm/Opportunities/Requests/OpportunitiesRetrieveRequest.cs b/src/Merge.Client/Crm/Opportunities/Requests/OpportunitiesRetrieveRequest.cs index 05c191ef..8f5d5586 100644 --- a/src/Merge.Client/Crm/Opportunities/Requests/OpportunitiesRetrieveRequest.cs +++ b/src/Merge.Client/Crm/Opportunities/Requests/OpportunitiesRetrieveRequest.cs @@ -19,6 +19,11 @@ public record OpportunitiesRetrieveRequest /// public bool? IncludeRemoteFields { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + /// /// Deprecated. Use show_enum_origins. /// diff --git a/src/Merge.Client/Crm/Stages/Requests/StagesRetrieveRequest.cs b/src/Merge.Client/Crm/Stages/Requests/StagesRetrieveRequest.cs index 46717dcc..aa531aee 100644 --- a/src/Merge.Client/Crm/Stages/Requests/StagesRetrieveRequest.cs +++ b/src/Merge.Client/Crm/Stages/Requests/StagesRetrieveRequest.cs @@ -14,6 +14,11 @@ public record StagesRetrieveRequest /// public bool? IncludeRemoteFields { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Crm/Stages/StagesClient.cs b/src/Merge.Client/Crm/Stages/StagesClient.cs index 9cf7ef58..d99602e0 100644 --- a/src/Merge.Client/Crm/Stages/StagesClient.cs +++ b/src/Merge.Client/Crm/Stages/StagesClient.cs @@ -140,6 +140,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( request.IncludeRemoteFields.Value ); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } var response = await _client .MakeRequestAsync( new RawClient.JsonApiRequest diff --git a/src/Merge.Client/Crm/Tasks/Requests/TasksRetrieveRequest.cs b/src/Merge.Client/Crm/Tasks/Requests/TasksRetrieveRequest.cs index 75b7f247..91d25461 100644 --- a/src/Merge.Client/Crm/Tasks/Requests/TasksRetrieveRequest.cs +++ b/src/Merge.Client/Crm/Tasks/Requests/TasksRetrieveRequest.cs @@ -19,6 +19,11 @@ public record TasksRetrieveRequest /// public bool? IncludeRemoteFields { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Crm/Tasks/TasksClient.cs b/src/Merge.Client/Crm/Tasks/TasksClient.cs index 59ece5a4..5b51f799 100644 --- a/src/Merge.Client/Crm/Tasks/TasksClient.cs +++ b/src/Merge.Client/Crm/Tasks/TasksClient.cs @@ -207,6 +207,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( request.IncludeRemoteFields.Value ); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } var response = await _client .MakeRequestAsync( new RawClient.JsonApiRequest diff --git a/src/Merge.Client/Crm/Types/AccountToken.cs b/src/Merge.Client/Crm/Types/AccountToken.cs index 6fab399a..50fa2bb9 100644 --- a/src/Merge.Client/Crm/Types/AccountToken.cs +++ b/src/Merge.Client/Crm/Types/AccountToken.cs @@ -11,6 +11,9 @@ public record AccountToken [JsonPropertyName("integration")] public required AccountIntegration Integration { get; set; } + [JsonPropertyName("id")] + public required string Id { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Crm/Types/AuditLogEvent.cs b/src/Merge.Client/Crm/Types/AuditLogEvent.cs index c61bbec4..3807daa5 100644 --- a/src/Merge.Client/Crm/Types/AuditLogEvent.cs +++ b/src/Merge.Client/Crm/Types/AuditLogEvent.cs @@ -48,6 +48,7 @@ public record AuditLogEvent /// - `TWO_FACTOR_AUTH_ENABLED` - TWO_FACTOR_AUTH_ENABLED /// - `TWO_FACTOR_AUTH_DISABLED` - TWO_FACTOR_AUTH_DISABLED /// - `DELETED_LINKED_ACCOUNT` - DELETED_LINKED_ACCOUNT + /// - `DELETED_ALL_COMMON_MODELS_FOR_LINKED_ACCOUNT` - DELETED_ALL_COMMON_MODELS_FOR_LINKED_ACCOUNT /// - `CREATED_DESTINATION` - CREATED_DESTINATION /// - `DELETED_DESTINATION` - DELETED_DESTINATION /// - `CHANGED_DESTINATION` - CHANGED_DESTINATION diff --git a/src/Merge.Client/Crm/Types/EventTypeEnum.cs b/src/Merge.Client/Crm/Types/EventTypeEnum.cs index 054c8dba..519e4c60 100644 --- a/src/Merge.Client/Crm/Types/EventTypeEnum.cs +++ b/src/Merge.Client/Crm/Types/EventTypeEnum.cs @@ -34,6 +34,9 @@ public enum EventTypeEnum [EnumMember(Value = "DELETED_LINKED_ACCOUNT")] DeletedLinkedAccount, + [EnumMember(Value = "DELETED_ALL_COMMON_MODELS_FOR_LINKED_ACCOUNT")] + DeletedAllCommonModelsForLinkedAccount, + [EnumMember(Value = "CREATED_DESTINATION")] CreatedDestination, diff --git a/src/Merge.Client/Crm/Types/SyncStatusStatusEnum.cs b/src/Merge.Client/Crm/Types/LastSyncResultEnum.cs similarity index 82% rename from src/Merge.Client/Crm/Types/SyncStatusStatusEnum.cs rename to src/Merge.Client/Crm/Types/LastSyncResultEnum.cs index 69be38b4..ede8f4ac 100644 --- a/src/Merge.Client/Crm/Types/SyncStatusStatusEnum.cs +++ b/src/Merge.Client/Crm/Types/LastSyncResultEnum.cs @@ -4,8 +4,8 @@ namespace Merge.Client.Crm; -[JsonConverter(typeof(EnumSerializer))] -public enum SyncStatusStatusEnum +[JsonConverter(typeof(EnumSerializer))] +public enum LastSyncResultEnum { [EnumMember(Value = "SYNCING")] Syncing, diff --git a/src/Merge.Client/Crm/Types/RemoteField.cs b/src/Merge.Client/Crm/Types/RemoteField.cs index 229d14f9..70395c91 100644 --- a/src/Merge.Client/Crm/Types/RemoteField.cs +++ b/src/Merge.Client/Crm/Types/RemoteField.cs @@ -10,7 +10,7 @@ public record RemoteField public required OneOf RemoteFieldClass { get; set; } [JsonPropertyName("value")] - public Dictionary? Value { get; set; } + public object? Value { get; set; } public override string ToString() { diff --git a/src/Merge.Client/Crm/Types/StatusFd5Enum.cs b/src/Merge.Client/Crm/Types/StatusFd5Enum.cs new file mode 100644 index 00000000..b98d8f00 --- /dev/null +++ b/src/Merge.Client/Crm/Types/StatusFd5Enum.cs @@ -0,0 +1,27 @@ +using System.Runtime.Serialization; +using System.Text.Json.Serialization; +using Merge.Client.Core; + +namespace Merge.Client.Crm; + +[JsonConverter(typeof(EnumSerializer))] +public enum StatusFd5Enum +{ + [EnumMember(Value = "SYNCING")] + Syncing, + + [EnumMember(Value = "DONE")] + Done, + + [EnumMember(Value = "FAILED")] + Failed, + + [EnumMember(Value = "DISABLED")] + Disabled, + + [EnumMember(Value = "PAUSED")] + Paused, + + [EnumMember(Value = "PARTIALLY_SYNCED")] + PartiallySynced, +} diff --git a/src/Merge.Client/Crm/Types/SyncStatus.cs b/src/Merge.Client/Crm/Types/SyncStatus.cs index 0603cd49..f4071512 100644 --- a/src/Merge.Client/Crm/Types/SyncStatus.cs +++ b/src/Merge.Client/Crm/Types/SyncStatus.cs @@ -17,8 +17,14 @@ public record SyncStatus [JsonPropertyName("next_sync_start")] public DateTime? NextSyncStart { get; set; } + [JsonPropertyName("last_sync_result")] + public LastSyncResultEnum? LastSyncResult { get; set; } + + [JsonPropertyName("last_sync_finished")] + public DateTime? LastSyncFinished { get; set; } + [JsonPropertyName("status")] - public required SyncStatusStatusEnum Status { get; set; } + public required StatusFd5Enum Status { get; set; } [JsonPropertyName("is_initial_sync")] public required bool IsInitialSync { get; set; } diff --git a/src/Merge.Client/Crm/Users/Requests/UsersRetrieveRequest.cs b/src/Merge.Client/Crm/Users/Requests/UsersRetrieveRequest.cs index 94e52d26..a9eaace9 100644 --- a/src/Merge.Client/Crm/Users/Requests/UsersRetrieveRequest.cs +++ b/src/Merge.Client/Crm/Users/Requests/UsersRetrieveRequest.cs @@ -14,6 +14,11 @@ public record UsersRetrieveRequest /// public bool? IncludeRemoteFields { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Crm/Users/UsersClient.cs b/src/Merge.Client/Crm/Users/UsersClient.cs index e04a304a..48a6e22c 100644 --- a/src/Merge.Client/Crm/Users/UsersClient.cs +++ b/src/Merge.Client/Crm/Users/UsersClient.cs @@ -144,6 +144,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( request.IncludeRemoteFields.Value ); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } var response = await _client .MakeRequestAsync( new RawClient.JsonApiRequest diff --git a/src/Merge.Client/Filestorage/AuditTrail/Requests/AuditTrailListRequest.cs b/src/Merge.Client/Filestorage/AuditTrail/Requests/AuditTrailListRequest.cs index aa883943..143a8704 100644 --- a/src/Merge.Client/Filestorage/AuditTrail/Requests/AuditTrailListRequest.cs +++ b/src/Merge.Client/Filestorage/AuditTrail/Requests/AuditTrailListRequest.cs @@ -15,7 +15,7 @@ public record AuditTrailListRequest public string? EndDate { get; set; } /// - /// If included, will only include events with the given event type. Possible values include: `CREATED_REMOTE_PRODUCTION_API_KEY`, `DELETED_REMOTE_PRODUCTION_API_KEY`, `CREATED_TEST_API_KEY`, `DELETED_TEST_API_KEY`, `REGENERATED_PRODUCTION_API_KEY`, `INVITED_USER`, `TWO_FACTOR_AUTH_ENABLED`, `TWO_FACTOR_AUTH_DISABLED`, `DELETED_LINKED_ACCOUNT`, `CREATED_DESTINATION`, `DELETED_DESTINATION`, `CHANGED_DESTINATION`, `CHANGED_SCOPES`, `CHANGED_PERSONAL_INFORMATION`, `CHANGED_ORGANIZATION_SETTINGS`, `ENABLED_INTEGRATION`, `DISABLED_INTEGRATION`, `ENABLED_CATEGORY`, `DISABLED_CATEGORY`, `CHANGED_PASSWORD`, `RESET_PASSWORD`, `ENABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION`, `ENABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT`, `DISABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION`, `DISABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT`, `CREATED_INTEGRATION_WIDE_FIELD_MAPPING`, `CREATED_LINKED_ACCOUNT_FIELD_MAPPING`, `CHANGED_INTEGRATION_WIDE_FIELD_MAPPING`, `CHANGED_LINKED_ACCOUNT_FIELD_MAPPING`, `DELETED_INTEGRATION_WIDE_FIELD_MAPPING`, `DELETED_LINKED_ACCOUNT_FIELD_MAPPING`, `CREATED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE`, `CHANGED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE`, `DELETED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE`, `FORCED_LINKED_ACCOUNT_RESYNC`, `MUTED_ISSUE`, `GENERATED_MAGIC_LINK`, `ENABLED_MERGE_WEBHOOK`, `DISABLED_MERGE_WEBHOOK`, `MERGE_WEBHOOK_TARGET_CHANGED`, `END_USER_CREDENTIALS_ACCESSED` + /// If included, will only include events with the given event type. Possible values include: `CREATED_REMOTE_PRODUCTION_API_KEY`, `DELETED_REMOTE_PRODUCTION_API_KEY`, `CREATED_TEST_API_KEY`, `DELETED_TEST_API_KEY`, `REGENERATED_PRODUCTION_API_KEY`, `INVITED_USER`, `TWO_FACTOR_AUTH_ENABLED`, `TWO_FACTOR_AUTH_DISABLED`, `DELETED_LINKED_ACCOUNT`, `DELETED_ALL_COMMON_MODELS_FOR_LINKED_ACCOUNT`, `CREATED_DESTINATION`, `DELETED_DESTINATION`, `CHANGED_DESTINATION`, `CHANGED_SCOPES`, `CHANGED_PERSONAL_INFORMATION`, `CHANGED_ORGANIZATION_SETTINGS`, `ENABLED_INTEGRATION`, `DISABLED_INTEGRATION`, `ENABLED_CATEGORY`, `DISABLED_CATEGORY`, `CHANGED_PASSWORD`, `RESET_PASSWORD`, `ENABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION`, `ENABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT`, `DISABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION`, `DISABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT`, `CREATED_INTEGRATION_WIDE_FIELD_MAPPING`, `CREATED_LINKED_ACCOUNT_FIELD_MAPPING`, `CHANGED_INTEGRATION_WIDE_FIELD_MAPPING`, `CHANGED_LINKED_ACCOUNT_FIELD_MAPPING`, `DELETED_INTEGRATION_WIDE_FIELD_MAPPING`, `DELETED_LINKED_ACCOUNT_FIELD_MAPPING`, `CREATED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE`, `CHANGED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE`, `DELETED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE`, `FORCED_LINKED_ACCOUNT_RESYNC`, `MUTED_ISSUE`, `GENERATED_MAGIC_LINK`, `ENABLED_MERGE_WEBHOOK`, `DISABLED_MERGE_WEBHOOK`, `MERGE_WEBHOOK_TARGET_CHANGED`, `END_USER_CREDENTIALS_ACCESSED` /// public string? EventType { get; set; } diff --git a/src/Merge.Client/Filestorage/Drives/DrivesClient.cs b/src/Merge.Client/Filestorage/Drives/DrivesClient.cs index 71754c99..3c8a19b3 100644 --- a/src/Merge.Client/Filestorage/Drives/DrivesClient.cs +++ b/src/Merge.Client/Filestorage/Drives/DrivesClient.cs @@ -132,6 +132,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } var response = await _client .MakeRequestAsync( new RawClient.JsonApiRequest diff --git a/src/Merge.Client/Filestorage/Drives/Requests/DrivesRetrieveRequest.cs b/src/Merge.Client/Filestorage/Drives/Requests/DrivesRetrieveRequest.cs index 1dd8fffa..0ce454fd 100644 --- a/src/Merge.Client/Filestorage/Drives/Requests/DrivesRetrieveRequest.cs +++ b/src/Merge.Client/Filestorage/Drives/Requests/DrivesRetrieveRequest.cs @@ -9,6 +9,11 @@ public record DrivesRetrieveRequest /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Filestorage/Files/FilesClient.cs b/src/Merge.Client/Filestorage/Files/FilesClient.cs index 9f355537..5e243a38 100644 --- a/src/Merge.Client/Filestorage/Files/FilesClient.cs +++ b/src/Merge.Client/Filestorage/Files/FilesClient.cs @@ -213,6 +213,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } var response = await _client .MakeRequestAsync( new RawClient.JsonApiRequest @@ -253,7 +257,7 @@ public async System.Threading.Tasks.Task RetrieveAsync( /// /// await client.Filestorage.Files.DownloadRetrieveAsync( /// "string", - /// new FilesDownloadRetrieveRequest { MimeType = "string" } + /// new FilesDownloadRetrieveRequest { IncludeShellData = true, MimeType = "string" } /// ); /// /// @@ -265,6 +269,10 @@ public async System.Threading.Tasks.Task DownloadRetrieveAsync( ) { var _query = new Dictionary(); + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } if (request.MimeType != null) { _query["mime_type"] = request.MimeType; @@ -290,6 +298,128 @@ public async System.Threading.Tasks.Task DownloadRetrieveAsync( ); } + /// + /// Returns metadata to construct an authenticated file download request for a singular file, allowing you to download file directly from the third-party. + /// + /// + /// + /// await client.Filestorage.Files.DownloadRequestMetaRetrieveAsync( + /// "id", + /// new FilesDownloadRequestMetaRetrieveRequest() + /// ); + /// + /// + public async System.Threading.Tasks.Task DownloadRequestMetaRetrieveAsync( + string id, + FilesDownloadRequestMetaRetrieveRequest request, + RequestOptions? options = null, + CancellationToken cancellationToken = default + ) + { + var _query = new Dictionary(); + if (request.MimeType != null) + { + _query["mime_type"] = request.MimeType; + } + var response = await _client + .MakeRequestAsync( + new RawClient.JsonApiRequest + { + BaseUrl = _client.Options.BaseUrl, + Method = HttpMethod.Get, + Path = $"filestorage/v1/files/{id}/download/request-meta", + Query = _query, + Options = options, + }, + cancellationToken + ) + .ConfigureAwait(false); + var responseBody = await response.Raw.Content.ReadAsStringAsync(); + if (response.StatusCode is >= 200 and < 400) + { + try + { + return JsonUtils.Deserialize(responseBody)!; + } + catch (JsonException e) + { + throw new MergeException("Failed to deserialize response", e); + } + } + + throw new MergeApiException( + $"Error with status code {response.StatusCode}", + response.StatusCode, + responseBody + ); + } + + /// + /// Returns metadata to construct authenticated file download requests, allowing you to download files directly from the third-party. + /// + /// + /// + /// await client.Filestorage.Files.DownloadRequestMetaListAsync( + /// new FilesDownloadRequestMetaListRequest() + /// ); + /// + /// + public async System.Threading.Tasks.Task DownloadRequestMetaListAsync( + FilesDownloadRequestMetaListRequest request, + RequestOptions? options = null, + CancellationToken cancellationToken = default + ) + { + var _query = new Dictionary(); + if (request.Cursor != null) + { + _query["cursor"] = request.Cursor; + } + if (request.IncludeDeletedData != null) + { + _query["include_deleted_data"] = JsonUtils.Serialize(request.IncludeDeletedData.Value); + } + if (request.MimeType != null) + { + _query["mime_type"] = request.MimeType; + } + if (request.PageSize != null) + { + _query["page_size"] = request.PageSize.Value.ToString(); + } + var response = await _client + .MakeRequestAsync( + new RawClient.JsonApiRequest + { + BaseUrl = _client.Options.BaseUrl, + Method = HttpMethod.Get, + Path = "filestorage/v1/files/download/request-meta", + Query = _query, + Options = options, + }, + cancellationToken + ) + .ConfigureAwait(false); + var responseBody = await response.Raw.Content.ReadAsStringAsync(); + if (response.StatusCode is >= 200 and < 400) + { + try + { + return JsonUtils.Deserialize(responseBody)!; + } + catch (JsonException e) + { + throw new MergeException("Failed to deserialize response", e); + } + } + + throw new MergeApiException( + $"Error with status code {response.StatusCode}", + response.StatusCode, + responseBody + ); + } + /// /// Returns metadata for `FileStorageFile` POSTs. /// diff --git a/src/Merge.Client/Filestorage/Files/Requests/FilesDownloadRequestMetaListRequest.cs b/src/Merge.Client/Filestorage/Files/Requests/FilesDownloadRequestMetaListRequest.cs new file mode 100644 index 00000000..20435fe3 --- /dev/null +++ b/src/Merge.Client/Filestorage/Files/Requests/FilesDownloadRequestMetaListRequest.cs @@ -0,0 +1,31 @@ +using Merge.Client.Core; + +namespace Merge.Client.Filestorage; + +public record FilesDownloadRequestMetaListRequest +{ + /// + /// The pagination cursor value. + /// + public string? Cursor { get; set; } + + /// + /// Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/). + /// + public bool? IncludeDeletedData { get; set; } + + /// + /// If provided, specifies the export format of the files to be downloaded. For information on supported export formats, please refer to our <a href='https://help.merge.dev/en/articles/8615316-file-export-and-download-specification' target='_blank'>export format help center article</a>. + /// + public string? MimeType { get; set; } + + /// + /// Number of results to return per page. + /// + public int? PageSize { get; set; } + + public override string ToString() + { + return JsonUtils.Serialize(this); + } +} diff --git a/src/Merge.Client/Filestorage/Files/Requests/FilesDownloadRequestMetaRetrieveRequest.cs b/src/Merge.Client/Filestorage/Files/Requests/FilesDownloadRequestMetaRetrieveRequest.cs new file mode 100644 index 00000000..0cdfdce1 --- /dev/null +++ b/src/Merge.Client/Filestorage/Files/Requests/FilesDownloadRequestMetaRetrieveRequest.cs @@ -0,0 +1,16 @@ +using Merge.Client.Core; + +namespace Merge.Client.Filestorage; + +public record FilesDownloadRequestMetaRetrieveRequest +{ + /// + /// If provided, specifies the export format of the file to be downloaded. For information on supported export formats, please refer to our <a href='https://help.merge.dev/en/articles/8615316-file-export-and-download-specification' target='_blank'>export format help center article</a>. + /// + public string? MimeType { get; set; } + + public override string ToString() + { + return JsonUtils.Serialize(this); + } +} diff --git a/src/Merge.Client/Filestorage/Files/Requests/FilesDownloadRetrieveRequest.cs b/src/Merge.Client/Filestorage/Files/Requests/FilesDownloadRetrieveRequest.cs index b46b830e..9f19fd80 100644 --- a/src/Merge.Client/Filestorage/Files/Requests/FilesDownloadRetrieveRequest.cs +++ b/src/Merge.Client/Filestorage/Files/Requests/FilesDownloadRetrieveRequest.cs @@ -4,6 +4,11 @@ namespace Merge.Client.Filestorage; public record FilesDownloadRetrieveRequest { + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + /// /// If provided, specifies the export format of the file to be downloaded. For information on supported export formats, please refer to our <a href='https://help.merge.dev/en/articles/8615316-file-export-and-download-specification' target='_blank'>export format help center article</a>. /// diff --git a/src/Merge.Client/Filestorage/Files/Requests/FilesRetrieveRequest.cs b/src/Merge.Client/Filestorage/Files/Requests/FilesRetrieveRequest.cs index 6df45a3f..395c7a19 100644 --- a/src/Merge.Client/Filestorage/Files/Requests/FilesRetrieveRequest.cs +++ b/src/Merge.Client/Filestorage/Files/Requests/FilesRetrieveRequest.cs @@ -14,6 +14,11 @@ public record FilesRetrieveRequest /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Filestorage/Folders/FoldersClient.cs b/src/Merge.Client/Filestorage/Folders/FoldersClient.cs index 472d32f7..26804312 100644 --- a/src/Merge.Client/Filestorage/Folders/FoldersClient.cs +++ b/src/Merge.Client/Filestorage/Folders/FoldersClient.cs @@ -209,6 +209,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } var response = await _client .MakeRequestAsync( new RawClient.JsonApiRequest diff --git a/src/Merge.Client/Filestorage/Folders/Requests/FoldersRetrieveRequest.cs b/src/Merge.Client/Filestorage/Folders/Requests/FoldersRetrieveRequest.cs index 203d8e4d..5d5ec87a 100644 --- a/src/Merge.Client/Filestorage/Folders/Requests/FoldersRetrieveRequest.cs +++ b/src/Merge.Client/Filestorage/Folders/Requests/FoldersRetrieveRequest.cs @@ -14,6 +14,11 @@ public record FoldersRetrieveRequest /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Filestorage/ForceResync/ForceResyncClient.cs b/src/Merge.Client/Filestorage/ForceResync/ForceResyncClient.cs index 91aa920d..e6244a2c 100644 --- a/src/Merge.Client/Filestorage/ForceResync/ForceResyncClient.cs +++ b/src/Merge.Client/Filestorage/ForceResync/ForceResyncClient.cs @@ -15,7 +15,7 @@ internal ForceResyncClient(RawClient client) } /// - /// Force re-sync of all models. This is available for all organizations via the dashboard. Force re-sync is also available programmatically via API for monthly, quarterly, and highest sync frequency customers on the Professional or Enterprise plans. Doing so will consume a sync credit for the relevant linked account. + /// Force re-sync of all models. This endpoint is available for monthly, quarterly, and highest sync frequency customers on the Professional or Enterprise plans. Doing so will consume a sync credit for the relevant linked account. Force re-syncs can also be triggered manually in the Merge Dashboard and is available for all customers. /// /// /// diff --git a/src/Merge.Client/Filestorage/Groups/GroupsClient.cs b/src/Merge.Client/Filestorage/Groups/GroupsClient.cs index 834e6c0a..49949e23 100644 --- a/src/Merge.Client/Filestorage/Groups/GroupsClient.cs +++ b/src/Merge.Client/Filestorage/Groups/GroupsClient.cs @@ -136,6 +136,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } var response = await _client .MakeRequestAsync( new RawClient.JsonApiRequest diff --git a/src/Merge.Client/Filestorage/Groups/Requests/GroupsRetrieveRequest.cs b/src/Merge.Client/Filestorage/Groups/Requests/GroupsRetrieveRequest.cs index c969f362..5828ff5e 100644 --- a/src/Merge.Client/Filestorage/Groups/Requests/GroupsRetrieveRequest.cs +++ b/src/Merge.Client/Filestorage/Groups/Requests/GroupsRetrieveRequest.cs @@ -14,6 +14,11 @@ public record GroupsRetrieveRequest /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Filestorage/Types/AccountToken.cs b/src/Merge.Client/Filestorage/Types/AccountToken.cs index 296b84f3..a2c21433 100644 --- a/src/Merge.Client/Filestorage/Types/AccountToken.cs +++ b/src/Merge.Client/Filestorage/Types/AccountToken.cs @@ -11,6 +11,9 @@ public record AccountToken [JsonPropertyName("integration")] public required AccountIntegration Integration { get; set; } + [JsonPropertyName("id")] + public required string Id { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Filestorage/Types/AuditLogEvent.cs b/src/Merge.Client/Filestorage/Types/AuditLogEvent.cs index 0ef365a4..89e66988 100644 --- a/src/Merge.Client/Filestorage/Types/AuditLogEvent.cs +++ b/src/Merge.Client/Filestorage/Types/AuditLogEvent.cs @@ -48,6 +48,7 @@ public record AuditLogEvent /// - `TWO_FACTOR_AUTH_ENABLED` - TWO_FACTOR_AUTH_ENABLED /// - `TWO_FACTOR_AUTH_DISABLED` - TWO_FACTOR_AUTH_DISABLED /// - `DELETED_LINKED_ACCOUNT` - DELETED_LINKED_ACCOUNT + /// - `DELETED_ALL_COMMON_MODELS_FOR_LINKED_ACCOUNT` - DELETED_ALL_COMMON_MODELS_FOR_LINKED_ACCOUNT /// - `CREATED_DESTINATION` - CREATED_DESTINATION /// - `DELETED_DESTINATION` - DELETED_DESTINATION /// - `CHANGED_DESTINATION` - CHANGED_DESTINATION diff --git a/src/Merge.Client/Filestorage/Types/DownloadRequestMeta.cs b/src/Merge.Client/Filestorage/Types/DownloadRequestMeta.cs new file mode 100644 index 00000000..9b47282c --- /dev/null +++ b/src/Merge.Client/Filestorage/Types/DownloadRequestMeta.cs @@ -0,0 +1,27 @@ +using System.Text.Json.Serialization; +using Merge.Client.Core; + +namespace Merge.Client.Filestorage; + +public record DownloadRequestMeta +{ + [JsonPropertyName("id")] + public required string Id { get; set; } + + [JsonPropertyName("url")] + public required string Url { get; set; } + + [JsonPropertyName("method")] + public required string Method { get; set; } + + [JsonPropertyName("headers")] + public Dictionary Headers { get; set; } = new Dictionary(); + + [JsonPropertyName("body")] + public Dictionary Body { get; set; } = new Dictionary(); + + public override string ToString() + { + return JsonUtils.Serialize(this); + } +} diff --git a/src/Merge.Client/Filestorage/Types/EventTypeEnum.cs b/src/Merge.Client/Filestorage/Types/EventTypeEnum.cs index 970b890f..e8bebe18 100644 --- a/src/Merge.Client/Filestorage/Types/EventTypeEnum.cs +++ b/src/Merge.Client/Filestorage/Types/EventTypeEnum.cs @@ -34,6 +34,9 @@ public enum EventTypeEnum [EnumMember(Value = "DELETED_LINKED_ACCOUNT")] DeletedLinkedAccount, + [EnumMember(Value = "DELETED_ALL_COMMON_MODELS_FOR_LINKED_ACCOUNT")] + DeletedAllCommonModelsForLinkedAccount, + [EnumMember(Value = "CREATED_DESTINATION")] CreatedDestination, diff --git a/src/Merge.Client/Filestorage/Types/SyncStatusStatusEnum.cs b/src/Merge.Client/Filestorage/Types/LastSyncResultEnum.cs similarity index 82% rename from src/Merge.Client/Filestorage/Types/SyncStatusStatusEnum.cs rename to src/Merge.Client/Filestorage/Types/LastSyncResultEnum.cs index a448e1fa..004e8577 100644 --- a/src/Merge.Client/Filestorage/Types/SyncStatusStatusEnum.cs +++ b/src/Merge.Client/Filestorage/Types/LastSyncResultEnum.cs @@ -4,8 +4,8 @@ namespace Merge.Client.Filestorage; -[JsonConverter(typeof(EnumSerializer))] -public enum SyncStatusStatusEnum +[JsonConverter(typeof(EnumSerializer))] +public enum LastSyncResultEnum { [EnumMember(Value = "SYNCING")] Syncing, diff --git a/src/Merge.Client/Filestorage/Types/PaginatedDownloadRequestMetaList.cs b/src/Merge.Client/Filestorage/Types/PaginatedDownloadRequestMetaList.cs new file mode 100644 index 00000000..150f9a4c --- /dev/null +++ b/src/Merge.Client/Filestorage/Types/PaginatedDownloadRequestMetaList.cs @@ -0,0 +1,21 @@ +using System.Text.Json.Serialization; +using Merge.Client.Core; + +namespace Merge.Client.Filestorage; + +public record PaginatedDownloadRequestMetaList +{ + [JsonPropertyName("next")] + public string? Next { get; set; } + + [JsonPropertyName("previous")] + public string? Previous { get; set; } + + [JsonPropertyName("results")] + public IEnumerable? Results { get; set; } + + public override string ToString() + { + return JsonUtils.Serialize(this); + } +} diff --git a/src/Merge.Client/Filestorage/Types/StatusFd5Enum.cs b/src/Merge.Client/Filestorage/Types/StatusFd5Enum.cs new file mode 100644 index 00000000..970cdd7b --- /dev/null +++ b/src/Merge.Client/Filestorage/Types/StatusFd5Enum.cs @@ -0,0 +1,27 @@ +using System.Runtime.Serialization; +using System.Text.Json.Serialization; +using Merge.Client.Core; + +namespace Merge.Client.Filestorage; + +[JsonConverter(typeof(EnumSerializer))] +public enum StatusFd5Enum +{ + [EnumMember(Value = "SYNCING")] + Syncing, + + [EnumMember(Value = "DONE")] + Done, + + [EnumMember(Value = "FAILED")] + Failed, + + [EnumMember(Value = "DISABLED")] + Disabled, + + [EnumMember(Value = "PAUSED")] + Paused, + + [EnumMember(Value = "PARTIALLY_SYNCED")] + PartiallySynced, +} diff --git a/src/Merge.Client/Filestorage/Types/SyncStatus.cs b/src/Merge.Client/Filestorage/Types/SyncStatus.cs index 4c2a6bd7..dc27fee2 100644 --- a/src/Merge.Client/Filestorage/Types/SyncStatus.cs +++ b/src/Merge.Client/Filestorage/Types/SyncStatus.cs @@ -17,8 +17,14 @@ public record SyncStatus [JsonPropertyName("next_sync_start")] public DateTime? NextSyncStart { get; set; } + [JsonPropertyName("last_sync_result")] + public LastSyncResultEnum? LastSyncResult { get; set; } + + [JsonPropertyName("last_sync_finished")] + public DateTime? LastSyncFinished { get; set; } + [JsonPropertyName("status")] - public required SyncStatusStatusEnum Status { get; set; } + public required StatusFd5Enum Status { get; set; } [JsonPropertyName("is_initial_sync")] public required bool IsInitialSync { get; set; } diff --git a/src/Merge.Client/Filestorage/Users/Requests/UsersRetrieveRequest.cs b/src/Merge.Client/Filestorage/Users/Requests/UsersRetrieveRequest.cs index 296204e9..aedcf837 100644 --- a/src/Merge.Client/Filestorage/Users/Requests/UsersRetrieveRequest.cs +++ b/src/Merge.Client/Filestorage/Users/Requests/UsersRetrieveRequest.cs @@ -9,6 +9,11 @@ public record UsersRetrieveRequest /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Filestorage/Users/UsersClient.cs b/src/Merge.Client/Filestorage/Users/UsersClient.cs index 63308bfa..52b75915 100644 --- a/src/Merge.Client/Filestorage/Users/UsersClient.cs +++ b/src/Merge.Client/Filestorage/Users/UsersClient.cs @@ -132,6 +132,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } var response = await _client .MakeRequestAsync( new RawClient.JsonApiRequest diff --git a/src/Merge.Client/Hris/AuditTrail/Requests/AuditTrailListRequest.cs b/src/Merge.Client/Hris/AuditTrail/Requests/AuditTrailListRequest.cs index 169b87f7..cde3f100 100644 --- a/src/Merge.Client/Hris/AuditTrail/Requests/AuditTrailListRequest.cs +++ b/src/Merge.Client/Hris/AuditTrail/Requests/AuditTrailListRequest.cs @@ -15,7 +15,7 @@ public record AuditTrailListRequest public string? EndDate { get; set; } /// - /// If included, will only include events with the given event type. Possible values include: `CREATED_REMOTE_PRODUCTION_API_KEY`, `DELETED_REMOTE_PRODUCTION_API_KEY`, `CREATED_TEST_API_KEY`, `DELETED_TEST_API_KEY`, `REGENERATED_PRODUCTION_API_KEY`, `INVITED_USER`, `TWO_FACTOR_AUTH_ENABLED`, `TWO_FACTOR_AUTH_DISABLED`, `DELETED_LINKED_ACCOUNT`, `CREATED_DESTINATION`, `DELETED_DESTINATION`, `CHANGED_DESTINATION`, `CHANGED_SCOPES`, `CHANGED_PERSONAL_INFORMATION`, `CHANGED_ORGANIZATION_SETTINGS`, `ENABLED_INTEGRATION`, `DISABLED_INTEGRATION`, `ENABLED_CATEGORY`, `DISABLED_CATEGORY`, `CHANGED_PASSWORD`, `RESET_PASSWORD`, `ENABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION`, `ENABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT`, `DISABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION`, `DISABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT`, `CREATED_INTEGRATION_WIDE_FIELD_MAPPING`, `CREATED_LINKED_ACCOUNT_FIELD_MAPPING`, `CHANGED_INTEGRATION_WIDE_FIELD_MAPPING`, `CHANGED_LINKED_ACCOUNT_FIELD_MAPPING`, `DELETED_INTEGRATION_WIDE_FIELD_MAPPING`, `DELETED_LINKED_ACCOUNT_FIELD_MAPPING`, `CREATED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE`, `CHANGED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE`, `DELETED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE`, `FORCED_LINKED_ACCOUNT_RESYNC`, `MUTED_ISSUE`, `GENERATED_MAGIC_LINK`, `ENABLED_MERGE_WEBHOOK`, `DISABLED_MERGE_WEBHOOK`, `MERGE_WEBHOOK_TARGET_CHANGED`, `END_USER_CREDENTIALS_ACCESSED` + /// If included, will only include events with the given event type. Possible values include: `CREATED_REMOTE_PRODUCTION_API_KEY`, `DELETED_REMOTE_PRODUCTION_API_KEY`, `CREATED_TEST_API_KEY`, `DELETED_TEST_API_KEY`, `REGENERATED_PRODUCTION_API_KEY`, `INVITED_USER`, `TWO_FACTOR_AUTH_ENABLED`, `TWO_FACTOR_AUTH_DISABLED`, `DELETED_LINKED_ACCOUNT`, `DELETED_ALL_COMMON_MODELS_FOR_LINKED_ACCOUNT`, `CREATED_DESTINATION`, `DELETED_DESTINATION`, `CHANGED_DESTINATION`, `CHANGED_SCOPES`, `CHANGED_PERSONAL_INFORMATION`, `CHANGED_ORGANIZATION_SETTINGS`, `ENABLED_INTEGRATION`, `DISABLED_INTEGRATION`, `ENABLED_CATEGORY`, `DISABLED_CATEGORY`, `CHANGED_PASSWORD`, `RESET_PASSWORD`, `ENABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION`, `ENABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT`, `DISABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION`, `DISABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT`, `CREATED_INTEGRATION_WIDE_FIELD_MAPPING`, `CREATED_LINKED_ACCOUNT_FIELD_MAPPING`, `CHANGED_INTEGRATION_WIDE_FIELD_MAPPING`, `CHANGED_LINKED_ACCOUNT_FIELD_MAPPING`, `DELETED_INTEGRATION_WIDE_FIELD_MAPPING`, `DELETED_LINKED_ACCOUNT_FIELD_MAPPING`, `CREATED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE`, `CHANGED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE`, `DELETED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE`, `FORCED_LINKED_ACCOUNT_RESYNC`, `MUTED_ISSUE`, `GENERATED_MAGIC_LINK`, `ENABLED_MERGE_WEBHOOK`, `DISABLED_MERGE_WEBHOOK`, `MERGE_WEBHOOK_TARGET_CHANGED`, `END_USER_CREDENTIALS_ACCESSED` /// public string? EventType { get; set; } diff --git a/src/Merge.Client/Hris/BankInfo/BankInfoClient.cs b/src/Merge.Client/Hris/BankInfo/BankInfoClient.cs index 95ec27ae..bd316f8b 100644 --- a/src/Merge.Client/Hris/BankInfo/BankInfoClient.cs +++ b/src/Merge.Client/Hris/BankInfo/BankInfoClient.cs @@ -160,6 +160,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } if (request.RemoteFields != null) { _query["remote_fields"] = request.RemoteFields.ToString(); diff --git a/src/Merge.Client/Hris/BankInfo/Requests/BankInfoRetrieveRequest.cs b/src/Merge.Client/Hris/BankInfo/Requests/BankInfoRetrieveRequest.cs index 3836ae02..e7891a6b 100644 --- a/src/Merge.Client/Hris/BankInfo/Requests/BankInfoRetrieveRequest.cs +++ b/src/Merge.Client/Hris/BankInfo/Requests/BankInfoRetrieveRequest.cs @@ -14,6 +14,11 @@ public record BankInfoRetrieveRequest /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + /// /// Deprecated. Use show_enum_origins. /// diff --git a/src/Merge.Client/Hris/Benefits/BenefitsClient.cs b/src/Merge.Client/Hris/Benefits/BenefitsClient.cs index c6fdfaaa..44f2c716 100644 --- a/src/Merge.Client/Hris/Benefits/BenefitsClient.cs +++ b/src/Merge.Client/Hris/Benefits/BenefitsClient.cs @@ -140,6 +140,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } var response = await _client .MakeRequestAsync( new RawClient.JsonApiRequest diff --git a/src/Merge.Client/Hris/Benefits/Requests/BenefitsRetrieveRequest.cs b/src/Merge.Client/Hris/Benefits/Requests/BenefitsRetrieveRequest.cs index 3457c6ff..fdac7134 100644 --- a/src/Merge.Client/Hris/Benefits/Requests/BenefitsRetrieveRequest.cs +++ b/src/Merge.Client/Hris/Benefits/Requests/BenefitsRetrieveRequest.cs @@ -14,6 +14,11 @@ public record BenefitsRetrieveRequest /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Hris/Companies/CompaniesClient.cs b/src/Merge.Client/Hris/Companies/CompaniesClient.cs index 6432e4ef..c4ce1e2d 100644 --- a/src/Merge.Client/Hris/Companies/CompaniesClient.cs +++ b/src/Merge.Client/Hris/Companies/CompaniesClient.cs @@ -128,6 +128,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } var response = await _client .MakeRequestAsync( new RawClient.JsonApiRequest diff --git a/src/Merge.Client/Hris/Companies/Requests/CompaniesRetrieveRequest.cs b/src/Merge.Client/Hris/Companies/Requests/CompaniesRetrieveRequest.cs index 8cc4ec78..eb9be202 100644 --- a/src/Merge.Client/Hris/Companies/Requests/CompaniesRetrieveRequest.cs +++ b/src/Merge.Client/Hris/Companies/Requests/CompaniesRetrieveRequest.cs @@ -9,6 +9,11 @@ public record CompaniesRetrieveRequest /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Hris/Dependents/DependentsClient.cs b/src/Merge.Client/Hris/Dependents/DependentsClient.cs index ae213df4..3655abcc 100644 --- a/src/Merge.Client/Hris/Dependents/DependentsClient.cs +++ b/src/Merge.Client/Hris/Dependents/DependentsClient.cs @@ -140,6 +140,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( request.IncludeSensitiveFields.Value ); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } var response = await _client .MakeRequestAsync( new RawClient.JsonApiRequest diff --git a/src/Merge.Client/Hris/Dependents/Requests/DependentsRetrieveRequest.cs b/src/Merge.Client/Hris/Dependents/Requests/DependentsRetrieveRequest.cs index 55997cf8..c625916a 100644 --- a/src/Merge.Client/Hris/Dependents/Requests/DependentsRetrieveRequest.cs +++ b/src/Merge.Client/Hris/Dependents/Requests/DependentsRetrieveRequest.cs @@ -14,6 +14,11 @@ public record DependentsRetrieveRequest /// public bool? IncludeSensitiveFields { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Hris/EmployeePayrollRuns/EmployeePayrollRunsClient.cs b/src/Merge.Client/Hris/EmployeePayrollRuns/EmployeePayrollRunsClient.cs index ee15d255..2b852e31 100644 --- a/src/Merge.Client/Hris/EmployeePayrollRuns/EmployeePayrollRunsClient.cs +++ b/src/Merge.Client/Hris/EmployeePayrollRuns/EmployeePayrollRunsClient.cs @@ -162,6 +162,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } var response = await _client .MakeRequestAsync( new RawClient.JsonApiRequest diff --git a/src/Merge.Client/Hris/EmployeePayrollRuns/Requests/EmployeePayrollRunsRetrieveRequest.cs b/src/Merge.Client/Hris/EmployeePayrollRuns/Requests/EmployeePayrollRunsRetrieveRequest.cs index de354b67..719c3dac 100644 --- a/src/Merge.Client/Hris/EmployeePayrollRuns/Requests/EmployeePayrollRunsRetrieveRequest.cs +++ b/src/Merge.Client/Hris/EmployeePayrollRuns/Requests/EmployeePayrollRunsRetrieveRequest.cs @@ -14,6 +14,11 @@ public record EmployeePayrollRunsRetrieveRequest /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Hris/Employees/EmployeesClient.cs b/src/Merge.Client/Hris/Employees/EmployeesClient.cs index ad0723f7..f90de1cd 100644 --- a/src/Merge.Client/Hris/Employees/EmployeesClient.cs +++ b/src/Merge.Client/Hris/Employees/EmployeesClient.cs @@ -299,6 +299,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( request.IncludeSensitiveFields.Value ); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } if (request.RemoteFields != null) { _query["remote_fields"] = request.RemoteFields.Value.Stringify(); diff --git a/src/Merge.Client/Hris/Employees/Requests/EmployeesRetrieveRequest.cs b/src/Merge.Client/Hris/Employees/Requests/EmployeesRetrieveRequest.cs index 8bc7f596..af62c754 100644 --- a/src/Merge.Client/Hris/Employees/Requests/EmployeesRetrieveRequest.cs +++ b/src/Merge.Client/Hris/Employees/Requests/EmployeesRetrieveRequest.cs @@ -19,6 +19,11 @@ public record EmployeesRetrieveRequest /// public bool? IncludeSensitiveFields { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + /// /// Deprecated. Use show_enum_origins. /// diff --git a/src/Merge.Client/Hris/EmployerBenefits/EmployerBenefitsClient.cs b/src/Merge.Client/Hris/EmployerBenefits/EmployerBenefitsClient.cs index a666f1a1..6a375fd2 100644 --- a/src/Merge.Client/Hris/EmployerBenefits/EmployerBenefitsClient.cs +++ b/src/Merge.Client/Hris/EmployerBenefits/EmployerBenefitsClient.cs @@ -128,6 +128,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } var response = await _client .MakeRequestAsync( new RawClient.JsonApiRequest diff --git a/src/Merge.Client/Hris/EmployerBenefits/Requests/EmployerBenefitsRetrieveRequest.cs b/src/Merge.Client/Hris/EmployerBenefits/Requests/EmployerBenefitsRetrieveRequest.cs index 9042819d..3aadbe8e 100644 --- a/src/Merge.Client/Hris/EmployerBenefits/Requests/EmployerBenefitsRetrieveRequest.cs +++ b/src/Merge.Client/Hris/EmployerBenefits/Requests/EmployerBenefitsRetrieveRequest.cs @@ -9,6 +9,11 @@ public record EmployerBenefitsRetrieveRequest /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Hris/Employments/EmploymentsClient.cs b/src/Merge.Client/Hris/Employments/EmploymentsClient.cs index e243ff4e..9906039d 100644 --- a/src/Merge.Client/Hris/Employments/EmploymentsClient.cs +++ b/src/Merge.Client/Hris/Employments/EmploymentsClient.cs @@ -152,6 +152,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } if (request.RemoteFields != null) { _query["remote_fields"] = request.RemoteFields.Value.Stringify(); diff --git a/src/Merge.Client/Hris/Employments/Requests/EmploymentsRetrieveRequest.cs b/src/Merge.Client/Hris/Employments/Requests/EmploymentsRetrieveRequest.cs index 75b48342..0f7266f8 100644 --- a/src/Merge.Client/Hris/Employments/Requests/EmploymentsRetrieveRequest.cs +++ b/src/Merge.Client/Hris/Employments/Requests/EmploymentsRetrieveRequest.cs @@ -14,6 +14,11 @@ public record EmploymentsRetrieveRequest /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + /// /// Deprecated. Use show_enum_origins. /// diff --git a/src/Merge.Client/Hris/ForceResync/ForceResyncClient.cs b/src/Merge.Client/Hris/ForceResync/ForceResyncClient.cs index e5c249b1..ef972945 100644 --- a/src/Merge.Client/Hris/ForceResync/ForceResyncClient.cs +++ b/src/Merge.Client/Hris/ForceResync/ForceResyncClient.cs @@ -15,7 +15,7 @@ internal ForceResyncClient(RawClient client) } /// - /// Force re-sync of all models. This is available for all organizations via the dashboard. Force re-sync is also available programmatically via API for monthly, quarterly, and highest sync frequency customers on the Professional or Enterprise plans. Doing so will consume a sync credit for the relevant linked account. + /// Force re-sync of all models. This endpoint is available for monthly, quarterly, and highest sync frequency customers on the Professional or Enterprise plans. Doing so will consume a sync credit for the relevant linked account. Force re-syncs can also be triggered manually in the Merge Dashboard and is available for all customers. /// /// /// diff --git a/src/Merge.Client/Hris/Groups/GroupsClient.cs b/src/Merge.Client/Hris/Groups/GroupsClient.cs index a637e105..64714d2c 100644 --- a/src/Merge.Client/Hris/Groups/GroupsClient.cs +++ b/src/Merge.Client/Hris/Groups/GroupsClient.cs @@ -148,6 +148,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } if (request.RemoteFields != null) { _query["remote_fields"] = request.RemoteFields.ToString(); diff --git a/src/Merge.Client/Hris/Groups/Requests/GroupsRetrieveRequest.cs b/src/Merge.Client/Hris/Groups/Requests/GroupsRetrieveRequest.cs index f5f987d2..3f3e572d 100644 --- a/src/Merge.Client/Hris/Groups/Requests/GroupsRetrieveRequest.cs +++ b/src/Merge.Client/Hris/Groups/Requests/GroupsRetrieveRequest.cs @@ -9,6 +9,11 @@ public record GroupsRetrieveRequest /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + /// /// Deprecated. Use show_enum_origins. /// diff --git a/src/Merge.Client/Hris/Locations/LocationsClient.cs b/src/Merge.Client/Hris/Locations/LocationsClient.cs index ff289f3c..31a915e9 100644 --- a/src/Merge.Client/Hris/Locations/LocationsClient.cs +++ b/src/Merge.Client/Hris/Locations/LocationsClient.cs @@ -140,6 +140,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } if (request.RemoteFields != null) { _query["remote_fields"] = request.RemoteFields.Value.Stringify(); diff --git a/src/Merge.Client/Hris/Locations/Requests/LocationsRetrieveRequest.cs b/src/Merge.Client/Hris/Locations/Requests/LocationsRetrieveRequest.cs index 9af22b16..629170b2 100644 --- a/src/Merge.Client/Hris/Locations/Requests/LocationsRetrieveRequest.cs +++ b/src/Merge.Client/Hris/Locations/Requests/LocationsRetrieveRequest.cs @@ -9,6 +9,11 @@ public record LocationsRetrieveRequest /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + /// /// Deprecated. Use show_enum_origins. /// diff --git a/src/Merge.Client/Hris/PayGroups/PayGroupsClient.cs b/src/Merge.Client/Hris/PayGroups/PayGroupsClient.cs index 2ef21bb9..fa83d264 100644 --- a/src/Merge.Client/Hris/PayGroups/PayGroupsClient.cs +++ b/src/Merge.Client/Hris/PayGroups/PayGroupsClient.cs @@ -128,6 +128,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } var response = await _client .MakeRequestAsync( new RawClient.JsonApiRequest diff --git a/src/Merge.Client/Hris/PayGroups/Requests/PayGroupsRetrieveRequest.cs b/src/Merge.Client/Hris/PayGroups/Requests/PayGroupsRetrieveRequest.cs index 09030010..27a76aa1 100644 --- a/src/Merge.Client/Hris/PayGroups/Requests/PayGroupsRetrieveRequest.cs +++ b/src/Merge.Client/Hris/PayGroups/Requests/PayGroupsRetrieveRequest.cs @@ -9,6 +9,11 @@ public record PayGroupsRetrieveRequest /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Hris/PayrollRuns/PayrollRunsClient.cs b/src/Merge.Client/Hris/PayrollRuns/PayrollRunsClient.cs index b636d676..52833de3 100644 --- a/src/Merge.Client/Hris/PayrollRuns/PayrollRunsClient.cs +++ b/src/Merge.Client/Hris/PayrollRuns/PayrollRunsClient.cs @@ -158,6 +158,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } if (request.RemoteFields != null) { _query["remote_fields"] = request.RemoteFields.Value.Stringify(); diff --git a/src/Merge.Client/Hris/PayrollRuns/Requests/PayrollRunsRetrieveRequest.cs b/src/Merge.Client/Hris/PayrollRuns/Requests/PayrollRunsRetrieveRequest.cs index b530783d..c9364e75 100644 --- a/src/Merge.Client/Hris/PayrollRuns/Requests/PayrollRunsRetrieveRequest.cs +++ b/src/Merge.Client/Hris/PayrollRuns/Requests/PayrollRunsRetrieveRequest.cs @@ -9,6 +9,11 @@ public record PayrollRunsRetrieveRequest /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + /// /// Deprecated. Use show_enum_origins. /// diff --git a/src/Merge.Client/Hris/SyncStatus/SyncStatusClient.cs b/src/Merge.Client/Hris/SyncStatus/SyncStatusClient.cs index 967d49c6..90207c07 100644 --- a/src/Merge.Client/Hris/SyncStatus/SyncStatusClient.cs +++ b/src/Merge.Client/Hris/SyncStatus/SyncStatusClient.cs @@ -15,7 +15,7 @@ internal SyncStatusClient(RawClient client) } /// - /// Get syncing status. Possible values: `DISABLED`, `DONE`, `FAILED`, `PARTIALLY_SYNCED`, `PAUSED`, `SYNCING`. Learn more about sync status in our [Help Center](https://help.merge.dev/en/articles/8184193-merge-sync-statuses). + /// Get sync status for the current sync and the most recently finished sync. `last_sync_start` represents the most recent time any sync began. `last_sync_finished` represents the most recent time any sync completed. These timestamps may correspond to different sync instances which may result in a sync start time being later than a separate sync completed time. To ensure you are retrieving the latest available data reference the `last_sync_finished` timestamp where `last_sync_result` is `DONE`. Possible values for `status` and `last_sync_result` are `DISABLED`, `DONE`, `FAILED`, `PARTIALLY_SYNCED`, `PAUSED`, `SYNCING`. Learn more about sync status in our [Help Center](https://help.merge.dev/en/articles/8184193-merge-sync-statuses). /// /// /// diff --git a/src/Merge.Client/Hris/Teams/Requests/TeamsRetrieveRequest.cs b/src/Merge.Client/Hris/Teams/Requests/TeamsRetrieveRequest.cs index 9129f251..2deba28c 100644 --- a/src/Merge.Client/Hris/Teams/Requests/TeamsRetrieveRequest.cs +++ b/src/Merge.Client/Hris/Teams/Requests/TeamsRetrieveRequest.cs @@ -14,6 +14,11 @@ public record TeamsRetrieveRequest /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Hris/Teams/TeamsClient.cs b/src/Merge.Client/Hris/Teams/TeamsClient.cs index b7121ca2..40be64a2 100644 --- a/src/Merge.Client/Hris/Teams/TeamsClient.cs +++ b/src/Merge.Client/Hris/Teams/TeamsClient.cs @@ -140,6 +140,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } var response = await _client .MakeRequestAsync( new RawClient.JsonApiRequest diff --git a/src/Merge.Client/Hris/TimeOff/Requests/TimeOffRetrieveRequest.cs b/src/Merge.Client/Hris/TimeOff/Requests/TimeOffRetrieveRequest.cs index 2828f2a0..260e9e31 100644 --- a/src/Merge.Client/Hris/TimeOff/Requests/TimeOffRetrieveRequest.cs +++ b/src/Merge.Client/Hris/TimeOff/Requests/TimeOffRetrieveRequest.cs @@ -14,6 +14,11 @@ public record TimeOffRetrieveRequest /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + /// /// Deprecated. Use show_enum_origins. /// diff --git a/src/Merge.Client/Hris/TimeOff/TimeOffClient.cs b/src/Merge.Client/Hris/TimeOff/TimeOffClient.cs index 4a0f13b7..e07a68a2 100644 --- a/src/Merge.Client/Hris/TimeOff/TimeOffClient.cs +++ b/src/Merge.Client/Hris/TimeOff/TimeOffClient.cs @@ -237,6 +237,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } if (request.RemoteFields != null) { _query["remote_fields"] = request.RemoteFields.Value.Stringify(); diff --git a/src/Merge.Client/Hris/TimeOffBalances/Requests/TimeOffBalancesRetrieveRequest.cs b/src/Merge.Client/Hris/TimeOffBalances/Requests/TimeOffBalancesRetrieveRequest.cs index 585f94d9..7fe27819 100644 --- a/src/Merge.Client/Hris/TimeOffBalances/Requests/TimeOffBalancesRetrieveRequest.cs +++ b/src/Merge.Client/Hris/TimeOffBalances/Requests/TimeOffBalancesRetrieveRequest.cs @@ -14,6 +14,11 @@ public record TimeOffBalancesRetrieveRequest /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + /// /// Deprecated. Use show_enum_origins. /// diff --git a/src/Merge.Client/Hris/TimeOffBalances/TimeOffBalancesClient.cs b/src/Merge.Client/Hris/TimeOffBalances/TimeOffBalancesClient.cs index ee6e03b7..28c1d470 100644 --- a/src/Merge.Client/Hris/TimeOffBalances/TimeOffBalancesClient.cs +++ b/src/Merge.Client/Hris/TimeOffBalances/TimeOffBalancesClient.cs @@ -152,6 +152,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } if (request.RemoteFields != null) { _query["remote_fields"] = request.RemoteFields.ToString(); diff --git a/src/Merge.Client/Hris/TimesheetEntries/Requests/TimesheetEntriesRetrieveRequest.cs b/src/Merge.Client/Hris/TimesheetEntries/Requests/TimesheetEntriesRetrieveRequest.cs index 915fc818..d32d065f 100644 --- a/src/Merge.Client/Hris/TimesheetEntries/Requests/TimesheetEntriesRetrieveRequest.cs +++ b/src/Merge.Client/Hris/TimesheetEntries/Requests/TimesheetEntriesRetrieveRequest.cs @@ -14,6 +14,11 @@ public record TimesheetEntriesRetrieveRequest /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Hris/TimesheetEntries/TimesheetEntriesClient.cs b/src/Merge.Client/Hris/TimesheetEntries/TimesheetEntriesClient.cs index 350fe1ad..6ea07bab 100644 --- a/src/Merge.Client/Hris/TimesheetEntries/TimesheetEntriesClient.cs +++ b/src/Merge.Client/Hris/TimesheetEntries/TimesheetEntriesClient.cs @@ -223,6 +223,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } var response = await _client .MakeRequestAsync( new RawClient.JsonApiRequest diff --git a/src/Merge.Client/Hris/Types/AccountToken.cs b/src/Merge.Client/Hris/Types/AccountToken.cs index 7f989621..4461775a 100644 --- a/src/Merge.Client/Hris/Types/AccountToken.cs +++ b/src/Merge.Client/Hris/Types/AccountToken.cs @@ -11,6 +11,9 @@ public record AccountToken [JsonPropertyName("integration")] public required AccountIntegration Integration { get; set; } + [JsonPropertyName("id")] + public required string Id { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Hris/Types/AuditLogEvent.cs b/src/Merge.Client/Hris/Types/AuditLogEvent.cs index 912cc139..1127a7f3 100644 --- a/src/Merge.Client/Hris/Types/AuditLogEvent.cs +++ b/src/Merge.Client/Hris/Types/AuditLogEvent.cs @@ -48,6 +48,7 @@ public record AuditLogEvent /// - `TWO_FACTOR_AUTH_ENABLED` - TWO_FACTOR_AUTH_ENABLED /// - `TWO_FACTOR_AUTH_DISABLED` - TWO_FACTOR_AUTH_DISABLED /// - `DELETED_LINKED_ACCOUNT` - DELETED_LINKED_ACCOUNT + /// - `DELETED_ALL_COMMON_MODELS_FOR_LINKED_ACCOUNT` - DELETED_ALL_COMMON_MODELS_FOR_LINKED_ACCOUNT /// - `CREATED_DESTINATION` - CREATED_DESTINATION /// - `DELETED_DESTINATION` - DELETED_DESTINATION /// - `CHANGED_DESTINATION` - CHANGED_DESTINATION diff --git a/src/Merge.Client/Hris/Types/EventTypeEnum.cs b/src/Merge.Client/Hris/Types/EventTypeEnum.cs index 49c7a381..a53d0428 100644 --- a/src/Merge.Client/Hris/Types/EventTypeEnum.cs +++ b/src/Merge.Client/Hris/Types/EventTypeEnum.cs @@ -34,6 +34,9 @@ public enum EventTypeEnum [EnumMember(Value = "DELETED_LINKED_ACCOUNT")] DeletedLinkedAccount, + [EnumMember(Value = "DELETED_ALL_COMMON_MODELS_FOR_LINKED_ACCOUNT")] + DeletedAllCommonModelsForLinkedAccount, + [EnumMember(Value = "CREATED_DESTINATION")] CreatedDestination, diff --git a/src/Merge.Client/Hris/Types/Group.cs b/src/Merge.Client/Hris/Types/Group.cs index 1984e5a8..e18e9507 100644 --- a/src/Merge.Client/Hris/Types/Group.cs +++ b/src/Merge.Client/Hris/Types/Group.cs @@ -50,18 +50,18 @@ public record Group [JsonPropertyName("type")] public GroupTypeEnum? Type { get; set; } - /// - /// Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/). - /// - [JsonPropertyName("remote_was_deleted")] - public bool? RemoteWasDeleted { get; set; } - /// /// Indicates whether the Group refers to a team in the third party platform. Note that this is an opinionated view based on how Merge observes most organizations representing teams in each third party platform. If your customer uses a platform different from most, there is a chance this will not be correct. /// [JsonPropertyName("is_commonly_used_as_team")] public bool? IsCommonlyUsedAsTeam { get; set; } + /// + /// Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/). + /// + [JsonPropertyName("remote_was_deleted")] + public bool? RemoteWasDeleted { get; set; } + [JsonPropertyName("field_mappings")] public Dictionary? FieldMappings { get; set; } diff --git a/src/Merge.Client/Hris/Types/SyncStatusStatusEnum.cs b/src/Merge.Client/Hris/Types/LastSyncResultEnum.cs similarity index 82% rename from src/Merge.Client/Hris/Types/SyncStatusStatusEnum.cs rename to src/Merge.Client/Hris/Types/LastSyncResultEnum.cs index 0edcfce2..4d0f6e49 100644 --- a/src/Merge.Client/Hris/Types/SyncStatusStatusEnum.cs +++ b/src/Merge.Client/Hris/Types/LastSyncResultEnum.cs @@ -4,8 +4,8 @@ namespace Merge.Client.Hris; -[JsonConverter(typeof(EnumSerializer))] -public enum SyncStatusStatusEnum +[JsonConverter(typeof(EnumSerializer))] +public enum LastSyncResultEnum { [EnumMember(Value = "SYNCING")] Syncing, diff --git a/src/Merge.Client/Hris/Types/StatusFd5Enum.cs b/src/Merge.Client/Hris/Types/StatusFd5Enum.cs new file mode 100644 index 00000000..ec7d9f87 --- /dev/null +++ b/src/Merge.Client/Hris/Types/StatusFd5Enum.cs @@ -0,0 +1,27 @@ +using System.Runtime.Serialization; +using System.Text.Json.Serialization; +using Merge.Client.Core; + +namespace Merge.Client.Hris; + +[JsonConverter(typeof(EnumSerializer))] +public enum StatusFd5Enum +{ + [EnumMember(Value = "SYNCING")] + Syncing, + + [EnumMember(Value = "DONE")] + Done, + + [EnumMember(Value = "FAILED")] + Failed, + + [EnumMember(Value = "DISABLED")] + Disabled, + + [EnumMember(Value = "PAUSED")] + Paused, + + [EnumMember(Value = "PARTIALLY_SYNCED")] + PartiallySynced, +} diff --git a/src/Merge.Client/Hris/Types/SyncStatus.cs b/src/Merge.Client/Hris/Types/SyncStatus.cs index 073cfe2a..163fc4b1 100644 --- a/src/Merge.Client/Hris/Types/SyncStatus.cs +++ b/src/Merge.Client/Hris/Types/SyncStatus.cs @@ -17,8 +17,14 @@ public record SyncStatus [JsonPropertyName("next_sync_start")] public DateTime? NextSyncStart { get; set; } + [JsonPropertyName("last_sync_result")] + public LastSyncResultEnum? LastSyncResult { get; set; } + + [JsonPropertyName("last_sync_finished")] + public DateTime? LastSyncFinished { get; set; } + [JsonPropertyName("status")] - public required SyncStatusStatusEnum Status { get; set; } + public required StatusFd5Enum Status { get; set; } [JsonPropertyName("is_initial_sync")] public required bool IsInitialSync { get; set; } diff --git a/src/Merge.Client/Merge.Client.csproj b/src/Merge.Client/Merge.Client.csproj index e743f9cd..147c9ab4 100644 --- a/src/Merge.Client/Merge.Client.csproj +++ b/src/Merge.Client/Merge.Client.csproj @@ -6,7 +6,7 @@ enable 12 enable - 1.0.2 + 1.0.3 $(Version) $(Version) README.md diff --git a/src/Merge.Client/Merge.cs b/src/Merge.Client/Merge.cs index cb20f7b9..50b3cf7b 100644 --- a/src/Merge.Client/Merge.cs +++ b/src/Merge.Client/Merge.cs @@ -26,7 +26,7 @@ public Merge( { "X-Fern-Language", "C#" }, { "X-Fern-SDK-Name", "Merge.Client" }, { "X-Fern-SDK-Version", Version.Current }, - { "User-Agent", "Merge.Client/1.0.2" }, + { "User-Agent", "Merge.Client/1.0.3" }, } ); clientOptions ??= new ClientOptions(); diff --git a/src/Merge.Client/Ticketing/Accounts/AccountsClient.cs b/src/Merge.Client/Ticketing/Accounts/AccountsClient.cs index f8d38173..6ef06849 100644 --- a/src/Merge.Client/Ticketing/Accounts/AccountsClient.cs +++ b/src/Merge.Client/Ticketing/Accounts/AccountsClient.cs @@ -128,6 +128,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } var response = await _client .MakeRequestAsync( new RawClient.JsonApiRequest diff --git a/src/Merge.Client/Ticketing/Accounts/Requests/AccountsRetrieveRequest.cs b/src/Merge.Client/Ticketing/Accounts/Requests/AccountsRetrieveRequest.cs index e2b2ed48..6e73ee4f 100644 --- a/src/Merge.Client/Ticketing/Accounts/Requests/AccountsRetrieveRequest.cs +++ b/src/Merge.Client/Ticketing/Accounts/Requests/AccountsRetrieveRequest.cs @@ -9,6 +9,11 @@ public record AccountsRetrieveRequest /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Ticketing/Attachments/AttachmentsClient.cs b/src/Merge.Client/Ticketing/Attachments/AttachmentsClient.cs index a34b5901..fb5672be 100644 --- a/src/Merge.Client/Ticketing/Attachments/AttachmentsClient.cs +++ b/src/Merge.Client/Ticketing/Attachments/AttachmentsClient.cs @@ -210,6 +210,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } var response = await _client .MakeRequestAsync( new RawClient.JsonApiRequest @@ -250,7 +254,7 @@ public async System.Threading.Tasks.Task RetrieveAsync( /// /// await client.Ticketing.Attachments.DownloadRetrieveAsync( /// "string", - /// new AttachmentsDownloadRetrieveRequest { MimeType = "string" } + /// new AttachmentsDownloadRetrieveRequest { IncludeShellData = true, MimeType = "string" } /// ); /// /// @@ -262,6 +266,10 @@ public async System.Threading.Tasks.Task DownloadRetrieveAsync( ) { var _query = new Dictionary(); + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } if (request.MimeType != null) { _query["mime_type"] = request.MimeType; diff --git a/src/Merge.Client/Ticketing/Attachments/Requests/AttachmentsDownloadRetrieveRequest.cs b/src/Merge.Client/Ticketing/Attachments/Requests/AttachmentsDownloadRetrieveRequest.cs index 8f3160b4..57c7bbae 100644 --- a/src/Merge.Client/Ticketing/Attachments/Requests/AttachmentsDownloadRetrieveRequest.cs +++ b/src/Merge.Client/Ticketing/Attachments/Requests/AttachmentsDownloadRetrieveRequest.cs @@ -4,6 +4,11 @@ namespace Merge.Client.Ticketing; public record AttachmentsDownloadRetrieveRequest { + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + /// /// If provided, specifies the export format of the file to be downloaded. For information on supported export formats, please refer to our <a href='https://help.merge.dev/en/articles/8615316-file-export-and-download-specification' target='_blank'>export format help center article</a>. /// diff --git a/src/Merge.Client/Ticketing/Attachments/Requests/AttachmentsRetrieveRequest.cs b/src/Merge.Client/Ticketing/Attachments/Requests/AttachmentsRetrieveRequest.cs index 9dd26d15..f18cdefe 100644 --- a/src/Merge.Client/Ticketing/Attachments/Requests/AttachmentsRetrieveRequest.cs +++ b/src/Merge.Client/Ticketing/Attachments/Requests/AttachmentsRetrieveRequest.cs @@ -14,6 +14,11 @@ public record AttachmentsRetrieveRequest /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Ticketing/AuditTrail/Requests/AuditTrailListRequest.cs b/src/Merge.Client/Ticketing/AuditTrail/Requests/AuditTrailListRequest.cs index 147d4939..dba2cf3a 100644 --- a/src/Merge.Client/Ticketing/AuditTrail/Requests/AuditTrailListRequest.cs +++ b/src/Merge.Client/Ticketing/AuditTrail/Requests/AuditTrailListRequest.cs @@ -15,7 +15,7 @@ public record AuditTrailListRequest public string? EndDate { get; set; } /// - /// If included, will only include events with the given event type. Possible values include: `CREATED_REMOTE_PRODUCTION_API_KEY`, `DELETED_REMOTE_PRODUCTION_API_KEY`, `CREATED_TEST_API_KEY`, `DELETED_TEST_API_KEY`, `REGENERATED_PRODUCTION_API_KEY`, `INVITED_USER`, `TWO_FACTOR_AUTH_ENABLED`, `TWO_FACTOR_AUTH_DISABLED`, `DELETED_LINKED_ACCOUNT`, `CREATED_DESTINATION`, `DELETED_DESTINATION`, `CHANGED_DESTINATION`, `CHANGED_SCOPES`, `CHANGED_PERSONAL_INFORMATION`, `CHANGED_ORGANIZATION_SETTINGS`, `ENABLED_INTEGRATION`, `DISABLED_INTEGRATION`, `ENABLED_CATEGORY`, `DISABLED_CATEGORY`, `CHANGED_PASSWORD`, `RESET_PASSWORD`, `ENABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION`, `ENABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT`, `DISABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION`, `DISABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT`, `CREATED_INTEGRATION_WIDE_FIELD_MAPPING`, `CREATED_LINKED_ACCOUNT_FIELD_MAPPING`, `CHANGED_INTEGRATION_WIDE_FIELD_MAPPING`, `CHANGED_LINKED_ACCOUNT_FIELD_MAPPING`, `DELETED_INTEGRATION_WIDE_FIELD_MAPPING`, `DELETED_LINKED_ACCOUNT_FIELD_MAPPING`, `CREATED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE`, `CHANGED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE`, `DELETED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE`, `FORCED_LINKED_ACCOUNT_RESYNC`, `MUTED_ISSUE`, `GENERATED_MAGIC_LINK`, `ENABLED_MERGE_WEBHOOK`, `DISABLED_MERGE_WEBHOOK`, `MERGE_WEBHOOK_TARGET_CHANGED`, `END_USER_CREDENTIALS_ACCESSED` + /// If included, will only include events with the given event type. Possible values include: `CREATED_REMOTE_PRODUCTION_API_KEY`, `DELETED_REMOTE_PRODUCTION_API_KEY`, `CREATED_TEST_API_KEY`, `DELETED_TEST_API_KEY`, `REGENERATED_PRODUCTION_API_KEY`, `INVITED_USER`, `TWO_FACTOR_AUTH_ENABLED`, `TWO_FACTOR_AUTH_DISABLED`, `DELETED_LINKED_ACCOUNT`, `DELETED_ALL_COMMON_MODELS_FOR_LINKED_ACCOUNT`, `CREATED_DESTINATION`, `DELETED_DESTINATION`, `CHANGED_DESTINATION`, `CHANGED_SCOPES`, `CHANGED_PERSONAL_INFORMATION`, `CHANGED_ORGANIZATION_SETTINGS`, `ENABLED_INTEGRATION`, `DISABLED_INTEGRATION`, `ENABLED_CATEGORY`, `DISABLED_CATEGORY`, `CHANGED_PASSWORD`, `RESET_PASSWORD`, `ENABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION`, `ENABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT`, `DISABLED_REDACT_UNMAPPED_DATA_FOR_ORGANIZATION`, `DISABLED_REDACT_UNMAPPED_DATA_FOR_LINKED_ACCOUNT`, `CREATED_INTEGRATION_WIDE_FIELD_MAPPING`, `CREATED_LINKED_ACCOUNT_FIELD_MAPPING`, `CHANGED_INTEGRATION_WIDE_FIELD_MAPPING`, `CHANGED_LINKED_ACCOUNT_FIELD_MAPPING`, `DELETED_INTEGRATION_WIDE_FIELD_MAPPING`, `DELETED_LINKED_ACCOUNT_FIELD_MAPPING`, `CREATED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE`, `CHANGED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE`, `DELETED_LINKED_ACCOUNT_COMMON_MODEL_OVERRIDE`, `FORCED_LINKED_ACCOUNT_RESYNC`, `MUTED_ISSUE`, `GENERATED_MAGIC_LINK`, `ENABLED_MERGE_WEBHOOK`, `DISABLED_MERGE_WEBHOOK`, `MERGE_WEBHOOK_TARGET_CHANGED`, `END_USER_CREDENTIALS_ACCESSED` /// public string? EventType { get; set; } diff --git a/src/Merge.Client/Ticketing/Collections/CollectionsClient.cs b/src/Merge.Client/Ticketing/Collections/CollectionsClient.cs index c4ce3942..babf26cf 100644 --- a/src/Merge.Client/Ticketing/Collections/CollectionsClient.cs +++ b/src/Merge.Client/Ticketing/Collections/CollectionsClient.cs @@ -49,7 +49,7 @@ public async System.Threading.Tasks.Task ListAsync( } if (request.Expand != null) { - _query["expand"] = request.Expand.Value.Stringify(); + _query["expand"] = request.Expand.ToString(); } if (request.IncludeDeletedData != null) { @@ -128,6 +128,82 @@ public async System.Threading.Tasks.Task ListAsync( ); } + /// + /// Returns a list of `Viewer` objects that point to a User id or Team id that is either an assignee or viewer on a `Collection` with the given id. [Learn more.](https://help.merge.dev/en/articles/10333658-ticketing-access-control-list-acls) + /// + /// + /// + /// await client.Ticketing.Collections.ViewersListAsync( + /// "collection_id", + /// new CollectionsViewersListRequest() + /// ); + /// + /// + public async System.Threading.Tasks.Task ViewersListAsync( + string collectionId, + CollectionsViewersListRequest request, + RequestOptions? options = null, + CancellationToken cancellationToken = default + ) + { + var _query = new Dictionary(); + if (request.Cursor != null) + { + _query["cursor"] = request.Cursor; + } + if (request.Expand != null) + { + _query["expand"] = request.Expand.Value.Stringify(); + } + if (request.IncludeDeletedData != null) + { + _query["include_deleted_data"] = JsonUtils.Serialize(request.IncludeDeletedData.Value); + } + if (request.IncludeRemoteData != null) + { + _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); + } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } + if (request.PageSize != null) + { + _query["page_size"] = request.PageSize.Value.ToString(); + } + var response = await _client + .MakeRequestAsync( + new RawClient.JsonApiRequest + { + BaseUrl = _client.Options.BaseUrl, + Method = HttpMethod.Get, + Path = $"ticketing/v1/collections/{collectionId}/viewers", + Query = _query, + Options = options, + }, + cancellationToken + ) + .ConfigureAwait(false); + var responseBody = await response.Raw.Content.ReadAsStringAsync(); + if (response.StatusCode is >= 200 and < 400) + { + try + { + return JsonUtils.Deserialize(responseBody)!; + } + catch (JsonException e) + { + throw new MergeException("Failed to deserialize response", e); + } + } + + throw new MergeApiException( + $"Error with status code {response.StatusCode}", + response.StatusCode, + responseBody + ); + } + /// /// Returns a `Collection` object with the given `id`. /// @@ -146,12 +222,16 @@ public async System.Threading.Tasks.Task RetrieveAsync( var _query = new Dictionary(); if (request.Expand != null) { - _query["expand"] = request.Expand.Value.Stringify(); + _query["expand"] = request.Expand.ToString(); } if (request.IncludeRemoteData != null) { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } if (request.RemoteFields != null) { _query["remote_fields"] = request.RemoteFields.ToString(); diff --git a/src/Merge.Client/Ticketing/Collections/Requests/CollectionsListRequest.cs b/src/Merge.Client/Ticketing/Collections/Requests/CollectionsListRequest.cs index dc851568..f0479460 100644 --- a/src/Merge.Client/Ticketing/Collections/Requests/CollectionsListRequest.cs +++ b/src/Merge.Client/Ticketing/Collections/Requests/CollectionsListRequest.cs @@ -27,7 +27,7 @@ public record CollectionsListRequest /// /// Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces. /// - public CollectionsListRequestExpand? Expand { get; set; } + public string? Expand { get; set; } /// /// Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/). diff --git a/src/Merge.Client/Ticketing/Collections/Requests/CollectionsRetrieveRequest.cs b/src/Merge.Client/Ticketing/Collections/Requests/CollectionsRetrieveRequest.cs index 4320898a..f3fe515a 100644 --- a/src/Merge.Client/Ticketing/Collections/Requests/CollectionsRetrieveRequest.cs +++ b/src/Merge.Client/Ticketing/Collections/Requests/CollectionsRetrieveRequest.cs @@ -7,13 +7,18 @@ public record CollectionsRetrieveRequest /// /// Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces. /// - public CollectionsRetrieveRequestExpand? Expand { get; set; } + public string? Expand { get; set; } /// /// Whether to include the original data Merge fetched from the third-party to produce these models. /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + /// /// Deprecated. Use show_enum_origins. /// diff --git a/src/Merge.Client/Ticketing/Collections/Requests/CollectionsViewersListRequest.cs b/src/Merge.Client/Ticketing/Collections/Requests/CollectionsViewersListRequest.cs new file mode 100644 index 00000000..736ab677 --- /dev/null +++ b/src/Merge.Client/Ticketing/Collections/Requests/CollectionsViewersListRequest.cs @@ -0,0 +1,41 @@ +using Merge.Client.Core; + +namespace Merge.Client.Ticketing; + +public record CollectionsViewersListRequest +{ + /// + /// The pagination cursor value. + /// + public string? Cursor { get; set; } + + /// + /// Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces. + /// + public CollectionsViewersListRequestExpand? Expand { get; set; } + + /// + /// Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/). + /// + public bool? IncludeDeletedData { get; set; } + + /// + /// Whether to include the original data Merge fetched from the third-party to produce these models. + /// + public bool? IncludeRemoteData { get; set; } + + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + + /// + /// Number of results to return per page. + /// + public int? PageSize { get; set; } + + public override string ToString() + { + return JsonUtils.Serialize(this); + } +} diff --git a/src/Merge.Client/Ticketing/Collections/Types/CollectionsListRequestExpand.cs b/src/Merge.Client/Ticketing/Collections/Types/CollectionsListRequestExpand.cs deleted file mode 100644 index b3543755..00000000 --- a/src/Merge.Client/Ticketing/Collections/Types/CollectionsListRequestExpand.cs +++ /dev/null @@ -1,18 +0,0 @@ -using System.Runtime.Serialization; -using System.Text.Json.Serialization; -using Merge.Client.Core; - -namespace Merge.Client.Ticketing; - -[JsonConverter(typeof(EnumSerializer))] -public enum CollectionsListRequestExpand -{ - [EnumMember(Value = "parent_collection")] - ParentCollection, - - [EnumMember(Value = "teams")] - Teams, - - [EnumMember(Value = "teams,parent_collection")] - TeamsParentCollection, -} diff --git a/src/Merge.Client/Ticketing/Collections/Types/CollectionsRetrieveRequestExpand.cs b/src/Merge.Client/Ticketing/Collections/Types/CollectionsRetrieveRequestExpand.cs deleted file mode 100644 index d46d0f91..00000000 --- a/src/Merge.Client/Ticketing/Collections/Types/CollectionsRetrieveRequestExpand.cs +++ /dev/null @@ -1,18 +0,0 @@ -using System.Runtime.Serialization; -using System.Text.Json.Serialization; -using Merge.Client.Core; - -namespace Merge.Client.Ticketing; - -[JsonConverter(typeof(EnumSerializer))] -public enum CollectionsRetrieveRequestExpand -{ - [EnumMember(Value = "parent_collection")] - ParentCollection, - - [EnumMember(Value = "teams")] - Teams, - - [EnumMember(Value = "teams,parent_collection")] - TeamsParentCollection, -} diff --git a/src/Merge.Client/Ticketing/Collections/Types/CollectionsViewersListRequestExpand.cs b/src/Merge.Client/Ticketing/Collections/Types/CollectionsViewersListRequestExpand.cs new file mode 100644 index 00000000..aa167982 --- /dev/null +++ b/src/Merge.Client/Ticketing/Collections/Types/CollectionsViewersListRequestExpand.cs @@ -0,0 +1,18 @@ +using System.Runtime.Serialization; +using System.Text.Json.Serialization; +using Merge.Client.Core; + +namespace Merge.Client.Ticketing; + +[JsonConverter(typeof(EnumSerializer))] +public enum CollectionsViewersListRequestExpand +{ + [EnumMember(Value = "team")] + Team, + + [EnumMember(Value = "user")] + User, + + [EnumMember(Value = "user,team")] + UserTeam, +} diff --git a/src/Merge.Client/Ticketing/Comments/CommentsClient.cs b/src/Merge.Client/Ticketing/Comments/CommentsClient.cs index 89284858..ea58daff 100644 --- a/src/Merge.Client/Ticketing/Comments/CommentsClient.cs +++ b/src/Merge.Client/Ticketing/Comments/CommentsClient.cs @@ -207,6 +207,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } var response = await _client .MakeRequestAsync( new RawClient.JsonApiRequest diff --git a/src/Merge.Client/Ticketing/Comments/Requests/CommentsRetrieveRequest.cs b/src/Merge.Client/Ticketing/Comments/Requests/CommentsRetrieveRequest.cs index db9e8f7e..55f424bd 100644 --- a/src/Merge.Client/Ticketing/Comments/Requests/CommentsRetrieveRequest.cs +++ b/src/Merge.Client/Ticketing/Comments/Requests/CommentsRetrieveRequest.cs @@ -14,6 +14,11 @@ public record CommentsRetrieveRequest /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Ticketing/Contacts/ContactsClient.cs b/src/Merge.Client/Ticketing/Contacts/ContactsClient.cs index 6be67e1d..274a5ca1 100644 --- a/src/Merge.Client/Ticketing/Contacts/ContactsClient.cs +++ b/src/Merge.Client/Ticketing/Contacts/ContactsClient.cs @@ -197,6 +197,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } var response = await _client .MakeRequestAsync( new RawClient.JsonApiRequest diff --git a/src/Merge.Client/Ticketing/Contacts/Requests/ContactsRetrieveRequest.cs b/src/Merge.Client/Ticketing/Contacts/Requests/ContactsRetrieveRequest.cs index 0bb9dd43..0fb45a2b 100644 --- a/src/Merge.Client/Ticketing/Contacts/Requests/ContactsRetrieveRequest.cs +++ b/src/Merge.Client/Ticketing/Contacts/Requests/ContactsRetrieveRequest.cs @@ -14,6 +14,11 @@ public record ContactsRetrieveRequest /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Ticketing/ForceResync/ForceResyncClient.cs b/src/Merge.Client/Ticketing/ForceResync/ForceResyncClient.cs index c3347761..667ba0c6 100644 --- a/src/Merge.Client/Ticketing/ForceResync/ForceResyncClient.cs +++ b/src/Merge.Client/Ticketing/ForceResync/ForceResyncClient.cs @@ -15,7 +15,7 @@ internal ForceResyncClient(RawClient client) } /// - /// Force re-sync of all models. This is available for all organizations via the dashboard. Force re-sync is also available programmatically via API for monthly, quarterly, and highest sync frequency customers on the Professional or Enterprise plans. Doing so will consume a sync credit for the relevant linked account. + /// Force re-sync of all models. This endpoint is available for monthly, quarterly, and highest sync frequency customers on the Professional or Enterprise plans. Doing so will consume a sync credit for the relevant linked account. Force re-syncs can also be triggered manually in the Merge Dashboard and is available for all customers. /// /// /// diff --git a/src/Merge.Client/Ticketing/Projects/ProjectsClient.cs b/src/Merge.Client/Ticketing/Projects/ProjectsClient.cs index 62604365..1d456d8f 100644 --- a/src/Merge.Client/Ticketing/Projects/ProjectsClient.cs +++ b/src/Merge.Client/Ticketing/Projects/ProjectsClient.cs @@ -128,6 +128,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } var response = await _client .MakeRequestAsync( new RawClient.JsonApiRequest diff --git a/src/Merge.Client/Ticketing/Projects/Requests/ProjectsRetrieveRequest.cs b/src/Merge.Client/Ticketing/Projects/Requests/ProjectsRetrieveRequest.cs index 71def03b..daad71c3 100644 --- a/src/Merge.Client/Ticketing/Projects/Requests/ProjectsRetrieveRequest.cs +++ b/src/Merge.Client/Ticketing/Projects/Requests/ProjectsRetrieveRequest.cs @@ -9,6 +9,11 @@ public record ProjectsRetrieveRequest /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Ticketing/Roles/Requests/RolesRetrieveRequest.cs b/src/Merge.Client/Ticketing/Roles/Requests/RolesRetrieveRequest.cs index e21add99..73818fb2 100644 --- a/src/Merge.Client/Ticketing/Roles/Requests/RolesRetrieveRequest.cs +++ b/src/Merge.Client/Ticketing/Roles/Requests/RolesRetrieveRequest.cs @@ -9,6 +9,11 @@ public record RolesRetrieveRequest /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Ticketing/Roles/RolesClient.cs b/src/Merge.Client/Ticketing/Roles/RolesClient.cs index 376d6750..c9bad677 100644 --- a/src/Merge.Client/Ticketing/Roles/RolesClient.cs +++ b/src/Merge.Client/Ticketing/Roles/RolesClient.cs @@ -128,6 +128,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } var response = await _client .MakeRequestAsync( new RawClient.JsonApiRequest diff --git a/src/Merge.Client/Ticketing/SyncStatus/SyncStatusClient.cs b/src/Merge.Client/Ticketing/SyncStatus/SyncStatusClient.cs index c83f282e..293dd261 100644 --- a/src/Merge.Client/Ticketing/SyncStatus/SyncStatusClient.cs +++ b/src/Merge.Client/Ticketing/SyncStatus/SyncStatusClient.cs @@ -15,7 +15,7 @@ internal SyncStatusClient(RawClient client) } /// - /// Get syncing status. Possible values: `DISABLED`, `DONE`, `FAILED`, `PARTIALLY_SYNCED`, `PAUSED`, `SYNCING`. Learn more about sync status in our [Help Center](https://help.merge.dev/en/articles/8184193-merge-sync-statuses). + /// Get sync status for the current sync and the most recently finished sync. `last_sync_start` represents the most recent time any sync began. `last_sync_finished` represents the most recent time any sync completed. These timestamps may correspond to different sync instances which may result in a sync start time being later than a separate sync completed time. To ensure you are retrieving the latest available data reference the `last_sync_finished` timestamp where `last_sync_result` is `DONE`. Possible values for `status` and `last_sync_result` are `DISABLED`, `DONE`, `FAILED`, `PARTIALLY_SYNCED`, `PAUSED`, `SYNCING`. Learn more about sync status in our [Help Center](https://help.merge.dev/en/articles/8184193-merge-sync-statuses). /// /// /// diff --git a/src/Merge.Client/Ticketing/Tags/Requests/TagsRetrieveRequest.cs b/src/Merge.Client/Ticketing/Tags/Requests/TagsRetrieveRequest.cs index d6d556b7..88b98216 100644 --- a/src/Merge.Client/Ticketing/Tags/Requests/TagsRetrieveRequest.cs +++ b/src/Merge.Client/Ticketing/Tags/Requests/TagsRetrieveRequest.cs @@ -9,6 +9,11 @@ public record TagsRetrieveRequest /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Ticketing/Tags/TagsClient.cs b/src/Merge.Client/Ticketing/Tags/TagsClient.cs index d38267b5..4399092c 100644 --- a/src/Merge.Client/Ticketing/Tags/TagsClient.cs +++ b/src/Merge.Client/Ticketing/Tags/TagsClient.cs @@ -128,6 +128,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } var response = await _client .MakeRequestAsync( new RawClient.JsonApiRequest diff --git a/src/Merge.Client/Ticketing/Teams/Requests/TeamsRetrieveRequest.cs b/src/Merge.Client/Ticketing/Teams/Requests/TeamsRetrieveRequest.cs index c1b169a0..12f16164 100644 --- a/src/Merge.Client/Ticketing/Teams/Requests/TeamsRetrieveRequest.cs +++ b/src/Merge.Client/Ticketing/Teams/Requests/TeamsRetrieveRequest.cs @@ -9,6 +9,11 @@ public record TeamsRetrieveRequest /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Ticketing/Teams/TeamsClient.cs b/src/Merge.Client/Ticketing/Teams/TeamsClient.cs index 77500893..7c148d6e 100644 --- a/src/Merge.Client/Ticketing/Teams/TeamsClient.cs +++ b/src/Merge.Client/Ticketing/Teams/TeamsClient.cs @@ -128,6 +128,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } var response = await _client .MakeRequestAsync( new RawClient.JsonApiRequest diff --git a/src/Merge.Client/Ticketing/Tickets/Requests/TicketsRemoteFieldClassesListRequest.cs b/src/Merge.Client/Ticketing/Tickets/Requests/TicketsRemoteFieldClassesListRequest.cs index 5e153419..138da14e 100644 --- a/src/Merge.Client/Ticketing/Tickets/Requests/TicketsRemoteFieldClassesListRequest.cs +++ b/src/Merge.Client/Ticketing/Tickets/Requests/TicketsRemoteFieldClassesListRequest.cs @@ -9,6 +9,11 @@ public record TicketsRemoteFieldClassesListRequest /// public string? Cursor { get; set; } + /// + /// If provided, will only return remote field classes with the `ids` in this list + /// + public string? Ids { get; set; } + /// /// Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/). /// diff --git a/src/Merge.Client/Ticketing/Tickets/Requests/TicketsRetrieveRequest.cs b/src/Merge.Client/Ticketing/Tickets/Requests/TicketsRetrieveRequest.cs index 3fc409a1..d5883135 100644 --- a/src/Merge.Client/Ticketing/Tickets/Requests/TicketsRetrieveRequest.cs +++ b/src/Merge.Client/Ticketing/Tickets/Requests/TicketsRetrieveRequest.cs @@ -19,6 +19,11 @@ public record TicketsRetrieveRequest /// public bool? IncludeRemoteFields { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + /// /// Deprecated. Use show_enum_origins. /// diff --git a/src/Merge.Client/Ticketing/Tickets/TicketsClient.cs b/src/Merge.Client/Ticketing/Tickets/TicketsClient.cs index dd18a23f..53f78d7d 100644 --- a/src/Merge.Client/Ticketing/Tickets/TicketsClient.cs +++ b/src/Merge.Client/Ticketing/Tickets/TicketsClient.cs @@ -301,6 +301,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( request.IncludeRemoteFields.Value ); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } if (request.RemoteFields != null) { _query["remote_fields"] = request.RemoteFields.Value.Stringify(); @@ -406,7 +410,7 @@ public async System.Threading.Tasks.Task PartialUpdateAsync( } /// - /// Returns a list of `Viewer` objects. + /// Returns a list of `Viewer` objects that point to a User id or Team id that is either an assignee or viewer on a `Ticket` with the given id. [Learn more.](https://help.merge.dev/en/articles/10333658-ticketing-access-control-list-acls) /// /// /// @@ -590,6 +594,10 @@ public async System.Threading.Tasks.Task RemoteFi { _query["cursor"] = request.Cursor; } + if (request.Ids != null) + { + _query["ids"] = request.Ids; + } if (request.IncludeDeletedData != null) { _query["include_deleted_data"] = JsonUtils.Serialize(request.IncludeDeletedData.Value); diff --git a/src/Merge.Client/Ticketing/Types/AccountToken.cs b/src/Merge.Client/Ticketing/Types/AccountToken.cs index c092d6a4..a09e3947 100644 --- a/src/Merge.Client/Ticketing/Types/AccountToken.cs +++ b/src/Merge.Client/Ticketing/Types/AccountToken.cs @@ -11,6 +11,9 @@ public record AccountToken [JsonPropertyName("integration")] public required AccountIntegration Integration { get; set; } + [JsonPropertyName("id")] + public required string Id { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Ticketing/Types/AuditLogEvent.cs b/src/Merge.Client/Ticketing/Types/AuditLogEvent.cs index 3e807532..6f74a8e5 100644 --- a/src/Merge.Client/Ticketing/Types/AuditLogEvent.cs +++ b/src/Merge.Client/Ticketing/Types/AuditLogEvent.cs @@ -48,6 +48,7 @@ public record AuditLogEvent /// - `TWO_FACTOR_AUTH_ENABLED` - TWO_FACTOR_AUTH_ENABLED /// - `TWO_FACTOR_AUTH_DISABLED` - TWO_FACTOR_AUTH_DISABLED /// - `DELETED_LINKED_ACCOUNT` - DELETED_LINKED_ACCOUNT + /// - `DELETED_ALL_COMMON_MODELS_FOR_LINKED_ACCOUNT` - DELETED_ALL_COMMON_MODELS_FOR_LINKED_ACCOUNT /// - `CREATED_DESTINATION` - CREATED_DESTINATION /// - `DELETED_DESTINATION` - DELETED_DESTINATION /// - `CHANGED_DESTINATION` - CHANGED_DESTINATION diff --git a/src/Merge.Client/Ticketing/Types/Collection.cs b/src/Merge.Client/Ticketing/Types/Collection.cs index d255a862..9e384155 100644 --- a/src/Merge.Client/Ticketing/Types/Collection.cs +++ b/src/Merge.Client/Ticketing/Types/Collection.cs @@ -54,9 +54,6 @@ public record Collection [JsonPropertyName("parent_collection")] public OneOf? ParentCollection { get; set; } - [JsonPropertyName("teams")] - public IEnumerable>? Teams { get; set; } - /// /// Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/). /// diff --git a/src/Merge.Client/Ticketing/Types/EventTypeEnum.cs b/src/Merge.Client/Ticketing/Types/EventTypeEnum.cs index bb34170b..e0dddf8c 100644 --- a/src/Merge.Client/Ticketing/Types/EventTypeEnum.cs +++ b/src/Merge.Client/Ticketing/Types/EventTypeEnum.cs @@ -34,6 +34,9 @@ public enum EventTypeEnum [EnumMember(Value = "DELETED_LINKED_ACCOUNT")] DeletedLinkedAccount, + [EnumMember(Value = "DELETED_ALL_COMMON_MODELS_FOR_LINKED_ACCOUNT")] + DeletedAllCommonModelsForLinkedAccount, + [EnumMember(Value = "CREATED_DESTINATION")] CreatedDestination, diff --git a/src/Merge.Client/Ticketing/Types/SyncStatusStatusEnum.cs b/src/Merge.Client/Ticketing/Types/LastSyncResultEnum.cs similarity index 82% rename from src/Merge.Client/Ticketing/Types/SyncStatusStatusEnum.cs rename to src/Merge.Client/Ticketing/Types/LastSyncResultEnum.cs index d6132241..f9c9690c 100644 --- a/src/Merge.Client/Ticketing/Types/SyncStatusStatusEnum.cs +++ b/src/Merge.Client/Ticketing/Types/LastSyncResultEnum.cs @@ -4,8 +4,8 @@ namespace Merge.Client.Ticketing; -[JsonConverter(typeof(EnumSerializer))] -public enum SyncStatusStatusEnum +[JsonConverter(typeof(EnumSerializer))] +public enum LastSyncResultEnum { [EnumMember(Value = "SYNCING")] Syncing, diff --git a/src/Merge.Client/Ticketing/Types/PatchedTicketRequest.cs b/src/Merge.Client/Ticketing/Types/PatchedTicketRequest.cs index 256c2b0a..e81efd53 100644 --- a/src/Merge.Client/Ticketing/Types/PatchedTicketRequest.cs +++ b/src/Merge.Client/Ticketing/Types/PatchedTicketRequest.cs @@ -12,13 +12,13 @@ public record PatchedTicketRequest public string? Name { get; set; } /// - /// The individual `Users` who are assigned to this ticket. This does not include `Users` who just have view access to this ticket. + /// The individual `Users` who are assigned to this ticket. This does not include `Users` who just have view access to this ticket. To fetch all `Users` and `Teams` that can access the ticket, use the `GET /tickets/{ticket_id}/viewers` [endpoint](https://docs.merge.dev/ticketing/tickets/#tickets_viewers_list). /// [JsonPropertyName("assignees")] public IEnumerable? Assignees { get; set; } /// - /// The `Teams` that are assigned to this ticket. This does not include `Teams` who just have view access to this ticket. + /// The `Teams` that are assigned to this ticket. This does not include `Teams` who just have view access to this ticket. To fetch all `Users` and `Teams` that can access this ticket, use the `GET /tickets/{ticket_id}/viewers` [endpoint](https://docs.merge.dev/ticketing/tickets/#tickets_viewers_list). /// [JsonPropertyName("assigned_teams")] public IEnumerable? AssignedTeams { get; set; } diff --git a/src/Merge.Client/Ticketing/Types/RemoteField.cs b/src/Merge.Client/Ticketing/Types/RemoteField.cs index 9611ba5c..7895af67 100644 --- a/src/Merge.Client/Ticketing/Types/RemoteField.cs +++ b/src/Merge.Client/Ticketing/Types/RemoteField.cs @@ -10,7 +10,7 @@ public record RemoteField public required OneOf RemoteFieldClass { get; set; } [JsonPropertyName("value")] - public Dictionary? Value { get; set; } + public object? Value { get; set; } public override string ToString() { diff --git a/src/Merge.Client/Ticketing/Types/StatusFd5Enum.cs b/src/Merge.Client/Ticketing/Types/StatusFd5Enum.cs new file mode 100644 index 00000000..34b5d27d --- /dev/null +++ b/src/Merge.Client/Ticketing/Types/StatusFd5Enum.cs @@ -0,0 +1,27 @@ +using System.Runtime.Serialization; +using System.Text.Json.Serialization; +using Merge.Client.Core; + +namespace Merge.Client.Ticketing; + +[JsonConverter(typeof(EnumSerializer))] +public enum StatusFd5Enum +{ + [EnumMember(Value = "SYNCING")] + Syncing, + + [EnumMember(Value = "DONE")] + Done, + + [EnumMember(Value = "FAILED")] + Failed, + + [EnumMember(Value = "DISABLED")] + Disabled, + + [EnumMember(Value = "PAUSED")] + Paused, + + [EnumMember(Value = "PARTIALLY_SYNCED")] + PartiallySynced, +} diff --git a/src/Merge.Client/Ticketing/Types/SyncStatus.cs b/src/Merge.Client/Ticketing/Types/SyncStatus.cs index 09b4edc9..abdb2139 100644 --- a/src/Merge.Client/Ticketing/Types/SyncStatus.cs +++ b/src/Merge.Client/Ticketing/Types/SyncStatus.cs @@ -17,8 +17,14 @@ public record SyncStatus [JsonPropertyName("next_sync_start")] public DateTime? NextSyncStart { get; set; } + [JsonPropertyName("last_sync_result")] + public LastSyncResultEnum? LastSyncResult { get; set; } + + [JsonPropertyName("last_sync_finished")] + public DateTime? LastSyncFinished { get; set; } + [JsonPropertyName("status")] - public required SyncStatusStatusEnum Status { get; set; } + public required StatusFd5Enum Status { get; set; } [JsonPropertyName("is_initial_sync")] public required bool IsInitialSync { get; set; } diff --git a/src/Merge.Client/Ticketing/Types/Ticket.cs b/src/Merge.Client/Ticketing/Types/Ticket.cs index f3250045..3978f800 100644 --- a/src/Merge.Client/Ticketing/Types/Ticket.cs +++ b/src/Merge.Client/Ticketing/Types/Ticket.cs @@ -34,13 +34,13 @@ public record Ticket public string? Name { get; set; } /// - /// The individual `Users` who are assigned to this ticket. This does not include `Users` who just have view access to this ticket. + /// The individual `Users` who are assigned to this ticket. This does not include `Users` who just have view access to this ticket. To fetch all `Users` and `Teams` that can access the ticket, use the `GET /tickets/{ticket_id}/viewers` [endpoint](https://docs.merge.dev/ticketing/tickets/#tickets_viewers_list). /// [JsonPropertyName("assignees")] public IEnumerable>? Assignees { get; set; } /// - /// The `Teams` that are assigned to this ticket. This does not include `Teams` who just have view access to this ticket. + /// The `Teams` that are assigned to this ticket. This does not include `Teams` who just have view access to this ticket. To fetch all `Users` and `Teams` that can access this ticket, use the `GET /tickets/{ticket_id}/viewers` [endpoint](https://docs.merge.dev/ticketing/tickets/#tickets_viewers_list). /// [JsonPropertyName("assigned_teams")] public IEnumerable>? AssignedTeams { get; set; } diff --git a/src/Merge.Client/Ticketing/Types/TicketRequest.cs b/src/Merge.Client/Ticketing/Types/TicketRequest.cs index f49af52a..d2975591 100644 --- a/src/Merge.Client/Ticketing/Types/TicketRequest.cs +++ b/src/Merge.Client/Ticketing/Types/TicketRequest.cs @@ -13,13 +13,13 @@ public record TicketRequest public string? Name { get; set; } /// - /// The individual `Users` who are assigned to this ticket. This does not include `Users` who just have view access to this ticket. + /// The individual `Users` who are assigned to this ticket. This does not include `Users` who just have view access to this ticket. To fetch all `Users` and `Teams` that can access the ticket, use the `GET /tickets/{ticket_id}/viewers` [endpoint](https://docs.merge.dev/ticketing/tickets/#tickets_viewers_list). /// [JsonPropertyName("assignees")] public IEnumerable>? Assignees { get; set; } /// - /// The `Teams` that are assigned to this ticket. This does not include `Teams` who just have view access to this ticket. + /// The `Teams` that are assigned to this ticket. This does not include `Teams` who just have view access to this ticket. To fetch all `Users` and `Teams` that can access this ticket, use the `GET /tickets/{ticket_id}/viewers` [endpoint](https://docs.merge.dev/ticketing/tickets/#tickets_viewers_list). /// [JsonPropertyName("assigned_teams")] public IEnumerable>? AssignedTeams { get; set; } diff --git a/src/Merge.Client/Ticketing/Users/Requests/UsersListRequest.cs b/src/Merge.Client/Ticketing/Users/Requests/UsersListRequest.cs index f8414a85..e1245b1a 100644 --- a/src/Merge.Client/Ticketing/Users/Requests/UsersListRequest.cs +++ b/src/Merge.Client/Ticketing/Users/Requests/UsersListRequest.cs @@ -64,6 +64,11 @@ public record UsersListRequest /// public string? RemoteId { get; set; } + /// + /// If provided, will only return users matching in this team. + /// + public string? Team { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Ticketing/Users/Requests/UsersRetrieveRequest.cs b/src/Merge.Client/Ticketing/Users/Requests/UsersRetrieveRequest.cs index 5d1efb37..b571642d 100644 --- a/src/Merge.Client/Ticketing/Users/Requests/UsersRetrieveRequest.cs +++ b/src/Merge.Client/Ticketing/Users/Requests/UsersRetrieveRequest.cs @@ -14,6 +14,11 @@ public record UsersRetrieveRequest /// public bool? IncludeRemoteData { get; set; } + /// + /// Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null). + /// + public bool? IncludeShellData { get; set; } + public override string ToString() { return JsonUtils.Serialize(this); diff --git a/src/Merge.Client/Ticketing/Users/UsersClient.cs b/src/Merge.Client/Ticketing/Users/UsersClient.cs index 3d131bef..ba150c45 100644 --- a/src/Merge.Client/Ticketing/Users/UsersClient.cs +++ b/src/Merge.Client/Ticketing/Users/UsersClient.cs @@ -83,6 +83,10 @@ public async System.Threading.Tasks.Task ListAsync( { _query["remote_id"] = request.RemoteId; } + if (request.Team != null) + { + _query["team"] = request.Team; + } var response = await _client .MakeRequestAsync( new RawClient.JsonApiRequest @@ -140,6 +144,10 @@ public async System.Threading.Tasks.Task RetrieveAsync( { _query["include_remote_data"] = JsonUtils.Serialize(request.IncludeRemoteData.Value); } + if (request.IncludeShellData != null) + { + _query["include_shell_data"] = JsonUtils.Serialize(request.IncludeShellData.Value); + } var response = await _client .MakeRequestAsync( new RawClient.JsonApiRequest