Search Results for

    Show / Hide Table of Contents

    Class Order

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

    Properties

    AdditionalInput

    Object containing additional input on the order

    Declaration
    public AdditionalOrderInput AdditionalInput { get; set; }
    Property Value
    Type Description
    AdditionalOrderInput

    AmountOfMoney

    Object containing amount and ISO currency code attributes

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

    Customer

    Object containing the details of the customer

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

    Items

    Shopping cart data

    Declaration
    [Obsolete("Use shoppingCart.items instead")]
    public IList<LineItem> Items { get; set; }
    Property Value
    Type Description
    IList<LineItem>

    References

    Object that holds all reference properties that are linked to this transaction

    Declaration
    public OrderReferences References { get; set; }
    Property Value
    Type Description
    OrderReferences

    Seller

    Object containing seller details

    Declaration
    [Obsolete("Use Merchant.seller instead")]
    public Seller Seller { get; set; }
    Property Value
    Type Description
    Seller

    Shipping

    Object containing information regarding shipping / delivery

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

    ShoppingCart

    Shopping cart data, including items and specific amounts.

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