c2g.BillingDocumentCompletionPublicationglobal with sharing class BillingDocumentCompletionPublication extends fferpcore.PublicationDescriber This class is responsible for sending the response message for the completion process. If there is an error on the billing document a list of errors is given for that billing document and the status is set to failed. If it has succeeded it will set the process status to successful. Methods
BillingDocumentCompletionPublicationglobal BillingDocumentCompletionPublication() describeglobal override fferpcore.MessageDescription describe() This method returns an fferpcore.MessageDescription which contains information about a Billing Document. The message contains this information: Return ValueA fferpcore.MessageDescription with information about a single Billing Document. |