Parse from a json
factory PaymentOption.fromJson(Map<String, dynamic> json) => PaymentOption( title: json['title'], url: json['url'], );