Search Results for

    Show / Hide Table of Contents

    Class CompanyInformation

    Inheritance
    object
    CompanyInformation
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Worldline.Connect.Sdk.V1.Domain
    Assembly: Worldline.Connect.Sdk.dll
    Syntax
    public class CompanyInformation

    Properties

    DateOfIncorporation

    The date of incorporation is the specific date when the company was registered with the relevant authority.
    Format: YYYYMMDD

    Declaration
    public string DateOfIncorporation { get; set; }
    Property Value
    Type Description
    string

    Name

    Name of company, as a customer

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string

    VatNumber

    Local VAT number of the company

    Declaration
    public string VatNumber { get; set; }
    Property Value
    Type Description
    string
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.