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