Click or drag to resize

UpdateOrderPaymentCriteriaInstallmentIds Property

This collection is optional. If filled with one or more InstallmentWeb Id's, these specific installments will be settled by the payment. This enables payment of multiple independant installments in a single transaction. If using this collection, it is only nescessary to provide a valid Customer profile ID and no order number is required.

Namespace:  Tse.EasyBook.Server.DataContracts
Assembly:  Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public IList<int> InstallmentIds { get; set; }

Property Value

Type: IListInt32
See Also