# CyberSource.UnifiedriskCustomerAddress

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**addressLine1** | **String** | First line of the customer's postal address, typically including the street number and street name (e.g., 12 Main Street) | [optional] 
**addressLine2** | **String** | Second line of the customer's postal address for additional details such as apartment, suite, or floor number | [optional] 
**addressLine3** | **String** | Third line of the customer's postal address for further address details or care-of information | [optional] 
**country** | **String** | Country of the customer's address, expressed as an ISO 3166-1 alpha-3 three-letter country code (e.g., USA, GBR, IND) | [optional] 
**administrativeArea** | **String** | State, province, county or region of the customer's address (e.g., California, South Yorkshire, Bavaria) | [optional] 
**latitude** | **String** | Geographic latitude coordinate of the customer's address in decimal degrees (e.g., 51.509865 for London) | [optional] 
**longitude** | **String** | Geographic longitude coordinate of the customer's address in decimal degrees (e.g., -0.118092 for London) | [optional] 
**postalCode** | **String** | Postal or ZIP code of the customer's address used for geographic sorting and delivery (e.g., 94105 or W1A 1AA) | [optional] 
**locality** | **String** | City, town or locality of the customer's address (e.g., San Francisco, Sheffield, Barcelona) | [optional] 


