type property
- @JsonKey.new(name: JsonKeys.type, unknownEnumValue: PointOfSalesType.offline)
final
Наземная точка продаж или онлайн-магазин
Implementation
@JsonKey(name: JsonKeys.type, unknownEnumValue: PointOfSalesType.offline)
final PointOfSalesType type;