Interface IVatIdService
An interface for VatIdService.
Inherited Members
Namespace: Simplic.Contact
Assembly: Simplic.Contact.dll
Syntax
public interface IVatIdService : IVatIdRepository
Methods
| Improve this Doc View SourceCheckVatIdAsync(String, Nullable<Int64>)
Check the vat-id from austria or eu.
Declaration
Task<VatIdLog> CheckVatIdAsync(string vatId, long? contactId)
Parameters
Type | Name | Description |
---|---|---|
System.String | vatId | The vat-id to check. |
System.Nullable<System.Int64> | contactId | The contact-id. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<VatIdLog> | A message and valid or not. |