Class AdditionalOrderInput
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Payment.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class AdditionalOrderInput
Properties
AccountFundingRecipient
Object containing specific data regarding the recipient of an account funding transaction
Declaration
public AccountFundingRecipient AccountFundingRecipient { get; set; }
Property Value
| Type | Description |
|---|---|
| AccountFundingRecipient |
AirlineData
Object that holds airline specific data
Declaration
public AirlineData AirlineData { get; set; }
Property Value
| Type | Description |
|---|---|
| AirlineData |
Installments
Object containing data related to installments which can be used for card payments and only with some acquirers. In case you send in the details of this object, only the combination of card products and acquirers that do support installments will be shown on the MyCheckout hosted payment pages.
Declaration
public Installments Installments { get; set; }
Property Value
| Type | Description |
|---|---|
| Installments |
Level3SummaryData
Object that holds Level3 summary data
Declaration
[Obsolete("Use Order.shoppingCart.amountBreakdown instead")]
public Level3SummaryData Level3SummaryData { get; set; }
Property Value
| Type | Description |
|---|---|
| Level3SummaryData |
LoanRecipient
Object containing specific data regarding the recipient of a loan in the UK
Declaration
[Obsolete("No replacement")]
public LoanRecipient LoanRecipient { get; set; }
Property Value
| Type | Description |
|---|---|
| LoanRecipient |
LodgingData
Object that holds lodging specific data
Declaration
public LodgingData LodgingData { get; set; }
Property Value
| Type | Description |
|---|---|
| LodgingData |
NumberOfInstallments
The number of installments in which this transaction will be paid, which can be used for card payments. Only used with some acquirers. In case you send in the details of this object, only the combination of card products and acquirers that do support installments will be shown on the MyCheckout hosted payment pages.
Declaration
[Obsolete("Use installments.numberOfInstallments instead")]
public long? NumberOfInstallments { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
OrderDate
Date and time of order
Format: YYYYMMDDHH24MISS
Declaration
public string OrderDate { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TypeInformation
Object that holds the purchase and usage type indicators
Declaration
public OrderTypeInformation TypeInformation { get; set; }
Property Value
| Type | Description |
|---|---|
| OrderTypeInformation |