price property

  1. @JsonKey(name: JsonKeys.price)
int price
final

Цена за единицу товара в копейках

Пример: 300000 == 3000.00 рублей

Implementation

@JsonKey(name: JsonKeys.price)
final int price;