fferpcore.EInvoiceAutoSendglobal with sharing class EInvoiceAutoSend Interfaces and data structures used to automatically send documents (Invoice/Credit Note) as an electronic invoice and automatically notifying the updates of received documents(Invoice/Credit Note). MethodsEInvoiceAutoSendglobal EInvoiceAutoSend() fferpcore.EInvoiceAutoSend.IEInvoiceAutoSendServiceglobal interface IEInvoiceAutoSendService To be implemented by systems that care about automatic sending of documents(Invoice/Credit Note) as electronic invoices. MethodsautoSendDocumentsAutoSendResponse autoSendDocuments() This will be called by the Scheduler service to trigger automatic sending of documents(Invoice/Credit Note) as electronic invoices. fferpcore.EInvoiceAutoSend.IEInvoiceNotificationServiceglobal interface IEInvoiceNotificationService To be implemented by systems that care about notifying the updates of received documents(Invoice/Credit Note). MethodsnotifyReceivedDocumentsUpdateAutoSendResponse notifyReceivedDocumentsUpdate() This will be called by the Scheduler service to trigger notification for the updates on received documents(Invoice/Credit Note). fferpcore.EInvoiceAutoSend.AutoSendResponseglobal with sharing class AutoSendResponse Response to a request to the Properties
|