Search Results for

    Show / Hide Table of Contents

    Class OrderInvoiceData

    Inheritance
    object
    OrderInvoiceData
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Ingenico.Connect.Sdk.Domain.Payment.Definitions
    Assembly: connect-sdk-dotnet.dll
    Syntax
    public class OrderInvoiceData

    Properties

    AdditionalData

    Additional data for printed invoices

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

    InvoiceDate

    Date and time on invoice
    Format: YYYYMMDDHH24MISS

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

    InvoiceNumber

    Your invoice number (on printed invoice) that is also returned in our report files

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

    TextQualifiers

    Array of 3 text qualifiers, each with a max length of 10 characters

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