ServicePriceDto
public class ServicePriceDto
Namespace
Constructors
ServicePriceDto
The default constructor.
public ServicePriceDto()
Properties
CountryId
public Guid? CountryId { get; set; }
CurrencyId
public Guid CurrencyId { get; set; }
RegionId
public Guid? RegionId { get; set; }
Value
public decimal Value { get; set; }