Class CreateViewingResponse
Inheritance
CreateViewingResponse
Assembly: PAccess.PartnerAgents.Api.Contracts.dll
Syntax
public class CreateViewingResponse : IApiResponse
Properties
View Source
ErrorResponse
Gets or sets the error response associated with the API response.
Declaration
public ErrorResponse? ErrorResponse { get; set; }
Property Value
View Source
IsSuccess
Gets or sets a value indicating whether the API response is successful.
Declaration
public bool IsSuccess { get; set; }
Property Value
View Source
Viewing
Declaration
public ViewingDetails? Viewing { get; set; }
Property Value
Implements