Search Results for

    Show / Hide Table of Contents

    Interface IVatIdService

    An interface for VatIdService.

    Inherited Members
    IVatIdRepository.SessionLogin()
    IVatIdRepository.SessionLogout()
    IVatIdRepository.RequestVatId(String)
    IVatIdRepository.DataboxGet()
    IVatIdRepository.DataboxEntry()
    IVatIdRepository.CheckVatIdEuAsync(String)
    Namespace: Simplic.Contact
    Assembly: Simplic.Contact.dll
    Syntax
    public interface IVatIdService : IVatIdRepository

    Methods

    | Improve this Doc View Source

    CheckVatIdAsync(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.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx