Search Results for

    Show / Hide Table of Contents

    Class LineItemInvoiceData

    Inheritance
    object
    LineItemInvoiceData
    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 LineItemInvoiceData

    Properties

    Description

    Shopping cart item description

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

    MerchantLinenumber

    Line number for printed invoice or order of items in the cart
    Should be a numeric string

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

    MerchantPagenumber

    Page number for printed invoice
    Should be a numeric string

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

    NrOfItems

    Quantity of the item

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

    PricePerItem

    Price per item

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