Class CreateAddressRequest
public record CreateAddressRequest
- Inheritance
-
object
CreateAddressRequest
Constructors
CreateAddressRequest(string, bool, Guid?, decimal?, decimal?, CreateAddressStructuredDto?)
public CreateAddressRequest(string FullAddress, bool IsPrimary, Guid? CountryId, decimal? Latitude, decimal? Longitude, CreateAddressStructuredDto? Structured)
Parameters
FullAddress string
IsPrimary bool
CountryId Guid?
Latitude decimal?
Longitude decimal?
Structured CreateAddressStructuredDto
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 CreateAddressStructuredDto? Structured { get; init; }
Property Value
- CreateAddressStructuredDto