Create an PaymentItem from JSON
factory PaymentItem.fromJson(Map<String, dynamic> json) => _$PaymentItemFromJson(json);