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