Class UpdateAddressRequest
public record UpdateAddressRequest
- Inheritance
-
object
UpdateAddressRequest
Constructors
UpdateAddressRequest(string, bool, Guid?, decimal?, decimal?, UpdateAddressStructuredDto?)
public UpdateAddressRequest(string FullAddress, bool IsPrimary, Guid? CountryId, decimal? Latitude, decimal? Longitude, UpdateAddressStructuredDto? Structured)
Parameters
FullAddress string
IsPrimary bool
CountryId Guid?
Latitude decimal?
Longitude decimal?
Structured UpdateAddressStructuredDto
Properties
CountryId
public Guid? CountryId { get; init; }
Property Value
- Guid?
FullAddress
public string FullAddress { get; init; }
Property Value
- string
IsPrimary
public bool IsPrimary { get; init; }
Property Value
- bool
Latitude
public decimal? Latitude { get; init; }
Property Value
- decimal?
Longitude
public decimal? Longitude { get; init; }
Property Value
- decimal?
Structured
public UpdateAddressStructuredDto? Structured { get; init; }
Property Value
- UpdateAddressStructuredDto