Click or drag to resize

RentalAgreementWebSendTo Property

The contact this rental agreement was sent to.

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

Property Value

Type: ContactWeb
Remarks
In some cases, the customer (ie. payer) of the order is not the same person/company as the person receiving the rental agreement.
See Also