Class ReferPropertyResponse
Represents a response to a property referral.
Implements
Inherited Members
Namespace: PAccess.PartnerAgents.Api.Contracts.Property
Assembly: PAccess.PartnerAgents.Api.Contracts.dll
Syntax
public class ReferPropertyResponse : IApiResponse
Properties
View SourceErrorResponse
Gets or sets the error response associated with the property referral, if any.
Declaration
public ErrorResponse? ErrorResponse { get; set; }
Property Value
| Type | Description |
|---|---|
| ErrorResponse |
IsSuccess
Gets or sets a value indicating whether the property referral was successful.
Declaration
public bool IsSuccess { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
PropertyDetails
Gets or sets the details of the referred property.
Declaration
public PropertyDetails? PropertyDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| PropertyDetails |