Click or drag to resize

BookingCriteriaPartnerTenantName Property

This is used if the name of the tenant differs from the customer name. This property is only required for partner bookings where the partner handles fulfillment. The full name of the tenant should be provided if that is the case. Leave blank otherwise.

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

Property Value

Type: String
See Also