const factory PPItem({ String? description, String? name, PPAmount? unitPrice, int? quantity, PPAmount? total, dynamic details, }) = _PPItem;