Class BoosterResponseDto
- Namespace
- GastroSky.Models.DTO.Product
- Assembly
- GastroSky.Models.dll
public sealed class BoosterResponseDto
- Inheritance
-
BoosterResponseDto
- Inherited Members
-
Properties
Currency
public string Currency { get; set; }
Property Value
- string
DurationHours
public long DurationHours { get; set; }
Property Value
- long
Name
public BoosterName Name { get; set; }
Property Value
- BoosterName
SKU
public string SKU { get; set; }
Property Value
- string
SalePriceSubunit
public long SalePriceSubunit { get; set; }
Property Value
- long
Version
public int Version { get; set; }
Property Value
- int