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