type property

  1. @JsonKey.new(name: JsonKeys.type, unknownEnumValue: PointOfSalesType.offline)
PointOfSalesType type
final

Наземная точка продаж или онлайн-магазин

Implementation

@JsonKey(name: JsonKeys.type, unknownEnumValue: PointOfSalesType.offline)
final PointOfSalesType type;