Class ReferCommercialPropertyRequest
Represents a request to refer a commercial property.
Implements
Inherited Members
Namespace: PAccess.PartnerAgents.Api.Contracts.Property
Assembly: PAccess.PartnerAgents.Api.Contracts.dll
Syntax
public class ReferCommercialPropertyRequest : IReferredRequest
Properties
View SourceAddress
Gets or sets the address of the property.
Declaration
public PropertyAddress Address { get; set; }
Property Value
| Type | Description |
|---|---|
| PropertyAddress |
ApproximateValuation
Gets or sets the approximate valuation of the property.
Declaration
public int ApproximateValuation { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
BranchId
Declaration
public int BranchId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
BusinessType
Gets or sets the ID of the business type associated with the property.
Declaration
public int BusinessType { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Description
Gets or sets the description of the property.
Declaration
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ParkingType
Gets or sets the ID of the parking type associated with the property.
Declaration
public int ParkingType { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
PropertyType
Gets or sets the ID of the property type.
Declaration
public int PropertyType { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
ReferrerUserId
Gets or sets the ID of the referrer.
Declaration
public int ReferrerUserId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
VendorId
Gets or sets the ID of the vendor.
Declaration
public int VendorId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |