fferpcore.ElectronicInvoicingConnectionServiceglobal with sharing class ElectronicInvoicingConnectionService Common functionality available for reading and saving E-Invoicing connection settings. Methods
saveStorecoveSettingsglobal static fferpcore.ElectronicInvoicingConnectionService.SaveStorecoveSettingsResponse saveStorecoveSettings(fferpcore.ElectronicInvoicingConnectionService.StorecoveConnectionSettings settings) Saves the given Storecove connection settings. If the API Key is not set, the existing API Key is not overwritten. If the Enable Sending flag is true, the given settings are also tested externally for validity. Return ValueResponse relating to the attempt to save. The response will be marked as unsuccessful if: readStorecoveSettingsglobal static fferpcore.ElectronicInvoicingConnectionService.ReadStorecoveSettingsResponse readStorecoveSettings() Retrieves the current Storecove connection settings. Return ValueResponse containing a Storecove connection settings DTO excluding the API key. The response will be marked as unsuccessful if: fferpcore.ElectronicInvoicingConnectionService.StorecoveConnectionSettingsglobal with sharing class StorecoveConnectionSettings Represents the Storecove connection settings used during Electronic Invoicing. Properties
MethodsStorecoveConnectionSettingsglobal StorecoveConnectionSettings() Constructs a new settings object that is disabled by default. fferpcore.ElectronicInvoicingConnectionService.SaveStorecoveSettingsResponseglobal with sharing class SaveStorecoveSettingsResponse extends Response Data concerning an attempt to save Storecove connection settings. This class extends fferpcore.ElectronicInvoicingConnectionService.Response Properties
fferpcore.ElectronicInvoicingConnectionService.ReadStorecoveSettingsResponseglobal with sharing class ReadStorecoveSettingsResponse extends Response Data concerning an attempt to read Storecove connection settings. This class extends fferpcore.ElectronicInvoicingConnectionService.Response Properties
fferpcore.ElectronicInvoicingConnectionService.Responseglobal virtual with sharing class Response Data relating to responses of the Electronic Invoicing Connection Service. Properties
|