LodgingRenterName Property
Name of the person or business entity charged for the reservation and/or lodging stay (hotel transactions only).
Syntax
[VB.NET] Public Property LodgingRenterName As String
[C#] public string LodgingRenterName {get; set;}
Remarks
In the Hotel IndustryType, this property must contain the name of the individual or business entity charged for the reservation and/or lodging stay. The maximum length of this property is 26 characters (upper-case). This property is ignored for all other IndustryTypes.
Default Value
""