• Articles
  • Api Documentation
Show / Hide Table of Contents
  • PAccess.PartnerAgents
    • Api.Contracts
      • Branches
        • BranchAddress
        • BranchDetails
      • Customer
        • CreateCustomerRequest
        • CreateCustomerResponse
        • CustomerAddress
      • Property
        • ApiPropertyType
        • AuctionBidDetails
        • AuctionBidSummary
        • AuctionDetails
        • CentralHeatingType
        • CommercialBusinessType
        • CommercialPropertyDetails
        • CommercialPropertyType
        • GetPropertiesRequest
        • IReferredRequest
        • ListDataInfo
        • ParkingType
        • PropertyAddress
        • PropertyDetails
        • PropertyStatus
        • PropertySummary
        • ReferCommercialPropertyRequest
        • ReferPropertyResponse
        • ReferResidentialPropertyRequest
        • ResidentialPropertyDetails
        • ResidentialPropertyType
      • PropertyImage
        • AddPropertyImageRequest
        • AddPropertyImageResponse
        • PropertyImageDetails
        • RemovePropertyImageRequest
        • RemovePropertyImageResponse
        • SortPropertyImagesRequest
        • SortPropertyImagesResponse
      • PropertyNote
        • PropertyNoteDetails
      • Users
        • CreateUserRequest
        • CreateUserResponse
        • UserDetails
      • Viewing
        • AddViewingFeedbackRequest
        • AddViewingFeedbackResponse
        • CancelViewingRequest
        • CancelViewingResponse
        • CreateViewingRequest
        • CreateViewingResponse
        • RescheduleViewingRequest
        • RescheduleViewingResponse
        • ViewingDetails
      • ApiClientDetails
      • ErrorResponse
      • IApiAddress
      • IApiResponse
    • ApiClient
      • Configuration
        • PartnerAgentApiClientSettings
      • Factories
        • IPartnerAgentApiClientFactory
        • PartnerAgentApiClientFactory
      • Services
        • Branches
          • IPartnerAgentBranches
        • BusinessTypes
          • IPartnerAgentCommercialBusinessTypes
        • CentralHeatingTypes
          • IPartnerAgentCentralHeatingTypes
        • Customers
          • IPartnerAgentCustomers
        • ParkingTypes
          • IPartnerAgentParkingTypes
        • Properties
          • IPartnerAgentProperties
        • PropertyImages
          • IPartnerAgentPropertyImages
        • PropertyNotes
          • IPartnerAgentPropertyNotes
        • PropertyTypes
          • IPartnerAgentCommercialPropertyTypes
          • IPartnerAgentResidentialPropertyTypes
        • RequestExecution
          • NullableReferenceTypesExtensions
        • TokenValidation
          • IPartnerAgentTokenValidation
        • Users
          • IPartnerAgentUsers
        • Viewings
          • IPartnerAgentViewings
      • IPartnerAgentApiClient

Class CustomerAddress

Represents the address of a customer.

Inheritance
object
CustomerAddress
Implements
IApiAddress
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: PAccess.PartnerAgents.Api.Contracts.Customer
Assembly: PAccess.PartnerAgents.Api.Contracts.dll
Syntax
public class CustomerAddress : IApiAddress

Properties

View Source

City

Gets or sets the city of the customer's address.

Declaration
public string City { get; set; }
Property Value
Type Description
string
View Source

Country

Gets or sets the country of the customer's address.

Declaration
public string Country { get; set; }
Property Value
Type Description
string
View Source

County

Gets or sets the county of the customer's address.

Declaration
public string County { get; set; }
Property Value
Type Description
string
View Source

HouseNameNumber

Gets or sets the house name/number of the customer's address.

Declaration
public string HouseNameNumber { get; set; }
Property Value
Type Description
string
View Source

Locality

Gets or sets the locality of the customer's address.

Declaration
public string Locality { get; set; }
Property Value
Type Description
string
View Source

Postcode

Gets or sets the postcode of the customer's address.

Declaration
public string Postcode { get; set; }
Property Value
Type Description
string
View Source

Street

Gets or sets the street of the customer's address.

Declaration
public string Street { get; set; }
Property Value
Type Description
string

Implements

IApiAddress
  • View Source
In This Article
Back to top Generated by DocFX