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