Class Level3SummaryData
Inherited Members
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? |