Class ReferResidentialPropertyRequest
Represents a request to refer a residential property.
Implements
Inherited Members
Namespace: PAccess.PartnerAgents.Api.Contracts.Property
Assembly: PAccess.PartnerAgents.Api.Contracts.dll
Syntax
public class ReferResidentialPropertyRequest : 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 |
Bathrooms
Gets or sets the number of bathrooms in the property.
Declaration
public int Bathrooms { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Bedrooms
Gets or sets the number of bedrooms in the property.
Declaration
public int Bedrooms { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
BranchId
The marketing branch of the property
Declaration
public int BranchId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
CentralHeatingType
Gets or sets the ID of the central heating type.
Declaration
public int CentralHeatingType { 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.
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 |
Receptions
Gets or sets the number of reception rooms in the property.
Declaration
public int Receptions { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
ReferrerUserId
Gets or sets the user ID of the referrer.
Declaration
public int ReferrerUserId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
VendorCustomerId
Gets or sets the customer ID of the vendor.
Declaration
public int VendorCustomerId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |