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