Customer.fromJson(Map<String, dynamic> json) { id = json['id']; createdAt = json['createdAt']; customerPriceGroup = json['customerPriceGroup']; }