Class TranslationResponseDto
- Namespace
- GastroSky.Models.DTO.Product
- Assembly
- GastroSky.Models.dll
public sealed class TranslationResponseDto
- Inheritance
-
TranslationResponseDto
- Inherited Members
-
Properties
Currency
public string Currency { get; set; }
Property Value
- string
From
public Language From { get; set; }
Property Value
- Language
IsMinimumRate
public bool IsMinimumRate { get; set; }
Property Value
- bool
SKU
public string SKU { get; set; }
Property Value
- string
SalePriceSubunit
public long SalePriceSubunit { get; set; }
Property Value
- long
To
public Language To { get; set; }
Property Value
- Language