Search Results for

    Show / Hide Table of Contents

    Class Level3SummaryData

    Inheritance
    object
    Level3SummaryData
    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
    [Obsolete("Use ShoppingCart.amountBreakdown instead")]
    public class Level3SummaryData

    Properties

    DiscountAmount

    Discount on the entire transaction, with the last 2 digits are implied decimal places

    Declaration
    [Obsolete("Use ShoppingCart.amountBreakdown with type DISCOUNT instead")]
    public long? DiscountAmount { get; set; }
    Property Value
    Type Description
    long?

    DutyAmount

    Duty on the entire transaction, with the last 2 digits are implied decimal places

    Declaration
    [Obsolete("Use ShoppingCart.amountBreakdown with type DUTY instead")]
    public long? DutyAmount { get; set; }
    Property Value
    Type Description
    long?

    ShippingAmount

    Shippingcost on the entire transaction, with the last 2 digits are implied decimal places

    Declaration
    [Obsolete("Use ShoppingCart.amountBreakdown with type SHIPPING instead")]
    public long? ShippingAmount { get; set; }
    Property Value
    Type Description
    long?
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.