> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.Contact SaveQuoteVersionAddressRequest

# <a id="SuperOffice_WebApi_Data_Contact_SaveQuoteVersionAddressRequest" /> Class Contact\_SaveQuoteVersionAddressRequest

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

```csharp theme={null}
public class Contact_SaveQuoteVersionAddressRequest
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Contact\_SaveQuoteVersionAddressRequest](SuperOffice.WebApi.Data.Contact_SaveQuoteVersionAddressRequest.md)

#### Inherited Members

[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring),
[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\)),
[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\)),
[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals),
[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode),
[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype),
[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

## Constructors

### <a id="SuperOffice_WebApi_Data_Contact_SaveQuoteVersionAddressRequest__ctor" /> Contact\_SaveQuoteVersionAddressRequest()

```csharp theme={null}
public Contact_SaveQuoteVersionAddressRequest()
```

## Properties

### <a id="SuperOffice_WebApi_Data_Contact_SaveQuoteVersionAddressRequest_Address" /> Address

```csharp theme={null}
public Address Address { get; set; }
```

#### Property Value

[Address](SuperOffice.WebApi.Data.Address.md)

### <a id="SuperOffice_WebApi_Data_Contact_SaveQuoteVersionAddressRequest_AddressType" /> AddressType

```csharp theme={null}
public AddressType AddressType { get; set; }
```

#### Property Value

[AddressType](SuperOffice.WebApi.Data.AddressType.md)

### <a id="SuperOffice_WebApi_Data_Contact_SaveQuoteVersionAddressRequest_CountryId" /> CountryId

```csharp theme={null}
public int CountryId { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

### <a id="SuperOffice_WebApi_Data_Contact_SaveQuoteVersionAddressRequest_QuoteVersionId" /> QuoteVersionId

```csharp theme={null}
public int QuoteVersionId { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)


## Related topics

- [SuperOffice.WebApi.Agents.ContactAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ContactAgent.md)
- [SuperOffice.WebApi.Agents.IContactAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IContactAgent.md)
- [SuperOffice.WebApi.Data.Contact GetQuoteVersionAddressesRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Contact_GetQuoteVersionAddressesRequest.md)
- [SuperOffice.WebApi.Data.Quote SaveQuoteVersionRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Quote_SaveQuoteVersionRequest.md)
- [SuperOffice.WebApi.Data.Quote SaveQuoteVersionNumberRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Quote_SaveQuoteVersionNumberRequest.md)
- [SuperOffice.WebApi.Data.Quote CreateAndSaveQuoteVersionRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Quote_CreateAndSaveQuoteVersionRequest.md)
