Class Order
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Payment.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class OrderProperties
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 |