CustomerService Class
Service för import av kunder och kundfakturor samt export av kunder och betaldatum för kundfakturor. Notera: Denna service är endast möjlig att tillämpa så länge kundfakturering används i 3L Pro. Den är inte tillämplig för Vitec Ekonomi eller Vitec Projektekonomi. Den är inte heller tillämplig för Vitec Hyra
Namespace: Vitec.Ekonomi.Services.CustomerAssembly: VitecEkonomiServices (in VitecEkonomiServices.dll) Version: 100.0.0.0 (100.0.0.0)
public class CustomerService : ServiceBase,
ICustomerService
Public Class CustomerService
Inherits ServiceBase
Implements ICustomerService
Vitec.Ekonomi.Services.Customer.CustomerService = function();
Type.createClass(
'Vitec.Ekonomi.Services.Customer.CustomerService',
Vitec.Ekonomi.Services.ServiceBase,
Vitec.Ekonomi.Services.Customer.ICustomerService);
- Inheritance
- Object ServiceBase CustomerService
- Implements
- ICustomerService