ffbc.BillingDocumentArchivingServiceglobal with sharing class BillingDocumentArchivingService This class provides services deleting billing documents which have been archived by Accounting. MethodsprocessArchivedBillingDocumentsglobal static ffbc.BillingDocumentArchivingService.Response processArchivedBillingDocuments(ffbc.BillingDocumentArchivingService.Configuration config) This method runs the batches required to delete billing documents which are waiting to be deleted after having been marked as archived by Accounting. Input Parameters
Exceptions Thrown
Return ValueA BillingDocumentArchivingService.Response object which in the future might contain information about the process that has been run. ffbc.BillingDocumentArchivingService.Configurationglobal with sharing class Configuration ffbc.BillingDocumentArchivingService.Configuration for the billing document archiving process. This currently has no properties but is included to allow the API to be extended in the future. MethodsConfigurationglobal Configuration() ffbc.BillingDocumentArchivingService.Responseglobal with sharing class Response ffbc.BillingDocumentArchivingService.Response from the billing document archiving process. This currently has no properties but is included to allow the API to be extended in the future. MethodsResponseglobal Response() |