Click or drag to resize

UpdateOrderPaymentCriteriaUniqueOrderId Property

A unique order ID that is issued to the payment service provider in order to process the payment. If this field has a value, it is used to process any refunds that may occur. If the field is empty then the normal OrderNo is used.

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 string UniqueOrderId { get; set; }

Property Value

Type: String
See Also