Click or drag to resize

DetailsCriteriaCustomerType Property

The customer type is used by the "Details" service to calculate a correct set of suggested installments. Payment terms may differ if the customer is a person or company. Setting this to the appropriate customer type will ensure that the installment calculation returns the correct installments (ie. the same installments that the booking service will calculate).

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 CustomerTypeWebEnum CustomerType { get; set; }

Property Value

Type: CustomerTypeWebEnum
Remarks
This property is optional.
See Also